summaryrefslogtreecommitdiff
path: root/dev-python/humanize
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-31 18:58:19 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-31 18:58:19 +0000
commite709146bfe0a78864c489db0165a0156151b5b7a (patch)
tree52317f234fa0358799dfaafe48623cf348e34936 /dev-python/humanize
parent0180d18b2874a7cc5346b896ee0c25941be701d5 (diff)
downloadbaldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.tar.gz
baldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.tar.xz
baldeagleos-repo-e709146bfe0a78864c489db0165a0156151b5b7a.zip
Adding metadata
Diffstat (limited to 'dev-python/humanize')
-rw-r--r--dev-python/humanize/Manifest1
-rw-r--r--dev-python/humanize/humanize-4.12.2.ebuild33
-rw-r--r--dev-python/humanize/humanize-4.12.3.ebuild2
3 files changed, 1 insertions, 35 deletions
diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest
index 05d9c3d141bd..e10c402e39e4 100644
--- a/dev-python/humanize/Manifest
+++ b/dev-python/humanize/Manifest
@@ -1,2 +1 @@
-DIST humanize-4.12.2.tar.gz 80871 BLAKE2B 77af866cc388566c8930a7869a836458517babd3f804505681f5bd51adb1690746cfd1e251d71a7b1d9408ae8a51218fe59e94bca9ee2c2d209a0f54db1e37be SHA512 33b7c54acf0aa6e4170016baf8c0b512533546551f6b64bccca251d59a9a997e5f4379b1e038401d6fbff4aaec99606afb24df0428202dd8d82ff7b9595463b7
DIST humanize-4.12.3.tar.gz 80514 BLAKE2B 23faa42db0005376509c7b756613ee139a0ddb2038d61be90e35ba85cc61bd47dda32edbd61e98ad8192cd29863b7a97b211c7192e9ba1cf3f7df4cea1959fc9 SHA512 530ea137f0176e1765eabf9adca353fb1616e3701f6e618822cffa70f731f59854dc629f17188edbb9dc82f37b80e643e87508ea0ef8c51ec889e5ad0c0c1dfe
diff --git a/dev-python/humanize/humanize-4.12.2.ebuild b/dev-python/humanize/humanize-4.12.2.ebuild
deleted file mode 100644
index 963cf7394d85..000000000000
--- a/dev-python/humanize/humanize-4.12.2.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=( python3_{9,10,11,12,13} pypy3 )
-
-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.3.ebuild b/dev-python/humanize/humanize-4.12.3.ebuild
index bff61de83707..ccd5fe996348 100644
--- a/dev-python/humanize/humanize-4.12.3.ebuild
+++ b/dev-python/humanize/humanize-4.12.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]