commit: 654d4f5dbbb77db675af0fed6bbc747ca1f0aa50
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 12:27:37 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 12:28:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654d4f5d
dev-python/humanize: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/humanize/Manifest | 2 --
dev-python/humanize/humanize-4.11.0.ebuild | 33 ------------------------------
dev-python/humanize/humanize-4.12.0.ebuild | 33 ------------------------------
3 files changed, 68 deletions(-)
diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest
index 100c4cc0b0ca..db96fdcb034f 100644
--- a/dev-python/humanize/Manifest
+++ b/dev-python/humanize/Manifest
@@ -1,3 +1 @@
-DIST humanize-4.11.0.tar.gz 80374 BLAKE2B
880ebf6f14c04c323528ee95c4c32c775bd2662b0d47eb6761c84024199066e69e1d571f7edc2235d81261693f1fbd3c166ec24afeb4dab28f39dd4256d37fcf
SHA512
0f872b86643276bd58543d47b72719763b52ea9a434076b99d0db72d89642c2bd77e240bf506cdd04fad049fe1575919b006376d99c037936e9b9e1beb25e1a9
-DIST humanize-4.12.0.tar.gz 80785 BLAKE2B
014a748eb5345c78f4922a982ae302688ee4dd86b3a8e4041939fcdabe45bbd19064ed8197ea33140d2d358705a93866feb2f269abe678930423f08daa44e46a
SHA512
6ebb11c2595ee9b1dfb7a3f0a5225ea82b1ab2ebeaf8505ed09ff93c6ba2338a3ef23c6d784ca8b501eac152a637989a46fd1bfbbd8d3750ce372cd1a4df9b26
DIST humanize-4.12.1.tar.gz 80827 BLAKE2B
db2c65c74eaa0d7c201b7cc620417c5ce4d95cafcfac94160bf7e8b61f787e26dae346616bc2117275622e14c43720f6ac55e759dc711a35452352b19efa78e9
SHA512
373f9fde324924089019934e712aab94dc50b72da9b2932461dec6700a01a49a132693a29a37f6a65fe60636c9b300aab8053a21afe3f496b3f24dd10ada7fe7
diff --git a/dev-python/humanize/humanize-4.11.0.ebuild
b/dev-python/humanize/humanize-4.11.0.ebuild
deleted file mode 100644
index 968cf102630d..000000000000
--- a/dev-python/humanize/humanize-4.11.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Common humanization utilities"
-HOMEPAGE="
- https://github.com/python-humanize/humanize/
- https://pypi.org/project/humanize/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
- test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -e '/coverage/d' -i pyproject.toml || die
- distutils-r1_src_prepare
-}
diff --git a/dev-python/humanize/humanize-4.12.0.ebuild
b/dev-python/humanize/humanize-4.12.0.ebuild
deleted file mode 100644
index 6a461c25fb04..000000000000
--- a/dev-python/humanize/humanize-4.12.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Common humanization utilities"
-HOMEPAGE="
- https://github.com/python-humanize/humanize/
- https://pypi.org/project/humanize/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-BDEPEND="
- dev-python/hatch-vcs[${PYTHON_USEDEP}]
- test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -e '/coverage/d' -i pyproject.toml || die
- distutils-r1_src_prepare
-}