mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: python-gevent: Update to 21.12.0.
* gnu/packages/python-xyz.scm (python-gevent): Update to 21.12.0. [propagated-inputs]: Simplify. Move PYTHON-OBJGRAPH ... [native-inputs]: ... here. Remove PYTHON-SIX.
This commit is contained in:
parent
a59f4d111d
commit
f5e78d4546
1 changed files with 5 additions and 9 deletions
|
@ -15693,13 +15693,13 @@ (define-public python2-objgraph
|
|||
(define-public python-gevent
|
||||
(package
|
||||
(name "python-gevent")
|
||||
(version "21.1.2")
|
||||
(version "21.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "gevent" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10f9y899y9nmq51pv4r1zb51b4w5yxx00sz5whvg9vm956hc432j"))
|
||||
"0kh9mmq811mzfgj60n64icybjp4ryjmfmy1vg7x92yrniibn92zl"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
@ -15790,14 +15790,10 @@ (define-public python-gevent
|
|||
(invoke "python" "-m" "gevent.tests" "-unone" "--config"
|
||||
"known_failures.py" "--ignore" "skipped_tests.txt"))))))
|
||||
(propagated-inputs
|
||||
`(("python-greenlet" ,python-greenlet)
|
||||
("python-objgraph" ,python-objgraph)
|
||||
("python-zope.event" ,python-zope-event)
|
||||
("python-zope.interface" ,python-zope-interface)))
|
||||
(list python-greenlet python-zope-event python-zope-interface))
|
||||
(native-inputs
|
||||
(list python-six
|
||||
;; For tests.
|
||||
python-dnspython python-psutil))
|
||||
;; For tests.
|
||||
(list python-dnspython python-psutil python-objgraph))
|
||||
(inputs
|
||||
(list c-ares libev))
|
||||
(home-page "https://www.gevent.org/")
|
||||
|
|
Loading…
Reference in a new issue