From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/humanize/Manifest | 2 ++ dev-python/humanize/humanize-4.15.0.ebuild | 30 ++++++++++++++++++++++++++++++ dev-python/humanize/metadata.xml | 14 ++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 dev-python/humanize/Manifest create mode 100644 dev-python/humanize/humanize-4.15.0.ebuild create mode 100644 dev-python/humanize/metadata.xml (limited to 'dev-python/humanize') diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest new file mode 100644 index 000000000000..9ee64d657b9b --- /dev/null +++ b/dev-python/humanize/Manifest @@ -0,0 +1,2 @@ +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 diff --git a/dev-python/humanize/humanize-4.15.0.ebuild b/dev-python/humanize/humanize-4.15.0.ebuild new file mode 100644 index 000000000000..d939535b887b --- /dev/null +++ b/dev-python/humanize/humanize-4.15.0.ebuild @@ -0,0 +1,30 @@ +# 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 diff --git a/dev-python/humanize/metadata.xml b/dev-python/humanize/metadata.xml new file mode 100644 index 000000000000..77f45f350543 --- /dev/null +++ b/dev-python/humanize/metadata.xml @@ -0,0 +1,14 @@ + + + + + sbraz@gentoo.org + Louis Sautier + + + python@gentoo.org + Python + + + baldeagleos-repo + -- cgit v1.3.1