aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-10-14 22:12:57 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-10-14 22:22:16 +0200
commit634db225ac29952585dc18423b064411bd984359 (patch)
tree331e8474b8fd8bdaaed159c3bcd2fa22bf91ee08 /dev-python/types-python-dateutil
parentdev-python/python-manilaclient: ignore functional tests (diff)
downloadguru-634db225ac29952585dc18423b064411bd984359.tar.gz
guru-634db225ac29952585dc18423b064411bd984359.tar.bz2
guru-634db225ac29952585dc18423b064411bd984359.zip
dev-python/types-python-dateutil: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/types-python-dateutil')
-rw-r--r--dev-python/types-python-dateutil/Manifest1
-rw-r--r--dev-python/types-python-dateutil/metadata.xml12
-rw-r--r--dev-python/types-python-dateutil/types-python-dateutil-2.8.1.ebuild19
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/types-python-dateutil/Manifest b/dev-python/types-python-dateutil/Manifest
new file mode 100644
index 000000000..494674e89
--- /dev/null
+++ b/dev-python/types-python-dateutil/Manifest
@@ -0,0 +1 @@
+DIST types-python-dateutil-2.8.1.tar.gz 5643 BLAKE2B 14304d56e189caef68bf01695e0f7518c7f3d0417416972a853ec55913d830dcf4e2cc36f557b32791d5385ca2137c854684233da4c1bae3769ff32ef53ce1f3 SHA512 a6829eb19b8949141a43bee9acaa26d32a2ab2ee08655d4c585929aa2f9b5f45e9d458166e399e2f843bc62c36eaeb7a77b93e21603f1fb5a6ac7ac9eb52ddb5
diff --git a/dev-python/types-python-dateutil/metadata.xml b/dev-python/types-python-dateutil/metadata.xml
new file mode 100644
index 000000000..94a5dc7c9
--- /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.1.ebuild b/dev-python/types-python-dateutil/types-python-dateutil-2.8.1.ebuild
new file mode 100644
index 000000000..2d56eb63c
--- /dev/null
+++ b/dev-python/types-python-dateutil/types-python-dateutil-2.8.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 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"