diff options
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pyDes/pyDes-2.0.1-r1.ebuild | 8 |
1 files 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" |
