summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:59:10 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:22:15 +0100
commit32b4921866d81230602bddded1a3ce48de0e53e8 (patch)
treefebe42009307196cf31bad751cab86dde1608977 /dev-python
parentdev-python/py-cpuinfo: Use pypi.eclass (diff)
downloadgentoo-32b4921866d81230602bddded1a3ce48de0e53e8.tar.gz
gentoo-32b4921866d81230602bddded1a3ce48de0e53e8.tar.bz2
gentoo-32b4921866d81230602bddded1a3ce48de0e53e8.zip
dev-python/pyDes: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyDes/pyDes-2.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyDes/pyDes-2.0.1.ebuild b/dev-python/pyDes/pyDes-2.0.1.ebuild
index 0220ed413584..c0711df34d23 100644
--- a/dev-python/pyDes/pyDes-2.0.1.ebuild
+++ b/dev-python/pyDes/pyDes-2.0.1.ebuild
@@ -4,13 +4,13 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Python implementation of DES and TRIPLE DES"
HOMEPAGE="https://twhiteman.netfirms.com/des.html"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"