Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/snallygaster/
Date: Thu, 16 Mar 2023 18:52:50
Message-Id: 1678992622.4580080d215f49c72e917a8eb53c3408fd4020fb.mgorny@gentoo
1 commit: 4580080d215f49c72e917a8eb53c3408fd4020fb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 16:04:04 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:50:22 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4580080d
7
8 net-analyzer/snallygaster: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-analyzer/snallygaster/snallygaster-0.0.12-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/snallygaster/snallygaster-0.0.12-r1.ebuild b/net-analyzer/snallygaster/snallygaster-0.0.12-r1.ebuild
16 index 0986177e4b5d..2e4e6ae2913c 100644
17 --- a/net-analyzer/snallygaster/snallygaster-0.0.12-r1.ebuild
18 +++ b/net-analyzer/snallygaster/snallygaster-0.0.12-r1.ebuild
19 @@ -5,11 +5,10 @@ EAPI=8
20 PYTHON_COMPAT=( python3_{9,10,11} )
21 DISTUTILS_SINGLE_IMPL=1
22 DISTUTILS_USE_PEP517=setuptools
23 -inherit distutils-r1
24 +inherit distutils-r1 pypi
25
26 DESCRIPTION="Finds file leaks and other security problems on HTTP servers"
27 HOMEPAGE="https://github.com/hannob/snallygaster"
28 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="CC0-1.0"
31 SLOT="0"