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.20260716.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 e7e0bc0fc0da..1b90de841638 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.20260518.tar.gz 17082 BLAKE2B f6ef79697cb7a225c155753490433dcb831d31d580953d8c364662d94a3e250ff3d5f7a2c23ca592b1da8abd76a66e32a207f126feda7b356b460906bc1aab1e SHA512 e7d87b79f803b23048388c17761e6bba592ba557ae8166d225bd0428fd25c71a80e52dd8854461639407fb25714d961fc8b86e1860bce41123db45c851cc8c14
+DIST types_python_dateutil-2.9.0.20260716.tar.gz 17516 BLAKE2B 2565b3cbfb93087d3b7db4dad82882d0eaee048000aa4d29ed964c4e20ecc59dbe5719bc23161454e1a7dcb4dae69bc1f488f04837704691ecec7969c06d51c0 SHA512 8526b12fe8a962bafa7aabd3c95fc28dd7a72c2b0064d183eb0a45fe66e3173e4c5a7eb8e3e7c4786586261855a08236018d60b0f22b02065fa27eaa6f7de8ba
diff --git a/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260716.ebuild b/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260716.ebuild
new file mode 100644
index 000000000000..866a75258277
--- /dev/null
+++ b/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260716.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_{13..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}]
+"