dev-python/types-python-dateutil: add 2.8.9

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-12 02:15:51 +01:00
parent f2727953f5
commit a5ecc6d74e
2 changed files with 20 additions and 0 deletions

View File

@@ -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

View File

@@ -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"