diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-01 03:04:33 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-01 03:04:33 -0500 |
| commit | ab43701157ca1662c9ed2c0da7aa0a795c2e3852 (patch) | |
| tree | aed05f12131c6f74ccd8ea4783fa89c8d3127225 /dev-python/humanize | |
| parent | 51d2af41ea07bb960200e1ab10b2c9c8ec489c5a (diff) | |
| download | baldeagleos-repo-ab43701157ca1662c9ed2c0da7aa0a795c2e3852.tar.gz baldeagleos-repo-ab43701157ca1662c9ed2c0da7aa0a795c2e3852.tar.xz baldeagleos-repo-ab43701157ca1662c9ed2c0da7aa0a795c2e3852.zip | |
Adding metadata
Diffstat (limited to 'dev-python/humanize')
| -rw-r--r-- | dev-python/humanize/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/humanize/humanize-4.16.0.ebuild | 34 |
2 files changed, 36 insertions, 0 deletions
diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest index 9ee64d657b9b..c5fee687c6aa 100644 --- a/dev-python/humanize/Manifest +++ b/dev-python/humanize/Manifest @@ -1,2 +1,4 @@ DIST humanize-4.15.0.tar.gz 83599 BLAKE2B c07d04da830d31d294d49ed43d2871dd337b80c9655bc868e56d71d61b9c69aa080864bf8a5f4ea6684adbd798aced820bdd202a0a9f4a4a5af5b26a0b9db4ca SHA512 685bb5bd14d013cbec7ad4b815cd6895a486315d88c81a39d00b59f4ffbfc94223352d55105c6e5fbb22a79ca018b8de70b5d82941739dfe0b2d165725bc0744 DIST humanize-4.15.0.tar.gz.provenance 9475 BLAKE2B 2b5ba2b3d23e4efbda84c6ab0a7810d4f4f76f1d26c9c126c2253837dc3209308a84fb5320d67b3d103249919adc725ccdef61cc46c1cded53ffccd36c88653f SHA512 7465a416984d005d51160c78140a8c4ecf23488ac73f599909bbbe6b4f687201039f8ac7965cfd6200f330844ea1adb2424d0aa0b727c5bf1e1ada998300e84b +DIST humanize-4.16.0.tar.gz 89515 BLAKE2B 754486b2edb83a92f8482ed22f606e35139ce41bebe4ada0f71437fd63e980f89b0976d8df87540d0e82f0f299274c7f7b43cd8b6cf19eb6c9913f24700d4a32 SHA512 ec5588287d7d5547b7fdf44234f4e52b6726a867dfd9f223e942fdb57b37b7a5e7fc44583a6cfd51f8209732f676d2b20e870e2e3b9a772c786c9cbda7fd5adc +DIST humanize-4.16.0.tar.gz.provenance 10099 BLAKE2B cf9d5be678e65a5ff2d863af97d81272fa037bce9743c48935eaa4a0e7cbb3c0f230b616f8749f185a1d8d5c6a35d5d5622e55af00ede3487df33bfc70f5a9f9 SHA512 064b2499af4e8c6cfa5342159e1b4942bf7a1be0fe26e2908c04af72f4e7fba2f11079d02f2827583ed739bf1ef2138a4dafce51c0a9d2c8862a1a24e67d3bc8 diff --git a/dev-python/humanize/humanize-4.16.0.ebuild b/dev-python/humanize/humanize-4.16.0.ebuild new file mode 100644 index 000000000000..ac15c4d4d87a --- /dev/null +++ b/dev-python/humanize/humanize-4.16.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYPI_VERIFY_REPO=https://github.com/python-humanize/humanize +PYTHON_COMPAT=( python3_{13..14} ) + +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}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +EPYTEST_IGNORE=( + tests/test_benchmarks.py +) |
