mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-stevedore: Update to 1.28.0.
* gnu/packages/openstack.scm (python-stevedore): Update to 1.28.0. [propagated-inputs]: Add PYTHON-PBR. [native-inputs]: Remove PYTHON-PBR, PYTHON-DISCOVER, PYTHON-DOCUTILS, PYTHON-OSLOSPHINX and PYTHON-OSLOTEST. Replace PYTHON-SPHINX with PYTHON-SPHINX-1.6.
This commit is contained in:
parent
3e3302acc5
commit
1cccdca231
1 changed files with 8 additions and 13 deletions
|
@ -283,26 +283,21 @@ to docs.openstack.org and developer.openstack.org.")
|
||||||
(define-public python-stevedore
|
(define-public python-stevedore
|
||||||
(package
|
(package
|
||||||
(name "python-stevedore")
|
(name "python-stevedore")
|
||||||
(version "1.12.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "stevedore" version))
|
(uri (pypi-uri "stevedore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0999zvawaapzg6givjhn7vjscdwblcs73wf28wq1wb4g5mbb5phv"))))
|
"02ynfgwma84g59834dmvzr39mcppy5s229zf1w23c0qngf753izi"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-six" ,python-six)))
|
|
||||||
(native-inputs
|
|
||||||
`(("python-pbr" ,python-pbr)
|
`(("python-pbr" ,python-pbr)
|
||||||
;; Tests
|
("python-six" ,python-six)))
|
||||||
("python-discover" ,python-discover)
|
(native-inputs
|
||||||
("python-docutils" ,python-docutils)
|
`(("python-mock" ,python-mock)
|
||||||
("python-mock" ,python-mock)
|
("python-sphinx" ,python-sphinx-1.6)
|
||||||
("python-oslosphinx" ,python-oslosphinx)
|
|
||||||
("python-oslotest" ,python-oslotest)
|
|
||||||
("python-sphinx" ,python-sphinx)
|
|
||||||
("python-testrepository" ,python-testrepository)))
|
("python-testrepository" ,python-testrepository)))
|
||||||
(home-page "https://github.com/dreamhost/stevedore")
|
(home-page "https://github.com/dreamhost/stevedore")
|
||||||
(synopsis "Manage dynamic plugins for Python applications")
|
(synopsis "Manage dynamic plugins for Python applications")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue