mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-eventlet: Update to 0.40.2.
* gnu/packages/python-web.scm (python-eventlet): Update to 0.40.2. [native-inputs]: Add python-pypa-build, remove python-twine. [propagated-inputs]: Remove python-monotonic. Change-Id: I6361c39ab57c03402ff7c0362c1719f34d3e21b2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
ecd95a8d5a
commit
e1da1a3216
1 changed files with 6 additions and 8 deletions
|
@ -600,14 +600,14 @@ Dropbox API v2.")
|
||||||
(define-public python-eventlet
|
(define-public python-eventlet
|
||||||
(package
|
(package
|
||||||
(name "python-eventlet")
|
(name "python-eventlet")
|
||||||
(version "0.39.1")
|
(version "0.40.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "eventlet" version))
|
(uri (pypi-uri "eventlet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04051hmlq49kvdymf56hp08vjc6251937fh6vvnj2h1d51sn92ja"))))
|
"1c6qr1cnam79wxm1sh5y04061iyy3shs02yd0mlh47bngwknqqs2"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -635,14 +635,12 @@ Dropbox API v2.")
|
||||||
(("os\\.environ\\.get\\(\"EVENTLET_NO_GREENDNS\", ''\\)")
|
(("os\\.environ\\.get\\(\"EVENTLET_NO_GREENDNS\", ''\\)")
|
||||||
"os.environ.get(\"EVENTLET_NO_GREENDNS\", \"yes\")")))))))
|
"os.environ.get(\"EVENTLET_NO_GREENDNS\", \"yes\")")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-hatch-vcs
|
(list python-pypa-build
|
||||||
|
python-hatch-vcs
|
||||||
python-hatchling
|
python-hatchling
|
||||||
python-pytest
|
python-pytest))
|
||||||
python-twine))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-dnspython
|
(list python-dnspython python-greenlet))
|
||||||
python-greenlet
|
|
||||||
python-monotonic))
|
|
||||||
(home-page "https://eventlet.net")
|
(home-page "https://eventlet.net")
|
||||||
(synopsis "Concurrent networking library for Python")
|
(synopsis "Concurrent networking library for Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue