[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snallygaster/

2024-03-12 Thread Hanno Böck
commit: ae274200f12e7c3ab2e03f7fb6a4535ef30cee78
Author: Hanno Böck  gentoo  org>
AuthorDate: Tue Mar 12 08:47:00 2024 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Tue Mar 12 08:47:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae274200

net-analyzer/snallygaster: support python 3.12

Signed-off-by: Hanno Böck  gentoo.org>

 .../snallygaster/snallygaster-0.0.12-r2.ebuild | 25 ++
 1 file changed, 25 insertions(+)

diff --git a/net-analyzer/snallygaster/snallygaster-0.0.12-r2.ebuild 
b/net-analyzer/snallygaster/snallygaster-0.0.12-r2.ebuild
new file mode 100644
index ..d9c89cabbb3b
--- /dev/null
+++ b/net-analyzer/snallygaster/snallygaster-0.0.12-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9,10,11,12} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Finds file leaks and other security problems on HTTP servers"
+HOMEPAGE="https://github.com/hannob/snallygaster;
+
+LICENSE="CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-python/dnspython
+   dev-python/urllib3
+   dev-python/beautifulsoup4"
+RDEPEND="${DEPEND}"
+DOCS=( README.md TESTS.md )
+
+# Only codingstyle and similar tests, require dependencies
+# not packaged in Gentoo
+RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snallygaster/

2023-05-01 Thread Sam James
commit: a4e4f8722021987979080bc588b7b48c4268817c
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 12:42:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 12:48:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4e4f872

net-analyzer/snallygaster: drop 0.0.11, 0.0.12

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/snallygaster/Manifest |  1 -
 .../snallygaster/snallygaster-0.0.11.ebuild| 25 --
 .../snallygaster/snallygaster-0.0.12.ebuild| 25 --
 3 files changed, 51 deletions(-)

diff --git a/net-analyzer/snallygaster/Manifest 
b/net-analyzer/snallygaster/Manifest
index 4ed2543dbaad..b772d52adb82 100644
--- a/net-analyzer/snallygaster/Manifest
+++ b/net-analyzer/snallygaster/Manifest
@@ -1,2 +1 @@
-DIST snallygaster-0.0.11.tar.gz 25238 BLAKE2B 
11867c0a71cd1701205f499cc7e492520018d39dcdeae0d8e8ae130e2034fd15d20039ed2c7325c879b1640b67a02515685640d5278e0aaafba864fd9d47a7a0
 SHA512 
6c050f8d67748fa148a578e37f3788305251d210691047f045d63dd531eca4ef4eb9e1d74a22ce9db13c71e471ced304d8138b8f283a1fe4841381532baab733
 DIST snallygaster-0.0.12.tar.gz 25234 BLAKE2B 
69082fe94fc65d78b99519511b6850d569401d326788448dffac2baca3e359e166b161e69b5169dc0772c4eba5e3cf70968ed75fe09efad7924869971a0869c8
 SHA512 
507b5bbaa8a01318b53778781e1e212e295f113ea91b1b73d5162f93d35be74780fa0cba7499d62f40c8cd27b4cdfd79526bd0ab07018090460ca937eb48

diff --git a/net-analyzer/snallygaster/snallygaster-0.0.11.ebuild 
b/net-analyzer/snallygaster/snallygaster-0.0.11.ebuild
deleted file mode 100644
index 21ae30abcff9..
--- a/net-analyzer/snallygaster/snallygaster-0.0.11.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_9 )
-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/beautifulsoup4"
-RDEPEND="${DEPEND}"
-DOCS=( README.md TESTS.md )
-
-# Only codingstyle and similar tests, require dependencies
-# not packaged in Gentoo
-RESTRICT="test"

