repo/gentoo:master commit in: dev-python/types-python-dateutil/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786169236.0af20f1ceabe9185367c0807747d10d43ca606e9.mgorny@gentoo> |
commit: 0af20f1ceabe9185367c0807747d10d43ca606e9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 05:31:19 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 06:07:16 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af20f1c
dev-python/types-python-dateutil: Bump to 2.9.0.20260807
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/types-python-dateutil/Manifest | 1 +
.../types-python-dateutil-2.9.0.20260807.ebuild | 23 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-python/types-python-dateutil/Manifest b/dev-python/types-python-dateutil/Manifest
index 5bdfc14d327b..1c903e6827a4 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.20260716.tar.gz 17516 BLAKE2B 2565b3cbfb93087d3b7db4dad82882d0eaee048000aa4d29ed964c4e20ecc59dbe5719bc23161454e1a7dcb4dae69bc1f488f04837704691ecec7969c06d51c0 SHA512 8526b12fe8a962bafa7aabd3c95fc28dd7a72c2b0064d183eb0a45fe66e3173e4c5a7eb8e3e7c4786586261855a08236018d60b0f22b02065fa27eaa6f7de8ba
+DIST types_python_dateutil-2.9.0.20260807.tar.gz 17618 BLAKE2B 17d3866132f2501a5a78574386279cd49a77a555e20e68085e238d7f0851895c70b1cdbe8560158cb3f122fc312914e158170e04721d0a2909f2a4010a7c92a1 SHA512 3903f9d2295885416e9f1de5c67f55dd4f243d734267e3197b0788275fc5124837fedf27c964045cf47da355ee83fef654540d80ba82ed78501539fc2f151999
diff --git a/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260807.ebuild b/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260807.ebuild
new file mode 100644
index 000000000000..a2573bd8009d
--- /dev/null
+++ b/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260807.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_{12..15} )
+
+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}]
+"