summaryrefslogtreecommitdiff
path: root/dev-python/types-python-dateutil
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-02 07:18:27 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-02 07:18:27 +0000
commitd9dc17279bdba81cb974b580791458181c7d4a6e (patch)
treeeacc4075965cd18392124c560953a3aee251d747 /dev-python/types-python-dateutil
parent7e12702389313d1bcff6e3acc60ab5d654966413 (diff)
downloadbaldeagleos-repo-d9dc17279bdba81cb974b580791458181c7d4a6e.tar.gz
baldeagleos-repo-d9dc17279bdba81cb974b580791458181c7d4a6e.tar.xz
baldeagleos-repo-d9dc17279bdba81cb974b580791458181c7d4a6e.zip
Adding metadata
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.20260402.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 7f4fa4f08a0f..f9d5dfe2d3ea 100644
--- a/dev-python/types-python-dateutil/Manifest
+++ b/dev-python/types-python-dateutil/Manifest
@@ -1,2 +1,3 @@
DIST types_python_dateutil-2.9.0.20260305.tar.gz 16885 BLAKE2B 9e1bca39abbf9cceea425e7113e775203a16fe11bb845fa510b3db8e3db7313b08cf9013c621a219c72dac034d67ef74e28b86610c1896e1e0ae479d9efdc8cb SHA512 c30ed86c9f78765e0a0634c3f99733c1003c5357eacd0f93e06fb7b22022809ee08b008ddc84074526cd220569c2155736c3b49672f57f4a4c349932be82121a
DIST types_python_dateutil-2.9.0.20260323.tar.gz 16897 BLAKE2B 05708ab3b55ff1c6047313b3e69506f21f1116f57b6a974774278ccf9076e170a56031e68eaa6d475f619ac35e58a2e888a64e357af1679cbce1865e0f9f82bd SHA512 c0c6edf869db6ced75dc20c42a3c9399bb4018f068251c9861bd5acd3767cbcddfa9a79fef036468e1126e69adc92b26ac5be5100982f4d5d5daad174f6e1ae8
+DIST types_python_dateutil-2.9.0.20260402.tar.gz 16941 BLAKE2B 8f5bcd0b848915ced25bb31cf19d4387234030122de5011c0fff6df1ba31b77082afb43341a11362d32be095f0a01b8144c380867f2a04341a4a1746feece70b SHA512 856eed7a6b1dfb5d655ca6a0521f48275c4560888028c42327e956993350617ed9d11751d70c0239b6a331c557b6c91f743d5dc02b9e5fe256f64973536c588a
diff --git a/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260402.ebuild b/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260402.ebuild
new file mode 100644
index 000000000000..9ee72fee1d13
--- /dev/null
+++ b/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260402.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}]
+"