summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:46:03 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:50:51 +0100
commit2fd372ff3e7f18a9f85c2fbc1e1e0dc821a83b1d (patch)
treeb638f9c3eb95dae1699ee552efd5bc14ba72cf90 /dev-python/inflection
parentdev-python/incremental: Use pypi.eclass (diff)
downloadgentoo-2fd372ff3e7f18a9f85c2fbc1e1e0dc821a83b1d.tar.gz
gentoo-2fd372ff3e7f18a9f85c2fbc1e1e0dc821a83b1d.tar.bz2
gentoo-2fd372ff3e7f18a9f85c2fbc1e1e0dc821a83b1d.zip
dev-python/inflection: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/inflection')
-rw-r--r--dev-python/inflection/inflection-0.5.1-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/inflection/inflection-0.5.1-r1.ebuild b/dev-python/inflection/inflection-0.5.1-r1.ebuild
index f991cc249c30..a5efa6c73e39 100644
--- a/dev-python/inflection/inflection-0.5.1-r1.ebuild
+++ b/dev-python/inflection/inflection-0.5.1-r1.ebuild
@@ -5,11 +5,10 @@ EAPI=8
PYTHON_COMPAT=( pypy3 python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A port of Ruby on Rails' inflector to Python"
HOMEPAGE="https://github.com/jpvanhal/inflection"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"