commit: a5ecc6d74e58e30fcda88a5707d594b01de23694
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 01:15:51 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Mar 12 01:15:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5ecc6d7
dev-python/types-python-dateutil: add 2.8.9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/types-python-dateutil/Manifest | 1 +
.../types-python-dateutil-2.8.9.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-python/types-python-dateutil/Manifest
b/dev-python/types-python-dateutil/Manifest
index 262ceb309..dd307aa00 100644
--- a/dev-python/types-python-dateutil/Manifest
+++ b/dev-python/types-python-dateutil/Manifest
@@ -1 +1,2 @@
DIST types-python-dateutil-2.8.2.tar.gz 5661 BLAKE2B
005984f976234aa1e0b1e8630f3bb6c4b86919b86c39791c07101b6ad3263fcc9815044d4b29d4705a6d7f42164d4e3605e031594d1465dfe0187e60527d1f0e
SHA512
95fe5b1f8ac13f17f5338f8db7239f8afb9b2c5c7761b78319c03f893f03d27137056181f454c8cbf1a0757ac75e53e798b836b9530bcc52d4be7cc7e50d89be
+DIST types-python-dateutil-2.8.9.tar.gz 6613 BLAKE2B
899f37df550666e586c118e27860a2c0fa3b6063e67880e34bcdf3a76a1b4263e61979fc0593525f663c1cd99c5d097dccd2bd0fc422bb181b20eb95f326b202
SHA512
ec4ff75e361afebce93115755c2137d39d5145eaaf7b3ef32de2c9c4518d1ed01d7cd9c489cde2f4e243cf547068f4dd944981b3f163f12f38949dd4091c7dbb
diff --git
a/dev-python/types-python-dateutil/types-python-dateutil-2.8.9.ebuild
b/dev-python/types-python-dateutil/types-python-dateutil-2.8.9.ebuild
new file mode 100644
index 000000000..adcbd9197
--- /dev/null
+++ b/dev-python/types-python-dateutil/types-python-dateutil-2.8.9.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 python-dateutil"
+HOMEPAGE="
+ https://pypi.org/project/types-python-dateutil/
+ https://github.com/python/typeshed/tree/master/stubs/python-dateutil
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"