diff options
| author | Ben Woodcroft <donttrustben@gmail.com> | 2016-04-03 16:02:49 +1000 |
|---|---|---|
| committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-04-03 16:08:11 +1000 |
| commit | 692add53bcde80359c20ce17ae7b86aea18f5a21 (patch) | |
| tree | d73e3dd45a20936bf50fd24db5d238d6b5a182dc /gnu | |
| parent | 1804527ab0ba107ee891f2c82e5346cb7044f8a3 (diff) | |
gnu: python-lockfile: Update to 0.12.2.
* gnu/packages/python.scm (python-lockfile): Update to 0.12.2.
[native-inputs]: Add python-pbr.
(python2-lockfile): Update to 0.12.2.
[native-inputs]: Add python2-setuptools, python2-pbr.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python.scm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2f2ef2ffd9e..66ed16a543b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -712,7 +712,7 @@ concepts.") | |||
| 712 | (define-public python-lockfile | 712 | (define-public python-lockfile |
| 713 | (package | 713 | (package |
| 714 | (name "python-lockfile") | 714 | (name "python-lockfile") |
| 715 | (version "0.9.1") | 715 | (version "0.12.2") |
| 716 | (source | 716 | (source |
| 717 | (origin | 717 | (origin |
| 718 | (method url-fetch) | 718 | (method url-fetch) |
| @@ -720,9 +720,11 @@ concepts.") | |||
| 720 | "lockfile-" version ".tar.gz")) | 720 | "lockfile-" version ".tar.gz")) |
| 721 | (sha256 | 721 | (sha256 |
| 722 | (base32 | 722 | (base32 |
| 723 | "0iwif7i84gwpvrnpv4brshdk8j6l77smvknm8k3bg77mj6f5ini3")))) | 723 | "16gpx5hm73ah5n1079ng0vy381hl802v606npkx4x8nb0gg05vba")))) |
| 724 | (build-system python-build-system) | 724 | (build-system python-build-system) |
| 725 | (arguments '(#:test-target "check")) | 725 | (arguments '(#:test-target "check")) |
| 726 | (native-inputs | ||
| 727 | `(("python-pbr" ,python-pbr))) | ||
| 726 | (home-page "http://code.google.com/p/pylockfile/") | 728 | (home-page "http://code.google.com/p/pylockfile/") |
| 727 | (synopsis "Platform-independent file locking module") | 729 | (synopsis "Platform-independent file locking module") |
| 728 | (description | 730 | (description |
| @@ -734,7 +736,9 @@ API for locking files.") | |||
| 734 | (define-public python2-lockfile | 736 | (define-public python2-lockfile |
| 735 | (let ((base (package-with-python2 (strip-python2-variant python-lockfile)))) | 737 | (let ((base (package-with-python2 (strip-python2-variant python-lockfile)))) |
| 736 | (package | 738 | (package |
| 737 | (inherit base)))) | 739 | (inherit base) |
| 740 | (native-inputs `(("python2-setuptools" ,python2-setuptools) | ||
| 741 | ,@(package-native-inputs base)))))) | ||
| 738 | 742 | ||
| 739 | (define-public python-mock | 743 | (define-public python-mock |
| 740 | (package | 744 | (package |
