summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:04:04 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:22 +0100
commit4580080d215f49c72e917a8eb53c3408fd4020fb (patch)
treec4967ed7202c5dee383490301588ba64644887c9 /net-analyzer/snallygaster
parentmedia-gfx/img2pdf: Use pypi.eclass (diff)
downloadgentoo-4580080d215f49c72e917a8eb53c3408fd4020fb.tar.gz
gentoo-4580080d215f49c72e917a8eb53c3408fd4020fb.tar.bz2
gentoo-4580080d215f49c72e917a8eb53c3408fd4020fb.zip
net-analyzer/snallygaster: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/snallygaster')
-rw-r--r--net-analyzer/snallygaster/snallygaster-0.0.12-r1.ebuild3
1 files changed, 1 insertions, 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"