diff options
author | 2023-03-15 18:49:16 +0100 | |
---|---|---|
committer | 2023-03-16 05:09:23 +0100 | |
commit | afef99d622baf0da990ddad5d94ab39a392ef5f7 (patch) | |
tree | b7f4631ee6a833961757e9753b250a4b4b9b3089 /dev-python/webencodings | |
parent | dev-python/webcolors: Use pypi.eclass (diff) | |
download | gentoo-afef99d622baf0da990ddad5d94ab39a392ef5f7.tar.gz gentoo-afef99d622baf0da990ddad5d94ab39a392ef5f7.tar.bz2 gentoo-afef99d622baf0da990ddad5d94ab39a392ef5f7.zip |
dev-python/webencodings: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/webencodings')
-rw-r--r-- | dev-python/webencodings/webencodings-0.5.1-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/webencodings/webencodings-0.5.1-r2.ebuild b/dev-python/webencodings/webencodings-0.5.1-r2.ebuild index efe1f6211621..52b7e5e1b33c 100644 --- a/dev-python/webencodings/webencodings-0.5.1-r2.ebuild +++ b/dev-python/webencodings/webencodings-0.5.1-r2.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Character encoding aliases for legacy web content" HOMEPAGE=" https://github.com/gsnedders/python-webencodings/ https://pypi.org/project/webencodings/ " -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |