commit: 36c8709ced8b09a45440b8aca199fcc62e966139 Author: Hanno Böck <hanno <AT> gentoo <DOT> org> AuthorDate: Wed Jul 15 17:53:48 2020 +0000 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org> CommitDate: Wed Jul 15 17:53:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c8709c
net-analyzer/snallygaster: Version bump Signed-off-by: Hanno Böck <hanno <AT> gentoo.org> Package-Manager: Portage-2.3.103, Repoman-2.3.23 net-analyzer/snallygaster/Manifest | 1 + net-analyzer/snallygaster/snallygaster-0.0.8.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/net-analyzer/snallygaster/Manifest b/net-analyzer/snallygaster/Manifest index 435a71356da..32973f834a0 100644 --- a/net-analyzer/snallygaster/Manifest +++ b/net-analyzer/snallygaster/Manifest @@ -1 +1,2 @@ DIST snallygaster-0.0.6.tar.gz 22260 BLAKE2B 5f5f45678ee83922d477eb7356bf830a4ececbff6fc02bc21d2b714abf350c1b2643fb8134f330d8f54a4c58809b9de2671f46b728e631ac0a5f4996f87fd8e1 SHA512 abca663005e43948ef7c6516a3e85d1b1010811365f39a280b9c091490a8b4687fdaa1b0acbd29f5a84285fe16cd74398098eb9600b5ec41ec880d355cd0ddbd +DIST snallygaster-0.0.8.tar.gz 23341 BLAKE2B 0b4e92b50c9f766440a19bab6e39f7be323c5574c8f350ed3fbd07499ca04b358ec0e66deeddd30b5e798d093a73fbce65434be4058285eb773918314f373dac SHA512 a4937d5e486109deb54d4a3494fcdb2b06a0938cb9ca686550616d31d2f5bde01b4162f610db15c34c86e41673f6f05f749fb921d5f858cbc4a2fc7f65a6dda6 diff --git a/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild b/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild new file mode 100644 index 00000000000..721aa438132 --- /dev/null +++ b/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_SINGLE_IMPL=1 +inherit distutils-r1 + +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" +KEYWORDS="~amd64" + +DEPEND="dev-python/dnspython + dev-python/urllib3 + dev-python/beautifulsoup" +RDEPEND="${DEPEND}" +DOCS=( README.md TESTS.md )