diff options
Diffstat (limited to 'dev-python/types-python-dateutil')
4 files changed, 52 insertions, 0 deletions
diff --git a/dev-python/types-python-dateutil/Manifest b/dev-python/types-python-dateutil/Manifest new file mode 100644 index 000000000000..a5bd12bee578 --- /dev/null +++ b/dev-python/types-python-dateutil/Manifest @@ -0,0 +1,2 @@ +DIST types-python-dateutil-2.8.10.tar.gz 6621 BLAKE2B e0833d78f958b8c7e1829969c54a0a985372214ddd2838c1837a83fa05b00578d7718d8102738fe4d59c47c6f426e999da9b1fedcd27063beff80385648ec14d SHA512 0c645141bfa2c1427877afc2742b7fa8f323fee9d62cdff88393baf26680a6c1b15e5990a82149ab56bd48bf5142d2be2c4d04562430681bce64243facfa205a +DIST types-python-dateutil-2.8.9.tar.gz 6613 BLAKE2B 899f37df550666e586c118e27860a2c0fa3b6063e67880e34bcdf3a76a1b4263e61979fc0593525f663c1cd99c5d097dccd2bd0fc422bb181b20eb95f326b202 SHA512 ec4ff75e361afebce93115755c2137d39d5145eaaf7b3ef32de2c9c4518d1ed01d7cd9c489cde2f4e243cf547068f4dd944981b3f163f12f38949dd4091c7dbb diff --git a/dev-python/types-python-dateutil/metadata.xml b/dev-python/types-python-dateutil/metadata.xml new file mode 100644 index 000000000000..94a5dc7c96ef --- /dev/null +++ b/dev-python/types-python-dateutil/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/python/typeshed/issues</bugs-to> + <remote-id type="pypi">types-python-dateutil</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/types-python-dateutil/types-python-dateutil-2.8.10.ebuild b/dev-python/types-python-dateutil/types-python-dateutil-2.8.10.ebuild new file mode 100644 index 000000000000..fcc908ef2fa8 --- /dev/null +++ b/dev-python/types-python-dateutil/types-python-dateutil-2.8.10.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_{7,8,9,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" 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 000000000000..fcc908ef2fa8 --- /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_{7,8,9,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" |