diff --git a/net-analyzer/snallygaster/snallygaster-0.0.12.ebuild 
b/net-analyzer/snallygaster/snallygaster-0.0.12.ebuild
deleted file mode 100644
index e8e505e61bf4..
--- a/net-analyzer/snallygaster/snallygaster-0.0.12.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{9,10} )
-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/beautifulsoup4"
-RDEPEND="${DEPEND}"
-DOCS=( README.md TESTS.md )
-
-# Only codingstyle and similar tests, require dependencies
-# not packaged in Gentoo
-RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snallygaster/

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

net-analyzer/snallygaster: Use pypi.eclass

Signed-off-by: Michał Górny  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"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snallygaster/

2023-02-18 Thread Hanno Böck
commit: 3d1cd731bffcd2f1ad8b085ccb0bd07e1e3941c5
Author: Hanno Böck  gentoo  org>
AuthorDate: Sat Feb 18 20:04:21 2023 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Sat Feb 18 20:05:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1cd731

net-analyzer/snallygaster: support Python 3.11, EAPI 8

Add upstream ids to metadata.

Signed-off-by: Hanno Böck  gentoo.org>

 net-analyzer/snallygaster/metadata.xml |  4 
 .../snallygaster/snallygaster-0.0.12-r1.ebuild | 26 ++
 2 files changed, 30 insertions(+)

diff --git a/net-analyzer/snallygaster/metadata.xml 
b/net-analyzer/snallygaster/metadata.xml
index dcdae049d7cf..f8aae7b5d9a4 100644
--- a/net-analyzer/snallygaster/metadata.xml
+++ b/net-analyzer/snallygaster/metadata.xml
@@ -2,4 +2,8 @@
 https://www.gentoo.org/dtd/metadata.dtd;>
 
 ha...@gentoo.org
+
+hannob/snallygaster
+snallygaster
+
 

diff --git a/net-analyzer/snallygaster/snallygaster-0.0.12-r1.ebuild 
b/net-analyzer/snallygaster/snallygaster-0.0.12-r1.ebuild
new file mode 100644
index ..0986177e4b5d
--- /dev/null
+++ b/net-analyzer/snallygaster/snallygaster-0.0.12-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9,10,11} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
+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/beautifulsoup4"
+RDEPEND="${DEPEND}"
+DOCS=( README.md TESTS.md )
+
+# Only codingstyle and similar tests, require dependencies
+# not packaged in Gentoo
+RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snallygaster/

2022-01-31 Thread Hanno Böck
commit: 596bd2ecc56df3c9a171b7487ff2cb096141eb8c
Author: Hanno Böck  gentoo  org>
AuthorDate: Mon Jan 31 20:33:35 2022 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Mon Jan 31 20:33:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596bd2ec

net-analyzer/snallygaster: Remove old

Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 net-analyzer/snallygaster/Manifest  |  3 ---
 net-analyzer/snallygaster/snallygaster-0.0.6.ebuild | 21 -
 net-analyzer/snallygaster/snallygaster-0.0.8.ebuild | 21 -
 net-analyzer/snallygaster/snallygaster-0.0.9.ebuild | 21 -
 4 files changed, 66 deletions(-)

diff --git a/net-analyzer/snallygaster/Manifest 
b/net-analyzer/snallygaster/Manifest
index 42f55d652d3f..4ed2543dbaad 100644
--- a/net-analyzer/snallygaster/Manifest
+++ b/net-analyzer/snallygaster/Manifest
@@ -1,5 +1,2 @@
 DIST snallygaster-0.0.11.tar.gz 25238 BLAKE2B 
11867c0a71cd1701205f499cc7e492520018d39dcdeae0d8e8ae130e2034fd15d20039ed2c7325c879b1640b67a02515685640d5278e0aaafba864fd9d47a7a0
 SHA512 
6c050f8d67748fa148a578e37f3788305251d210691047f045d63dd531eca4ef4eb9e1d74a22ce9db13c71e471ced304d8138b8f283a1fe4841381532baab733
 DIST snallygaster-0.0.12.tar.gz 25234 BLAKE2B 
69082fe94fc65d78b99519511b6850d569401d326788448dffac2baca3e359e166b161e69b5169dc0772c4eba5e3cf70968ed75fe09efad7924869971a0869c8
 SHA512 
507b5bbaa8a01318b53778781e1e212e295f113ea91b1b73d5162f93d35be74780fa0cba7499d62f40c8cd27b4cdfd79526bd0ab07018090460ca937eb48
-DIST snallygaster-0.0.6.tar.gz 22260 BLAKE2B 
5f5f45678ee83922d477eb7356bf830a4ececbff6fc02bc21d2b714abf350c1b2643fb8134f330d8f54a4c58809b9de2671f46b728e631ac0a5f4996f87fd8e1
 SHA512 
abca663005e43948ef7c6516a3e85d1b1010811365f39a280b9c091490a8b4687fdaa1b0acbd29f5a84285fe16cd74398098eb9600b5ec41ec880d355cd0ddbd
-DIST snallygaster-0.0.8.tar.gz 23341 BLAKE2B 
0b4e92b50c9f766440a19bab6e39f7be323c5574c8f350ed3fbd07499ca04b358ec0e66deeddd30b5e798d093a73fbce65434be4058285eb773918314f373dac
 SHA512 
a4937d5e486109deb54d4a3494fcdb2b06a0938cb9ca686550616d31d2f5bde01b4162f610db15c34c86e41673f6f05f749fb921d5f858cbc4a2fc7f65a6dda6
-DIST snallygaster-0.0.9.tar.gz 24055 BLAKE2B 
049a88250877ed87103d23a30443ed638320e61c788716d432d877407c837f439bd16dc78a6eb00f7fea844280975f155898d9b084f7e285a0ed81a6becf9d68
 SHA512 
e7de6d97576f1651e0a6882c4d2766efe82b8656f53a6c30a5e36eeadbaa4fdc2b79dc370a1106a0bbd916d45d1c92169dcfb5d7c75e89946b371bc80098366c

diff --git a/net-analyzer/snallygaster/snallygaster-0.0.6.ebuild 
b/net-analyzer/snallygaster/snallygaster-0.0.6.ebuild
deleted file mode 100644
index cef08b8a35a2..
--- a/net-analyzer/snallygaster/snallygaster-0.0.6.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{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/beautifulsoup4"
-RDEPEND="${DEPEND}"
-DOCS=( README.md TESTS.md )

diff --git a/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild 
b/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild
deleted file mode 100644
index cef08b8a35a2..
--- a/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{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/beautifulsoup4"
-RDEPEND="${DEPEND}"
-DOCS=( README.md TESTS.md )

diff --git a/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild 
b/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild
deleted file mode 100644
index b984ebb2e0fc..
--- a/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-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
-   

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snallygaster/

2022-01-31 Thread Hanno Böck
commit: f1e3de3a15eaa74f3fda67f5ccec08116e2bc8b1
Author: Hanno Böck  gentoo  org>
AuthorDate: Mon Jan 31 20:32:58 2022 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Mon Jan 31 20:32:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e3de3a

net-analyzer/snallygaster: Version bump and python 3.10

Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 net-analyzer/snallygaster/Manifest |  1 +
 .../snallygaster/snallygaster-0.0.12.ebuild| 25 ++
 2 files changed, 26 insertions(+)

diff --git a/net-analyzer/snallygaster/Manifest 
b/net-analyzer/snallygaster/Manifest
index ec0b3ff27da7..42f55d652d3f 100644
--- a/net-analyzer/snallygaster/Manifest
+++ b/net-analyzer/snallygaster/Manifest
@@ -1,4 +1,5 @@
 DIST snallygaster-0.0.11.tar.gz 25238 BLAKE2B 
11867c0a71cd1701205f499cc7e492520018d39dcdeae0d8e8ae130e2034fd15d20039ed2c7325c879b1640b67a02515685640d5278e0aaafba864fd9d47a7a0
 SHA512 
6c050f8d67748fa148a578e37f3788305251d210691047f045d63dd531eca4ef4eb9e1d74a22ce9db13c71e471ced304d8138b8f283a1fe4841381532baab733
+DIST snallygaster-0.0.12.tar.gz 25234 BLAKE2B 
69082fe94fc65d78b99519511b6850d569401d326788448dffac2baca3e359e166b161e69b5169dc0772c4eba5e3cf70968ed75fe09efad7924869971a0869c8
 SHA512 
507b5bbaa8a01318b53778781e1e212e295f113ea91b1b73d5162f93d35be74780fa0cba7499d62f40c8cd27b4cdfd79526bd0ab07018090460ca937eb48
 DIST snallygaster-0.0.6.tar.gz 22260 BLAKE2B 
5f5f45678ee83922d477eb7356bf830a4ececbff6fc02bc21d2b714abf350c1b2643fb8134f330d8f54a4c58809b9de2671f46b728e631ac0a5f4996f87fd8e1
 SHA512 
abca663005e43948ef7c6516a3e85d1b1010811365f39a280b9c091490a8b4687fdaa1b0acbd29f5a84285fe16cd74398098eb9600b5ec41ec880d355cd0ddbd
 DIST snallygaster-0.0.8.tar.gz 23341 BLAKE2B 
0b4e92b50c9f766440a19bab6e39f7be323c5574c8f350ed3fbd07499ca04b358ec0e66deeddd30b5e798d093a73fbce65434be4058285eb773918314f373dac
 SHA512 
a4937d5e486109deb54d4a3494fcdb2b06a0938cb9ca686550616d31d2f5bde01b4162f610db15c34c86e41673f6f05f749fb921d5f858cbc4a2fc7f65a6dda6
 DIST snallygaster-0.0.9.tar.gz 24055 BLAKE2B 
049a88250877ed87103d23a30443ed638320e61c788716d432d877407c837f439bd16dc78a6eb00f7fea844280975f155898d9b084f7e285a0ed81a6becf9d68
 SHA512 
e7de6d97576f1651e0a6882c4d2766efe82b8656f53a6c30a5e36eeadbaa4fdc2b79dc370a1106a0bbd916d45d1c92169dcfb5d7c75e89946b371bc80098366c

diff --git a/net-analyzer/snallygaster/snallygaster-0.0.12.ebuild 
b/net-analyzer/snallygaster/snallygaster-0.0.12.ebuild
new file mode 100644
index ..578572f0bfbb
--- /dev/null
+++ b/net-analyzer/snallygaster/snallygaster-0.0.12.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+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/beautifulsoup4"
+RDEPEND="${DEPEND}"
+DOCS=( README.md TESTS.md )
+
+# Only codingstyle and similar tests, require dependencies
+# not packaged in Gentoo
+RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snallygaster/

2021-12-28 Thread Hanno Böck
commit: 764fdff4e1f207afaf32f9744b5e77421137e18f
Author: Hanno Böck  gentoo  org>
AuthorDate: Tue Dec 28 19:18:56 2021 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Tue Dec 28 19:18:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764fdff4

net-analyzer/snallygaster: Version bump.

Explicitly disable tests.

Signed-off-by: Hanno Böck  gentoo.org>
Closes: https://bugs.gentoo.org/808975
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 net-analyzer/snallygaster/Manifest |  1 +
 .../snallygaster/snallygaster-0.0.11.ebuild| 25 ++
 2 files changed, 26 insertions(+)

diff --git a/net-analyzer/snallygaster/Manifest 
b/net-analyzer/snallygaster/Manifest
index 976721d1609b..ec0b3ff27da7 100644
--- a/net-analyzer/snallygaster/Manifest
+++ b/net-analyzer/snallygaster/Manifest
@@ -1,3 +1,4 @@
+DIST snallygaster-0.0.11.tar.gz 25238 BLAKE2B 
11867c0a71cd1701205f499cc7e492520018d39dcdeae0d8e8ae130e2034fd15d20039ed2c7325c879b1640b67a02515685640d5278e0aaafba864fd9d47a7a0
 SHA512 
6c050f8d67748fa148a578e37f3788305251d210691047f045d63dd531eca4ef4eb9e1d74a22ce9db13c71e471ced304d8138b8f283a1fe4841381532baab733
 DIST snallygaster-0.0.6.tar.gz 22260 BLAKE2B 
5f5f45678ee83922d477eb7356bf830a4ececbff6fc02bc21d2b714abf350c1b2643fb8134f330d8f54a4c58809b9de2671f46b728e631ac0a5f4996f87fd8e1
 SHA512 
abca663005e43948ef7c6516a3e85d1b1010811365f39a280b9c091490a8b4687fdaa1b0acbd29f5a84285fe16cd74398098eb9600b5ec41ec880d355cd0ddbd
 DIST snallygaster-0.0.8.tar.gz 23341 BLAKE2B 
0b4e92b50c9f766440a19bab6e39f7be323c5574c8f350ed3fbd07499ca04b358ec0e66deeddd30b5e798d093a73fbce65434be4058285eb773918314f373dac
 SHA512 
a4937d5e486109deb54d4a3494fcdb2b06a0938cb9ca686550616d31d2f5bde01b4162f610db15c34c86e41673f6f05f749fb921d5f858cbc4a2fc7f65a6dda6
 DIST snallygaster-0.0.9.tar.gz 24055 BLAKE2B 
049a88250877ed87103d23a30443ed638320e61c788716d432d877407c837f439bd16dc78a6eb00f7fea844280975f155898d9b084f7e285a0ed81a6becf9d68
 SHA512 
e7de6d97576f1651e0a6882c4d2766efe82b8656f53a6c30a5e36eeadbaa4fdc2b79dc370a1106a0bbd916d45d1c92169dcfb5d7c75e89946b371bc80098366c

diff --git a/net-analyzer/snallygaster/snallygaster-0.0.11.ebuild 
b/net-analyzer/snallygaster/snallygaster-0.0.11.ebuild
new file mode 100644
index ..48f6645e8f84
--- /dev/null
+++ b/net-analyzer/snallygaster/snallygaster-0.0.11.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9} )
+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/beautifulsoup4"
+RDEPEND="${DEPEND}"
+DOCS=( README.md TESTS.md )
+
+# Only codingstyle and similar tests, require dependencies
+# not packaged in Gentoo
+RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snallygaster/

2021-03-06 Thread Hanno Böck
commit: 2b305c2da7bd024b08e270e71daab45cde5b00e2
Author: Hanno Böck  gentoo  org>
AuthorDate: Sat Mar  6 11:10:11 2021 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Sat Mar  6 11:10:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b305c2d

net-analyzer/snallygaster: Allow Python 3.9

Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-3.0.16, Repoman-3.0.2

 net-analyzer/snallygaster/snallygaster-0.0.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild 
b/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild
index 4558f9f7250..cc2efd47c0b 100644
--- a/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild
+++ b/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snallygaster/

2020-10-14 Thread Hanno Böck
commit: d9fd9add53b581fadbd2e77abe8160317ff1f6ae
Author: Hanno Böck  gentoo  org>
AuthorDate: Wed Oct 14 16:11:22 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Wed Oct 14 16:11:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9fd9add

net-analyzer/snallygaster: Bump

Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1

 net-analyzer/snallygaster/Manifest  |  1 +
 net-analyzer/snallygaster/snallygaster-0.0.9.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/net-analyzer/snallygaster/Manifest 
b/net-analyzer/snallygaster/Manifest
index 32973f834a0..976721d1609 100644
--- a/net-analyzer/snallygaster/Manifest
+++ b/net-analyzer/snallygaster/Manifest
@@ -1,2 +1,3 @@
 DIST snallygaster-0.0.6.tar.gz 22260 BLAKE2B 
5f5f45678ee83922d477eb7356bf830a4ececbff6fc02bc21d2b714abf350c1b2643fb8134f330d8f54a4c58809b9de2671f46b728e631ac0a5f4996f87fd8e1
 SHA512 
abca663005e43948ef7c6516a3e85d1b1010811365f39a280b9c091490a8b4687fdaa1b0acbd29f5a84285fe16cd74398098eb9600b5ec41ec880d355cd0ddbd
 DIST snallygaster-0.0.8.tar.gz 23341 BLAKE2B 
0b4e92b50c9f766440a19bab6e39f7be323c5574c8f350ed3fbd07499ca04b358ec0e66deeddd30b5e798d093a73fbce65434be4058285eb773918314f373dac
 SHA512 
a4937d5e486109deb54d4a3494fcdb2b06a0938cb9ca686550616d31d2f5bde01b4162f610db15c34c86e41673f6f05f749fb921d5f858cbc4a2fc7f65a6dda6
+DIST snallygaster-0.0.9.tar.gz 24055 BLAKE2B 
049a88250877ed87103d23a30443ed638320e61c788716d432d877407c837f439bd16dc78a6eb00f7fea844280975f155898d9b084f7e285a0ed81a6becf9d68
 SHA512 
e7de6d97576f1651e0a6882c4d2766efe82b8656f53a6c30a5e36eeadbaa4fdc2b79dc370a1106a0bbd916d45d1c92169dcfb5d7c75e89946b371bc80098366c

diff --git a/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild 
b/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild
new file mode 100644
index 000..721aa438132
--- /dev/null
+++ b/net-analyzer/snallygaster/snallygaster-0.0.9.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 )



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snallygaster/

2020-07-15 Thread Hanno Böck
commit: 36c8709ced8b09a45440b8aca199fcc62e966139
Author: Hanno Böck  gentoo  org>
AuthorDate: Wed Jul 15 17:53:48 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Wed Jul 15 17:53:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c8709c

net-analyzer/snallygaster: Version bump

Signed-off-by: Hanno Böck  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 000..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 )



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snallygaster/

2020-05-06 Thread Hanno Böck
commit: 88e6eb7431b62a26063b95dd610cc43de6fab040
Author: Hanno Böck  gentoo  org>
AuthorDate: Wed May  6 06:50:09 2020 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Wed May  6 06:50:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e6eb74

net-analyzer/snallygaster: Initial commit

Signed-off-by: Hanno Böck  gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22

 net-analyzer/snallygaster/Manifest  |  1 +
 net-analyzer/snallygaster/metadata.xml  |  5 +
 net-analyzer/snallygaster/snallygaster-0.0.6.ebuild | 21 +
 3 files changed, 27 insertions(+)

diff --git a/net-analyzer/snallygaster/Manifest 
b/net-analyzer/snallygaster/Manifest
new file mode 100644
index 000..435a71356da
--- /dev/null
+++ b/net-analyzer/snallygaster/Manifest
@@ -0,0 +1 @@
+DIST snallygaster-0.0.6.tar.gz 22260 BLAKE2B 
5f5f45678ee83922d477eb7356bf830a4ececbff6fc02bc21d2b714abf350c1b2643fb8134f330d8f54a4c58809b9de2671f46b728e631ac0a5f4996f87fd8e1
 SHA512 
abca663005e43948ef7c6516a3e85d1b1010811365f39a280b9c091490a8b4687fdaa1b0acbd29f5a84285fe16cd74398098eb9600b5ec41ec880d355cd0ddbd

diff --git a/net-analyzer/snallygaster/metadata.xml 
b/net-analyzer/snallygaster/metadata.xml
new file mode 100644
index 000..28ef3c7b080
--- /dev/null
+++ b/net-analyzer/snallygaster/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+ha...@gentoo.org
+

diff --git a/net-analyzer/snallygaster/snallygaster-0.0.6.ebuild 
b/net-analyzer/snallygaster/snallygaster-0.0.6.ebuild
new file mode 100644
index 000..721aa438132
--- /dev/null
+++ b/net-analyzer/snallygaster/snallygaster-0.0.6.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 )