summaryrefslogtreecommitdiff
path: root/dev-python/inflect
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-07 16:46:28 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-07 16:46:28 +0000
commitad104f434e3a64aaeb730713e6e729a6623d3d78 (patch)
tree5cc07213e9ec7a0a9b37ac9bad3fde76d4313dbc /dev-python/inflect
parent66803ee5a4746c216c857aeb8747130c4eb361e2 (diff)
downloadbaldeagleos-repo-ad104f434e3a64aaeb730713e6e729a6623d3d78.tar.gz
baldeagleos-repo-ad104f434e3a64aaeb730713e6e729a6623d3d78.tar.xz
baldeagleos-repo-ad104f434e3a64aaeb730713e6e729a6623d3d78.zip
Adding metadata
Diffstat (limited to 'dev-python/inflect')
-rw-r--r--dev-python/inflect/inflect-6.0.2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/inflect/inflect-6.0.2.ebuild b/dev-python/inflect/inflect-6.0.2.ebuild
index 127101eda8fb..22e5e9c7b39a 100644
--- a/dev-python/inflect/inflect-6.0.2.ebuild
+++ b/dev-python/inflect/inflect-6.0.2.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Correctly inflect words and numbers"
HOMEPAGE="
https://pypi.org/project/inflect/
https://github.com/jaraco/inflect/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"