mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-requests-next: Inherit from python-requests.
* gnu/packages/python-web.scm (python-requests-next): Inherit from python-requests. [arguments] <tests?>: Enable them as all passed successfully. Change-Id: Ic0d985f819444e0b01a843da94d874d16a742fb6
This commit is contained in:
parent
a365261beb
commit
eaa6f0d351
1 changed files with 10 additions and 23 deletions
|
@ -4530,31 +4530,18 @@ than Python’s urllib2 library.")
|
||||||
|
|
||||||
(define-public python-requests-next
|
(define-public python-requests-next
|
||||||
(package
|
(package
|
||||||
|
(inherit python-requests)
|
||||||
(name "python-requests")
|
(name "python-requests")
|
||||||
(version "2.32.3")
|
(version "2.32.3")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (pypi-uri "requests" version))
|
(method url-fetch)
|
||||||
(sha256
|
(uri (pypi-uri "requests" version))
|
||||||
(base32
|
(sha256
|
||||||
"0q5742pnibwy74169kacin3dmqg9jzmzk7qab5aq5caffcbm8djm"))))
|
(base32 "0q5742pnibwy74169kacin3dmqg9jzmzk7qab5aq5caffcbm8djm"))))
|
||||||
(build-system python-build-system)
|
(native-inputs
|
||||||
(native-inputs
|
(modify-inputs (package-native-inputs python-requests)
|
||||||
(list nss-certs-for-test))
|
(prepend nss-certs-for-test)))))
|
||||||
(propagated-inputs
|
|
||||||
(list python-certifi
|
|
||||||
python-charset-normalizer
|
|
||||||
python-idna
|
|
||||||
python-urllib3))
|
|
||||||
(arguments
|
|
||||||
;; FIXME: Some tests require network access.
|
|
||||||
'(#:tests? #f))
|
|
||||||
(home-page "http://python-requests.org/")
|
|
||||||
(synopsis "Python HTTP library")
|
|
||||||
(description
|
|
||||||
"Requests is a Python HTTP client library. It aims to be easier to use
|
|
||||||
than Python’s urllib2 library.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public python-requests-kerberos
|
(define-public python-requests-kerberos
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue