diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-04 12:37:55 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-04 12:37:55 +0000 |
| commit | 60bb06eebeb33b49a554dc22f24f69abe04a5750 (patch) | |
| tree | 2394cd146bec5e45021d4b7724ce21f567a5265a /dev-python/humanize | |
| parent | feebe41b21a89f2d9789082730b1c730f9f5b289 (diff) | |
| download | baldeagleos-repo-60bb06eebeb33b49a554dc22f24f69abe04a5750.tar.gz baldeagleos-repo-60bb06eebeb33b49a554dc22f24f69abe04a5750.tar.xz baldeagleos-repo-60bb06eebeb33b49a554dc22f24f69abe04a5750.zip | |
Adding metadata
Diffstat (limited to 'dev-python/humanize')
| -rw-r--r-- | dev-python/humanize/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/humanize/humanize-4.1.0.ebuild | 29 | ||||
| -rw-r--r-- | dev-python/humanize/metadata.xml | 4 |
3 files changed, 31 insertions, 3 deletions
diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest index e38b5777c261..2849cc562c62 100644 --- a/dev-python/humanize/Manifest +++ b/dev-python/humanize/Manifest @@ -1 +1,2 @@ DIST humanize-4.0.0.tar.gz 71028 BLAKE2B ef11ae45950a4dc7f55bbd380351aa6f6aaccb7410336f3c9187755d619131741cb2932917e9316c86e33f47e0640311cce278ce23046160aa0ffb4c1bdad1bc SHA512 71c528101b62c883de6474d3c31e97f7f54099c3389f7a88a328ef24b40f7a5667db879badd6154d76ce9bb1390a45404e177c50c7c26064c63b654936ba0514 +DIST humanize-4.1.0.tar.gz 73777 BLAKE2B fcbde90977ae9fcd706e423767b1d5617fd118ae8903283f4b307ee05a5adffb3bb68305e5d758b1860d37a37d22766127d84479d331a7ed05c83cd53e5b0829 SHA512 7e2d92ed44e773bd8a53d4b151e80949fda057d8f4a52003826efa9ec2a569360b76663d44c3d1239fd2ecdd5365357d3fac72a395d1c10d5207b4a27f248878 diff --git a/dev-python/humanize/humanize-4.1.0.ebuild b/dev-python/humanize/humanize-4.1.0.ebuild new file mode 100644 index 000000000000..c95640b18f8b --- /dev/null +++ b/dev-python/humanize/humanize-4.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Common humanization utilities" +HOMEPAGE=" + https://github.com/python-humanize/humanize/ + https://pypi.org/project/humanize/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( + dev-python/freezegun[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest diff --git a/dev-python/humanize/metadata.xml b/dev-python/humanize/metadata.xml index 288a2ab89d05..2eedb4843be1 100644 --- a/dev-python/humanize/metadata.xml +++ b/dev-python/humanize/metadata.xml @@ -9,9 +9,7 @@ <email>python@gentoo.org</email> <name>Python</name> </maintainer> - <upstream> - <bugs-to>https://github.com/jmoiron/humanize/issues</bugs-to> - </upstream> + <origin>gentoo-staging</origin> <stabilize-allarches/> </pkgmetadata>
\ No newline at end of file |
