diff --git a/dev-python/stringcase/stringcase-1.2.0.ebuild b/dev-python/stringcase/stringcase-1.2.0.ebuild index a8e800ae59..9ffd8e2929 100644 --- a/dev-python/stringcase/stringcase-1.2.0.ebuild +++ b/dev-python/stringcase/stringcase-1.2.0.ebuild @@ -7,11 +7,10 @@ PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_USE_SETUPTOOLS=no -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Convert string cases between camel case, pascal case, snake case etc." HOMEPAGE="https://github.com/okunishinishi/python-stringcase" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"