mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-requests-futures.
* gnu/packages/python-web.scm (python-requests-futures): New variable. Change-Id: Ibaa9299001567bcfe65247fd192bb64076f80dda
This commit is contained in:
parent
c7fec22b91
commit
48ff1e3303
1 changed files with 27 additions and 0 deletions
|
@ -2311,6 +2311,33 @@ responses as planin JSON/YAML file or save responses as plain JSON/YAML
|
||||||
files.")
|
files.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public python-requests-futures
|
||||||
|
(package
|
||||||
|
(name "python-requests-futures")
|
||||||
|
(version "1.0.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "requests_futures" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1njqfjmd72l5f32jvcppg2afrvb0cd8angdwmq7q0vik81wvazkb"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-greenlet
|
||||||
|
python-pytest
|
||||||
|
python-pytest-httpbin
|
||||||
|
python-readme-renderer
|
||||||
|
python-setuptools
|
||||||
|
python-twine
|
||||||
|
python-werkzeug))
|
||||||
|
(propagated-inputs (list python-requests))
|
||||||
|
(home-page "https://github.com/ross/requests-futures")
|
||||||
|
(synopsis "Asynchronous Python HTTP for Humans")
|
||||||
|
(description
|
||||||
|
"This package provides and add-on the Python Requests HTTP library to run
|
||||||
|
code asynchronously.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-s3path
|
(define-public python-s3path
|
||||||
(package
|
(package
|
||||||
(name "python-s3path")
|
(name "python-s3path")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue