commit: f2727953f53f2f2ca0fbafbf05347664b3c3b7e5
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 01:14:55 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Mar 12 01:14:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2727953
dev-python/types-pytz: add 2021.3.5
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/types-pytz/Manifest | 1 +
dev-python/types-pytz/types-pytz-2021.3.5.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-python/types-pytz/Manifest b/dev-python/types-pytz/Manifest
index 487f3ed8a..0dcfc8409 100644
--- a/dev-python/types-pytz/Manifest
+++ b/dev-python/types-pytz/Manifest
@@ -1 +1,2 @@
DIST types-pytz-2021.3.0.tar.gz 2034 BLAKE2B
c104024d3758d13cd898a0a4fd3f002765bea6e7d1e5c8112e08ee772dd7298b0e9dd6d84bfb95ed30c792734dbf8ee1c4b71baf3245d4063ff389c7c7fe51a3
SHA512
2d30f0e04876b76642a475942d2059fd07294d8d5a8218f3022bdcd861d62596376f57d8450f6ec6d7380a9997296f76815278c0b61562d7bef710c371f8feb4
+DIST types-pytz-2021.3.5.tar.gz 3030 BLAKE2B
59728927f7fe6828659d915b0054b7aa9a937b62d474f694487dfac45e5e605de62d55a71bf1155ccb0eb6a2519b393f09979bd3f12c8c06998edcb6d54b7d8a
SHA512
6c4c99ce685d8a6e9b3d0f8e26b64c54505880a1fa139850822c61f16f967ad3efeb5779c57a2005612974f6e35a25808585b346fe7ca97e5d7a5ef08d2ed26e
diff --git a/dev-python/types-pytz/types-pytz-2021.3.5.ebuild
b/dev-python/types-pytz/types-pytz-2021.3.5.ebuild
new file mode 100644
index 000000000..47dfcb961
--- /dev/null
+++ b/dev-python/types-pytz/types-pytz-2021.3.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Typing stubs for pytz"
+HOMEPAGE="
+ https://pypi.org/project/types-pytz/
+ https://github.com/python/typeshed/tree/master/stubs/pytz
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"