Skip to content

Commit

Permalink
spiderfoot: fix #739
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Bolshakov committed Sep 4, 2021
1 parent f956d1d commit a564d91
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RDEPEND="${DEPEND}
>=dev-python/dnspython-1.16.0[${PYTHON_MULTI_USEDEP}]
>=dev-python/exifread-2.1.2[${PYTHON_MULTI_USEDEP}]
>=dev-python/cherrypy-18.0[${PYTHON_MULTI_USEDEP}]
>=dev-python/cherrypy-cors-1.6[${PYTHON_MULTI_USEDEP}]
dev-python/mako[${PYTHON_MULTI_USEDEP}]
dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
dev-python/lxml[${PYTHON_MULTI_USEDEP}]
Expand Down
1 change: 1 addition & 0 deletions dev-python/cherrypy-cors/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST cherrypy-cors-1.6.tar.gz 9480 BLAKE2B 2b9ba4841cfee0f416d4681bfa46a5309f1732fc4961714ce2f38f4d0df3d02193dfbc17de638f25e0a53a7e72b29e41d6a168f893e5fcac9ee66a3ccb1656d5 SHA512 2aee6b603df79956f88e160c379feec106e4b362637bcff8f2c20dcb3ce18480417323a06a03323b17127834c9eb7da672eb490026d833f0b9bdd39538114485
24 changes: 24 additions & 0 deletions dev-python/cherrypy-cors/cherrypy-cors-1.6.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{8..9} )

inherit distutils-r1

DESCRIPTION="CORS handling as a cherrypy tool."
HOMEPAGE="https://github.com/yougov/cherrypy-cors"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
RESTRICT="test"

RDEPEND=">=dev-python/cherrypy-3[${PYTHON_USEDEP}]
>=dev-python/httpagentparser-1.5[${PYTHON_USEDEP}]"

DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
1 change: 1 addition & 0 deletions dev-python/httpagentparser/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST httpagentparser-1.9.1.tar.gz 7894 BLAKE2B cbc3ce7d2ae6ac8790f0e13257c0852b8251c07d10c0513170e43b4eb3b0f2026b405ebd551d3a8c782631f5b2c0a5e94674a2447f072151e981af876c2e030d SHA512 d41d5262c44ae9a0eb71afcd8602c5bca0095ad7421ecc560023c272047e15cf8c40ee22cbfea41ffaaae6798d4433e8963623e4691e6194aaeaa380d487cc8b
21 changes: 21 additions & 0 deletions dev-python/httpagentparser/httpagentparser-1.9.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{8..9} )

inherit distutils-r1

DESCRIPTION="Extracts OS Browser etc information from http user agent string"
HOMEPAGE="http://shon.github.com/httpagentparser"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
IUSE="test"

RDEPEND=""
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
3 changes: 3 additions & 0 deletions profiles/pentoo/base/package.accept_keywords/net-libs
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ net-libs/libpfring

~net-libs/libevhtp-1.2.18
net-libs/libevhtp-haiwen

#spiderfoot
~net-libs/stem-1.8.0

0 comments on commit a564d91

Please sign in to comment.