summaryrefslogtreecommitdiff
path: root/dev-python/types-python-dateutil
diff options
context:
space:
mode:
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/types-python-dateutil-2.9.0.20260408.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/types-python-dateutil/Manifest b/dev-python/types-python-dateutil/Manifest
index 99ca81e7e045..14dd89a8db9b 100644
--- a/dev-python/types-python-dateutil/Manifest
+++ b/dev-python/types-python-dateutil/Manifest
@@ -1 +1,2 @@
DIST types_python_dateutil-2.9.0.20260402.tar.gz 16941 BLAKE2B 8f5bcd0b848915ced25bb31cf19d4387234030122de5011c0fff6df1ba31b77082afb43341a11362d32be095f0a01b8144c380867f2a04341a4a1746feece70b SHA512 856eed7a6b1dfb5d655ca6a0521f48275c4560888028c42327e956993350617ed9d11751d70c0239b6a331c557b6c91f743d5dc02b9e5fe256f64973536c588a
+DIST types_python_dateutil-2.9.0.20260408.tar.gz 16981 BLAKE2B 370257483cc71a80d03aff060d13bfd7f25272c315f84b69e2f4fcedeba169852001a4218658b0713a6639678aad411a2df52f48e14d64570e122fd1854de3d8 SHA512 4b4ca3ed3f06490340e9e945ff3abfa1569387ab68af1d180c5ef3a766e46fa6e607865577cf9a6290e48b4b533b4b8d55df6e06850cd631c877444664db241f
diff --git a/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260408.ebuild b/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260408.ebuild
new file mode 100644
index 000000000000..9ee72fee1d13
--- /dev/null
+++ b/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260408.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Typing stubs for python-dateutil"
+HOMEPAGE="
+ https://github.com/python/typeshed/
+ https://pypi.org/project/types-python-dateutil/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+BDEPEND="
+ >=dev-python/setuptools-82.0.1[${PYTHON_USEDEP}]
+"