commit: 731a11c21396fe02bbe34b3af4f93a8ba4d66773
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Feb 15 08:53:17 2026 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Feb 15 08:53:17 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=731a11c2
dev-python/convertdate: drop 2.4.0
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/convertdate/Manifest | 1 -
dev-python/convertdate/convertdate-2.4.0.ebuild | 24 ------------------------
2 files changed, 25 deletions(-)
diff --git a/dev-python/convertdate/Manifest b/dev-python/convertdate/Manifest
index 7bd27576ab..2d62de2f44 100644
--- a/dev-python/convertdate/Manifest
+++ b/dev-python/convertdate/Manifest
@@ -1,2 +1 @@
-DIST convertdate-2.4.0.gh.tar.gz 52728 BLAKE2B
1ee45f86c1a424f479a0a01d7f048a861cea9a25e82adade8dc26182064428b27dac98012d9a1e6afc7412f27366dd3d06ecc8d881eb6946d24a037305bb5c57
SHA512
d6b63000fd72640d69afa12b5f942684fa1c2f52880bc76e78780f144848040176a7869cd7b95a502abfd5b8fe1ebc3c844f3eb261e2ad547e6be493b11cd432
DIST convertdate-2.4.1.gh.tar.gz 52789 BLAKE2B
e3d396299dd211def312046aaaee060e658fa9d535ca0c5a8376d796273fb53b148c7f6be6e1cb010f52fc9bdab06c9d275fc8f1de2bc0ea4ec956408ae3c3f2
SHA512
dc06c5c2f413543d5c84e5123a276b690787f4b72d3504650ad6908aeef36764073ad6496294e8d9400bc99c1a63f8adb39e265785471c23079f9502ff733e95
diff --git a/dev-python/convertdate/convertdate-2.4.0.ebuild
b/dev-python/convertdate/convertdate-2.4.0.ebuild
deleted file mode 100644
index dcfd5b4756..0000000000
--- a/dev-python/convertdate/convertdate-2.4.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..14} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Utils for converting between date formats and calculating
holidays"
-HOMEPAGE="https://github.com/fitnr/convertdate"
-SRC_URI="https://github.com/fitnr/${PN}/archive/v${PV}.tar.gz ->
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/pymeeus[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs \
- dev-python/myst-parser \
- dev-python/sphinx-rtd-theme