diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:47:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:03:48 +0100 |
commit | 1877ca90089a6ef8ff1e18cd57ea426173bb9f0c (patch) | |
tree | 5586afbbba8d42d219994d0f5419986188f4f496 /dev-python/pyaes | |
parent | dev-python/py: Use pypi.eclass (diff) | |
download | gentoo-1877ca90089a6ef8ff1e18cd57ea426173bb9f0c.tar.gz gentoo-1877ca90089a6ef8ff1e18cd57ea426173bb9f0c.tar.bz2 gentoo-1877ca90089a6ef8ff1e18cd57ea426173bb9f0c.zip |
dev-python/pyaes: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyaes')
-rw-r--r-- | dev-python/pyaes/pyaes-1.6.1-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pyaes/pyaes-1.6.1-r3.ebuild b/dev-python/pyaes/pyaes-1.6.1-r3.ebuild index f327a7c1395b..0fcf09c5da78 100644 --- a/dev-python/pyaes/pyaes-1.6.1-r3.ebuild +++ b/dev-python/pyaes/pyaes-1.6.1-r3.ebuild @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Pure-Python Implementation of the AES block-cipher and common modes of operation" HOMEPAGE="https://pypi.org/project/pyaes/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |