me
/
guix
Archived
1
0
Fork 0

gnu: Add python-types-urllib3.

* gnu/packages/python-xyz.scm (python-types-urllib3): New variable.
master
Ricardo Wurmus 2023-05-10 16:57:32 +02:00
parent cb37197a24
commit 26e2610673
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 16 additions and 0 deletions

View File

@ -30981,6 +30981,22 @@ Python, with static types.")
(description "This package provides typing stubs for setuptools.") (description "This package provides typing stubs for setuptools.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public python-types-urllib3
(package
(name "python-types-urllib3")
(version "1.26.25.12")
(source (origin
(method url-fetch)
(uri (pypi-uri "types-urllib3" version))
(sha256
(base32
"0zcipjdnbnc8ymk8mh9n5mypa0qr03rqj98lbmahldcdrrap6md1"))))
(build-system pyproject-build-system)
(home-page "https://github.com/python/typeshed")
(synopsis "Typing stubs for urllib3")
(description "This package provides typing stubs for urllib3.")
(license license:asl2.0)))
(define-public python-psycopg2-binary (define-public python-psycopg2-binary
(package (package
(name "python-psycopg2-binary") (name "python-psycopg2-binary")