me
/
guix
Archived
1
0
Fork 0

gnu: Add python-types-pytz.

* gnu/packages/python-xyz.scm (python-types-pytz): New variable.
master
Maxim Cournoyer 2022-04-05 13:20:53 -04:00
parent 08b524fa78
commit 586ef9b9cf
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 18 additions and 0 deletions

View File

@ -29603,6 +29603,24 @@ very small subset the Python stubs contained in the complete @code{typeshed}
collection.") collection.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public python-types-pytz
(package
(name "python-types-pytz")
(version "2021.3.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "types-pytz" version))
(sha256
(base32 "14yr5hg2ww8s4a0mz2bkd549fv8qgm538fnzxvqv92ld1pcpym3l"))))
(build-system python-build-system)
(home-page "https://github.com/python/typeshed")
(synopsis "Typing stubs for pytz")
(description "This package contains typing stubs for @code{pytz}, a very
small subset the Python stubs contained in the complete @code{typeshed}
collection.")
(license license:asl2.0)))
(define-public python-types-toml (define-public python-types-toml
(package (package
(name "python-types-toml") (name "python-types-toml")