commit:     4580080d215f49c72e917a8eb53c3408fd4020fb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 16:04:04 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:50:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4580080d

net-analyzer/snallygaster: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-analyzer/snallygaster/snallygaster-0.0.12-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-analyzer/snallygaster/snallygaster-0.0.12-r1.ebuild 
b/net-analyzer/snallygaster/snallygaster-0.0.12-r1.ebuild
index 0986177e4b5d..2e4e6ae2913c 100644
--- a/net-analyzer/snallygaster/snallygaster-0.0.12-r1.ebuild
+++ b/net-analyzer/snallygaster/snallygaster-0.0.12-r1.ebuild
@@ -5,11 +5,10 @@ EAPI=8
 PYTHON_COMPAT=( python3_{9,10,11} )
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Finds file leaks and other security problems on HTTP servers"
 HOMEPAGE="https://github.com/hannob/snallygaster";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="CC0-1.0"
 SLOT="0"

Reply via email to