diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2016-04-20 15:33:34 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2016-04-20 16:18:58 +0300 |
| commit | 4b42bd941bad43e251e107674dcc2b77cdfa3071 (patch) | |
| tree | 8eee02f1ee8c9e305fbc1d2bfa6e7aa41c6a0774 /gnu/packages/openstack.scm | |
| parent | 458b47e31b2a4fcd871b54a82cd5d1ff16cb46ef (diff) | |
gnu: python-stevedore: Update to 1.12.0.
* gnu/packages/openstack.scm (python-stevedore): Update to 1.12.0.
[inputs]: Move python-setuptools, python-docutils, python-mock,
python-oslotest, python-sphinx ...
[native-inputs]: ... to here.
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 947abf31a48..7ae5421bbac 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -266,20 +266,21 @@ portions of your testing code.") | |||
| 266 | (define-public python-stevedore | 266 | (define-public python-stevedore |
| 267 | (package | 267 | (package |
| 268 | (name "python-stevedore") | 268 | (name "python-stevedore") |
| 269 | (version "1.10.0") | 269 | (version "1.12.0") |
| 270 | (source | 270 | (source |
| 271 | (origin | 271 | (origin |
| 272 | (method url-fetch) | 272 | (method url-fetch) |
| 273 | (uri (pypi-uri "stevedore" version)) | 273 | (uri (pypi-uri "stevedore" version)) |
| 274 | (sha256 | 274 | (sha256 |
| 275 | (base32 | 275 | (base32 |
| 276 | "17vpffcnk56sj86d2n3vz5bprcc9bswilgd0awnm7jp073pqkmpm")))) | 276 | "0999zvawaapzg6givjhn7vjscdwblcs73wf28wq1wb4g5mbb5phv")))) |
| 277 | (build-system python-build-system) | 277 | (build-system python-build-system) |
| 278 | (propagated-inputs | 278 | (propagated-inputs |
| 279 | `(("python-six" ,python-six))) | 279 | `(("python-six" ,python-six))) |
| 280 | (inputs | 280 | (inputs |
| 281 | `(("python-pbr" ,python-pbr) | 281 | `(("python-pbr" ,python-pbr))) |
| 282 | ("python-setuptools" ,python-setuptools) | 282 | (native-inputs |
| 283 | `(("python-setuptools" ,python-setuptools) | ||
| 283 | ;; Tests | 284 | ;; Tests |
| 284 | ("python-docutils" ,python-docutils) | 285 | ("python-docutils" ,python-docutils) |
| 285 | ("python-mock" ,python-mock) | 286 | ("python-mock" ,python-mock) |
| @@ -289,9 +290,9 @@ portions of your testing code.") | |||
| 289 | (synopsis "Manage dynamic plugins for Python applications") | 290 | (synopsis "Manage dynamic plugins for Python applications") |
| 290 | (description | 291 | (description |
| 291 | "Python makes loading code dynamically easy, allowing you to configure | 292 | "Python makes loading code dynamically easy, allowing you to configure |
| 292 | and extend your application by discovering and loading extensions (“plugins”) | 293 | and extend your application by discovering and loading extensions (\"plugins\") |
| 293 | at runtime. Many applications implement their own library for doing this, | 294 | at runtime. Many applications implement their own library for doing this, |
| 294 | using __import__ or importlib. stevedore avoids creating yet another extension | 295 | using __import__ or importlib. Stevedore avoids creating yet another extension |
| 295 | mechanism by building on top of setuptools entry points. The code for managing | 296 | mechanism by building on top of setuptools entry points. The code for managing |
| 296 | entry points tends to be repetitive, though, so stevedore provides manager | 297 | entry points tends to be repetitive, though, so stevedore provides manager |
| 297 | classes for implementing common patterns for using dynamically loaded | 298 | classes for implementing common patterns for using dynamically loaded |
