diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:40:54 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:40:54 +0000 |
commit | 33b64230e15bee26336bb3999e33069a6f7456da (patch) | |
tree | 9ac75a2e220831ff16de910322468dab3a1c1015 /px/packages/python-xyz.scm | |
parent | 24ea7d305f6e4a44f9f3a2df7158e04292fce7ea (diff) |
px: Remove python-requests-2.23
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r-- | px/packages/python-xyz.scm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index 3ab6818..6517301 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -373,33 +373,6 @@ module and then similar looking characters are removed.") (description "todo.") (license license:psfl))) -(define-public python-requests-2.23 - (package - (name "python-requests") - (version "2.23") - (source - (origin - (method url-fetch) - (uri (pypi-uri "requests" version)) - (sha256 - (base32 "1rhpg0jb08v0gd7f19jjiwlcdnxpmqi1fhvw7r4s9avddi4kvx5k")))) - (build-system python-build-system) - (propagated-inputs `(("python-certifi" ,python-certifi) - ("python-chardet" ,python-chardet) - ("python-idna" ,python-idna) - ("python-urllib3" ,python-urllib3))) - (arguments - ;; FIXME: Some tests require network access. - '(#:tests? #f - #:phases (modify-phases %standard-phases - (delete 'sanity-check)))) - (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-cache (package (name "python-requests-cache") |