commit: fc54924296fcc8b501c049dd8a66f8a07efe971e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 19:39:57 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 19:46:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc549242
dev-python/pyDes: Add PYPI_PN prior to rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyDes/pyDes-2.0.1-r1.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyDes/pyDes-2.0.1-r1.ebuild
b/dev-python/pyDes/pyDes-2.0.1-r1.ebuild
index 82c2ac1c359f..030bb59c5be7 100644
--- a/dev-python/pyDes/pyDes-2.0.1-r1.ebuild
+++ b/dev-python/pyDes/pyDes-2.0.1-r1.ebuild
@@ -5,12 +5,16 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..12} )
+PYPI_PN=pyDes
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Python implementation of DES and TRIPLE DES"
-HOMEPAGE="https://twhiteman.netfirms.com/des.html"
+HOMEPAGE="
+ https://twhiteman.netfirms.com/des.html
+ https://pypi.org/project/pyDes/
+"
LICENSE="MIT"
SLOT="0"