[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/232: gnu: Add python-types-pytz.
From: |
guix-commits |
Subject: |
42/232: gnu: Add python-types-pytz. |
Date: |
Sun, 24 Apr 2022 23:58:30 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit bac464250b18a8f4be7eae2f868a1f6458c22923
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 5 13:20:53 2022 -0400
gnu: Add python-types-pytz.
* gnu/packages/python-xyz.scm (python-types-pytz): New variable.
---
gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 189134c083..3d481c419a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29505,6 +29505,24 @@ very small subset the Python stubs contained in the
complete @code{typeshed}
collection.")
(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
(package
(name "python-types-toml")
- 17/232: gnu: Add texlive-cs., (continued)
- 17/232: gnu: Add texlive-cs., guix-commits, 2022/04/24
- 37/232: gnu: Add python-pytest-mypy., guix-commits, 2022/04/24
- 18/232: gnu: Add texlive-zref., guix-commits, 2022/04/24
- 19/232: gnu: Add python-pcpp., guix-commits, 2022/04/24
- 24/232: gnu: Add python-unicodedata2., guix-commits, 2022/04/24
- 26/232: gnu: Add python-mutatormath., guix-commits, 2022/04/24
- 29/232: gnu: Add python-fontparts-bootstrap., guix-commits, 2022/04/24
- 30/232: gnu: Add python-fontpens., guix-commits, 2022/04/24
- 34/232: gnu: Add python-ufoprocessor., guix-commits, 2022/04/24
- 41/232: gnu: Add python-types-freezegun., guix-commits, 2022/04/24
- 42/232: gnu: Add python-types-pytz.,
guix-commits <=
- 46/232: gnu: Add python-pip-run-bootstrap., guix-commits, 2022/04/24
- 47/232: gnu: python-importlib-metadata: Update to 4.11.3., guix-commits, 2022/04/24
- 52/232: gnu: Add python-jaraco-classes., guix-commits, 2022/04/24
- 50/232: gnu: Add python-types-docutils., guix-commits, 2022/04/24
- 49/232: gnu: python-mypy: Update to 0.942 and fix search path., guix-commits, 2022/04/24
- 53/232: gnu: Add python-jaraco-context., guix-commits, 2022/04/24
- 54/232: gnu: Add python-jaraco-functools., guix-commits, 2022/04/24
- 57/232: gnu: Add python-pip-run., guix-commits, 2022/04/24
- 59/232: gnu: Add python-pytest-perf., guix-commits, 2022/04/24
- 63/232: gnu: Add psautohint-font-data., guix-commits, 2022/04/24