repo/gentoo:master commit in: dev-python/types-python-dateutil/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786169236.ed41b29db9cbf8e9df5a4e8f5c1486838bb4821e.mgorny@gentoo> |
commit: ed41b29db9cbf8e9df5a4e8f5c1486838bb4821e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 05:30:44 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=ed41b29d
dev-python/types-python-dateutil: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/types-python-dateutil/Manifest | 1 -
.../types-python-dateutil-2.9.0.20260518.ebuild | 23 ----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-python/types-python-dateutil/Manifest b/dev-python/types-python-dateutil/Manifest
index 1b90de841638..5bdfc14d327b 100644
--- a/dev-python/types-python-dateutil/Manifest
+++ b/dev-python/types-python-dateutil/Manifest
@@ -1,2 +1 @@
-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.20260518.ebuild b/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260518.ebuild
deleted file mode 100644
index 1404712d0e05..000000000000
--- a/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260518.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3_11 python3_{11..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}]
-"