mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
spiderfoot: fix deps
This commit is contained in:
parent
6305219b0c
commit
6e4586dc90
10 changed files with 42 additions and 14 deletions
|
|
@ -47,7 +47,7 @@ RDEPEND="${DEPEND}
|
|||
dev-python/phonenumbers[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/pygexf[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/PyPDF2[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/python-secure[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/secure[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/python-whois[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/python-docx[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/python-pptx[${PYTHON_MULTI_USEDEP}]
|
||||
|
|
|
|||
|
|
@ -44,8 +44,8 @@ RDEPEND="${DEPEND}
|
|||
dev-python/phonenumbers[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/pygexf[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/PyPDF2[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/python-whois[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/python-secure[${PYTHON_MULTI_USEDEP}]
|
||||
>=dev-python/python-whois-0.7.3[${PYTHON_MULTI_USEDEP}]
|
||||
>=dev-python/secure-0.3.0[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/pyopenssl[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/python-docx[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/python-pptx[${PYTHON_MULTI_USEDEP}]
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST secure-0.2.1.tar.gz 10382 BLAKE2B a475b5df15833a0b5e6c4727689be0f294d2ef5f61dc9bdb83738a81b8725753553610eb0d081e336266a3e53924731de88a6f274211873a23a4e0e310a0ebfb SHA512 17a2480fccb6cce73e95ab31bbf42fd9a75a74916f8806572263374dd7631d13088f72b0db98f7c3fbe6a999c4a004173dd0c89c3f9bc366f5c4658bb2c66bfd
|
||||
|
|
@ -1 +1,2 @@
|
|||
DIST python-whois-0.7.2.tar.gz 90030 BLAKE2B e851e45ca0f342c89fdf8e48bfa3972d64db2b8a9e74985d07006ad2ec1deefc430068b25334c3cbde5f5f38e0f1acc69116b94fdf041d97a0cf4795b34de756 SHA512 9f0b0ceedac13b8c4f51389063096819b6aef2b3454c297ca7497dbe78800447e39f61e42fefec84994070ef0d10d75a4342d99a9dc5d76b711b21da0e76f1b6
|
||||
DIST python-whois-0.7.3.tar.gz 91507 BLAKE2B 5ea312de8c9beeff0d8626deb5fd1c8100940531fdaf3dd9c357c24d2a8043a6a5c508f3b722d42296aaeb3b529d248de1f7ed726b3fcac992f12e9c38415a9c SHA512 59ef578d7611f8925449dd837c8f77982eeffb2e5454ed2f893596dfc73dd984d52d1e5e557d3424bca136b40ff14e720e55feb424692c448e94fee6cd65cdc2
|
||||
|
|
|
|||
31
dev-python/python-whois/python-whois-0.7.3.ebuild
Normal file
31
dev-python/python-whois/python-whois-0.7.3.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# 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="Whois querying and parsing of domain registration information"
|
||||
HOMEPAGE="https://github.com/richardpenman/pywhois"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="test"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
dev-python/future[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/simplejson[${PYTHON_USEDEP}]
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
RDEPEND=""
|
||||
|
||||
distutils_enable_tests unittest
|
||||
1
dev-python/secure/Manifest
Normal file
1
dev-python/secure/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST secure-0.3.0.tar.gz 12620 BLAKE2B 5d436e22c3131e784e017f2e5f5773cdf5c0bdf6dd3909baeb98e191753858fd33461a8bed864528ac84360bea15325705ee2eab3b9c6886792585c02f5529ce SHA512 633ebdd9bf92ff8a884a60b5c976c7fcfedae1ae1e62171dbee842cadd251a6cc39b7fa9925a750e1c9ead3a5c9027bd204852a03d41e92ae279dd8975bd6ca8
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,24 +1,20 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
MY_PN="${PN#python-}"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Secure headers and cookies for Python web frameworks"
|
||||
HOMEPAGE="https://github.com/TypeError/secure.py"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
|
@ -236,7 +236,6 @@ dev-python/pycares amd64
|
|||
~dev-python/pygexf-0.2.2
|
||||
~dev-python/python-docx-0.8.10
|
||||
~dev-python/python-pptx-0.6.18
|
||||
~dev-python/python-secure-0.2.1
|
||||
~dev-python/python-whois-0.7.2
|
||||
~dev-python/tempora-1.14.1
|
||||
~dev-python/zc-lockfile-1.4
|
||||
|
|
|
|||
1
profiles/updates/4Q-2021
Normal file
1
profiles/updates/4Q-2021
Normal file
|
|
@ -0,0 +1 @@
|
|||
move dev-python/python-secure dev-python/secure
|
||||
Loading…
Reference in a new issue