gnu: Add python-types-urllib3.
* gnu/packages/python-xyz.scm (python-types-urllib3): New variable.
This commit is contained in:
parent
cb37197a24
commit
26e2610673
1 changed files with 16 additions and 0 deletions
|
@ -30981,6 +30981,22 @@ Python, with static types.")
|
|||
(description "This package provides typing stubs for setuptools.")
|
||||
(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
|
||||
(package
|
||||
(name "python-psycopg2-binary")
|
||||
|
|
Reference in a new issue