commit: 2779ee4c2c81ba5fd30b8916b425f912d38613cc
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 12:49:23 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 12:58:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2779ee4c
dev-python/scramp: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/scramp/scramp-1.4.4.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/scramp/scramp-1.4.4.ebuild
b/dev-python/scramp/scramp-1.4.4.ebuild
index a951dc041..74f8ca759 100644
--- a/dev-python/scramp/scramp-1.4.4.ebuild
+++ b/dev-python/scramp/scramp-1.4.4.ebuild
@@ -5,14 +5,13 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} pypy3 )
DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A pure-Python implementation of the SCRAM authentication
protocol."
HOMEPAGE="
https://pypi.org/project/scramp/
https://github.com/tlocke/scramp
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="MIT"