summaryrefslogtreecommitdiff
path: root/gnu/packages/openstack.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-04-20 16:13:30 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-04-20 16:18:58 +0300
commitf8f83e9d219a8cf1d99749b81b06a4710ad5f09c (patch)
treeff614ff6f367204f7db409c2bf5614fa789200e5 /gnu/packages/openstack.scm
parent4b42bd941bad43e251e107674dcc2b77cdfa3071 (diff)
gnu: python-mox3: Update to 0.14.0.
* gnu/packages/openstack.scm (python-mox3): Update to 0.14.0. [inputs]: Move python-fixtures, python-pbr, python-setuptools, python-six, python-testtools ... [native-inputs]: ... to here.
Diffstat (limited to 'gnu/packages/openstack.scm')
-rw-r--r--gnu/packages/openstack.scm16
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 7ae5421bbac..780fb7f2525 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -137,16 +137,16 @@ guidelines}.")
137(define-public python-mox3 137(define-public python-mox3
138 (package 138 (package
139 (name "python-mox3") 139 (name "python-mox3")
140 (version "0.13.0") 140 (version "0.14.0")
141 (source 141 (source
142 (origin 142 (origin
143 (method url-fetch) 143 (method url-fetch)
144 (uri (pypi-uri "mox3" version)) 144 (uri (pypi-uri "mox3" version))
145 (sha256 145 (sha256
146 (base32 146 (base32
147 "0hj57374r239cj1zbzpxw7mj0yfblz55jdfrc2p1h8j7xng0319j")))) 147 "0njmh40i1lg5mzn9hc2ax83adj6dli455j6xifilrw27c4wlkjzx"))))
148 (build-system python-build-system) 148 (build-system python-build-system)
149 (inputs 149 (native-inputs
150 `(("python-fixtures" ,python-fixtures) 150 `(("python-fixtures" ,python-fixtures)
151 ("python-pbr" ,python-pbr) 151 ("python-pbr" ,python-pbr)
152 ("python-setuptools" ,python-setuptools) 152 ("python-setuptools" ,python-setuptools)
@@ -156,11 +156,14 @@ guidelines}.")
156 (synopsis "Mock object framework for Python") 156 (synopsis "Mock object framework for Python")
157 (description 157 (description
158 "Mox3 is an unofficial port of the Google mox framework 158 "Mox3 is an unofficial port of the Google mox framework
159(http://code.google.com/p/pymox/) to Python 3. It was meant to be as compatible 159(http://code.google.com/p/pymox/) to Python 3. It was meant to be as compatible
160with mox as possible, but small enhancements have been made. The library was 160with mox as possible, but small enhancements have been made. The library was
161tested on Python version 3.2, 2.7 and 2.6.") 161tested on Python version 3.2, 2.7 and 2.6.")
162 (license asl2.0))) 162 (license asl2.0)))
163 163
164(define-public python2-mox3
165 (package-with-python2 python-mox3))
166
164(define-public python-os-client-config 167(define-public python-os-client-config
165 (package 168 (package
166 (name "python-os-client-config") 169 (name "python-os-client-config")
@@ -197,9 +200,6 @@ tested on Python version 3.2, 2.7 and 2.6.")
197(define-public python2-os-client-config 200(define-public python2-os-client-config
198 (package-with-python2 python-os-client-config)) 201 (package-with-python2 python-os-client-config))
199 202
200(define-public python2-mox3
201 (package-with-python2 python-mox3))
202
203(define-public python-os-testr 203(define-public python-os-testr
204 (package 204 (package
205 (name "python-os-testr") 205 (name "python-os-testr")