mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-typeshed-client.
* gnu/packages/python-xyz.scm (python-typeshed-client): New variable.
This commit is contained in:
parent
7b9e90e40d
commit
acb958938a
1 changed files with 18 additions and 0 deletions
|
@ -31014,6 +31014,24 @@ Python, with static types.")
|
||||||
(description "This package provides typing stubs for urllib3.")
|
(description "This package provides typing stubs for urllib3.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public python-typeshed-client
|
||||||
|
(package
|
||||||
|
(name "python-typeshed-client")
|
||||||
|
(version "2.3.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "typeshed_client" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1vdwp1jjg27b22qxgm49v21nb8vm1iki3bfsm0fnq2rsz5alfwz2"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(propagated-inputs (list python-importlib-resources))
|
||||||
|
(home-page "https://github.com/JelleZijlstra/typeshed_client")
|
||||||
|
(synopsis "Library for accessing stubs in typeshed")
|
||||||
|
(description
|
||||||
|
"This package provides a library for accessing stubs in typeshed.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-psycopg2-binary
|
(define-public python-psycopg2-binary
|
||||||
(package
|
(package
|
||||||
(name "python-psycopg2-binary")
|
(name "python-psycopg2-binary")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue