diff --git a/dev-python/fastkml/Manifest b/dev-python/fastkml/Manifest new file mode 100644 index 000000000..0494ad235 --- /dev/null +++ b/dev-python/fastkml/Manifest @@ -0,0 +1 @@ +DIST fastkml-0.11.tar.gz 66199 BLAKE2B 27bdfd7a34340b4cdb56e8e30a3daa89b2408b0a54981243fef85926cea64a93f205b7c64916abb0932420f5f27572d39004bd07d81d45f3fe81ed07fe390523 SHA512 b9564bb7c8d33a77010a226c9d506f818b55db867a475802d84d20ce7969b8a6a67d0f9407c553f98325f00fb7cd5e7175fcbb5b239658bb73135ad9a185c5f2 diff --git a/dev-python/fastkml/fastkml-0.11.ebuild b/dev-python/fastkml/fastkml-0.11.ebuild new file mode 100644 index 000000000..081943ca0 --- /dev/null +++ b/dev-python/fastkml/fastkml-0.11.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Fast KML processing in python" +HOMEPAGE="https://pypi.org/project/fastkml/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/pygeoif[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/pygeoif/Manifest b/dev-python/pygeoif/Manifest new file mode 100644 index 000000000..082f745ee --- /dev/null +++ b/dev-python/pygeoif/Manifest @@ -0,0 +1 @@ +DIST pygeoif-0.7.tar.gz 34773 BLAKE2B 1c3ddedcd5fcf3786828a3e1d1d6e11ac52e8c5dcbd38e10dd0eafa9255970c42841e1d827650c904069134457365354b68b45a7926b1a0c1d9dfe0550fff183 SHA512 bba3555e22e68d09a15077924bf3a71c527d517f27e5d1d42c2f83f74f810ca275d1364a9f603151d91e8480e902abc4ca499a76625713a7d79e8ced2f1d654e diff --git a/dev-python/pygeoif/pygeoif-0.7.ebuild b/dev-python/pygeoif/pygeoif-0.7.ebuild new file mode 100644 index 000000000..ebdbaf4f3 --- /dev/null +++ b/dev-python/pygeoif/pygeoif-0.7.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} ) + +inherit distutils-r1 + +DESCRIPTION="A basic implementation of the __geo_interface__" +HOMEPAGE="https://pypi.org/project/pygeoif/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/net-analyzer/kismet-analyzer/Manifest b/net-analyzer/kismet-analyzer/Manifest new file mode 100644 index 000000000..3b556330e --- /dev/null +++ b/net-analyzer/kismet-analyzer/Manifest @@ -0,0 +1 @@ +DIST kismet-analyzer-0.3.0.tar.gz 7241 BLAKE2B 0169b8309a6618c7254b8849197326076168f662ac541fe08b7d88e2e42dc32bf27ee1cc7ade038e714a0bbf533102eced9b4efe1eac55bf8f95661935e7c609 SHA512 8912d28e77e844bd08655cc32ccba13d062f70c4139ad8f9e359ff428f64709abbc145e62d2901690c7ff12986f03e505322fc83506c184d44cd83b217077ff0 diff --git a/net-analyzer/kismet-analyzer/kismet-analyzer-0.3.0.ebuild b/net-analyzer/kismet-analyzer/kismet-analyzer-0.3.0.ebuild new file mode 100644 index 000000000..8ee75f27a --- /dev/null +++ b/net-analyzer/kismet-analyzer/kismet-analyzer-0.3.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Library for parsing kismet results from the .kismet database file" +HOMEPAGE="https://pypi.org/project/kismet-analyzer/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/fastkml[${PYTHON_USEDEP}] + dev-python/pygeoif[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/profiles/pentoo/base/package.accept_keywords/dev-python b/profiles/pentoo/base/package.accept_keywords/dev-python index 87ccbd263..bfac7cb86 100644 --- a/profiles/pentoo/base/package.accept_keywords/dev-python +++ b/profiles/pentoo/base/package.accept_keywords/dev-python @@ -11,6 +11,9 @@ dev-python/PythonQt #kismetdb dev-python/simplekml +#kismet-analyzer +dev-python/pygeoif +dev-python/fastkml #routersploit dev-python/bluepy diff --git a/profiles/pentoo/base/package.accept_keywords/net-analyzer b/profiles/pentoo/base/package.accept_keywords/net-analyzer index 2a5fcc618..c992bc857 100644 --- a/profiles/pentoo/base/package.accept_keywords/net-analyzer +++ b/profiles/pentoo/base/package.accept_keywords/net-analyzer @@ -18,6 +18,7 @@ net-analyzer/ffuf net-analyzer/findomain net-analyzer/gobuster =net-analyzer/ike-scan-1.9* +net-analyzer/kismet-analyzer net-analyzer/masscan net-analyzer/medusa net-analyzer/nessus-bin