mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
w3af: rm obsolete deps
This commit is contained in:
parent
198cf49676
commit
fd3aae2f70
29 changed files with 3 additions and 465 deletions
|
|
@ -1,25 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: blshkv $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="darts.util.lru"
|
||||
DESCRIPTION="LRU Dictionaries"
|
||||
HOMEPAGE="https://github.com/deterministic-arts/DartsPyLRU"
|
||||
SRC_URI="mirror://pypi/d/${MY_PN}/${MY_PN}-${PV}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
S=${WORKDIR}/"${MY_PN}-${PV}"
|
||||
|
||||
#DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
#python_test() {
|
||||
# esetup.py test
|
||||
#}
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST darts.util.lru-0.5.tar.gz 11765 BLAKE2B c0a0312e4653f9aa15115649eff29c8aefce7e1eef6e7cfab49ae5ececa8b56c10faec6e6ba706910e14c647939ddb7998fd05c471cc4ac026d245eb6223ae0c SHA512 900734e1c93dd91aa844179ed5eb144d2c43e8ce7760d08e5216d87b700e6bdb0062f7585237449708cd95284a353870c9051637199ee95ebe9b54e67ff866e9
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST clamd-1.0.2.tar.gz 8218 SHA256 d82a2fd814684a35a1b31feadafb2e69c8ebde9403613f6bdaa5d877c0f29560 SHA512 b025d502cacff138e8a4f8d8bab2105e0f7cba2e95b410e40010842c6614fbee0dce84acb996f91fd7eeb9aac838b5f84f8831ee1ff92c9cfb5aabe9414baf83 WHIRLPOOL 1f676c431fb7b2e76b2a42a4df77b97d97ecf5b12e82acb60bc9b0466216a7dbeb90e5465bee384dce722c7fe3b7d1f02ac3df684451d4e07a52de7b2e61f4af
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Clamd is a python interface to Clamd (Clamav daemon)"
|
||||
HOMEPAGE="https://github.com/graingert/python-clamd"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
app-antivirus/clamav
|
||||
app-antivirus/clamav-unofficial-sigs
|
||||
dev-python/d2to1
|
||||
dev-python/six
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? ( dev-python/pytest )
|
||||
"
|
||||
|
||||
python_test() {
|
||||
distutils_install_for_testing
|
||||
cd "${TEST_DIR}"/lib || die
|
||||
py.test -v || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST esmre-0.3.1.tar.gz 24237 SHA256 fa8fb1ed9e2489e58e9fc751a9b83f1776ed65815d4991f4df73146d0173e532 SHA512 446c8470b658db6be8d97b70071c7586fcc61bd740488133b57fb71ae2e668d93698916f3249bc9fa417451279f5b84379c88ba9d54907262c77010054a5c0b1 WHIRLPOOL 550300160c9bb45d9a89d9153ff5dfb23b90580fab1d1dbcf86f176103473103492a1f6c535e67561be79f5fadb71c9ee2962d7bf44ce3f29439e90cd7493b6e
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Regular expression accelerator"
|
||||
HOMEPAGE="https://code.google.com/p/esmre/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
python_test() {
|
||||
distutils_install_for_testing
|
||||
cd "${TEST_DIR}"/lib || die
|
||||
${EPYTHON} "${S}"/test/test_esm.py && ${EPYTHON} "${S}"/test/test_esmre.py ||
|
||||
die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
DIST guess-language-0.2.tar.gz 98949 BLAKE2B d82621e4286f807eb6947ec5ee344a993c3f1773a2d66f4bbbc4cf38c43375e1bc46dbd45864ab49df2352c00a095646e37472065223e8b2c58808441782515f SHA512 0badf3566d01ddac1c0da10cfd649515ed2b2e9b059fce32114a7dbcac91c0aa12c6da803181c21e6cc745bb8725885da1f2f4ee0738bc5230d6d5e567eecb10
|
||||
DIST guess-language-0.5.2.tar.gz 216295 BLAKE2B 5dc56dd70ea6d20e2693aba7efebd1fe856a007d8a90b3afda7cbd87a4c8b5eb749ed902a6d01294bb8bd0ddfadb3458d4a5f9859cc4e2e07012e503c34dc212 SHA512 4f2c84305da42d2ca45c74bf294871424a0d5517c0c7c11b38885afb8a603062e3ef8fa074912e058f8126161cbbefbbd508dffc7681492d3c3f929b1c64c753
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Guess the natural language of a text"
|
||||
HOMEPAGE="https://code.google.com/p/guess-language/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-python/pyenchant
|
||||
dev-python/3to2
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{3_5,3_6,3_7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Guess the natural language of a text"
|
||||
HOMEPAGE="https://bitbucket.org/spirit/guess_language"
|
||||
#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
SRC_URI="https://bitbucket.org/spirit/guess_language/get/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-python/pyenchant
|
||||
dev-python/3to2
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}"/spirit-guess_language-371c78028f5c
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST halberd-0.2.4.tar.gz 214881 SHA256 5746484757b65191ae5062e9dda972eed7e876620ee348929b1b9490077d8f28 SHA512 80563f9a903a034163ede3319e88305bce8d2de9541aa1fc4d42dff6dd55516d000b0e50af6a053e3c894d6f30bb9d0d27461d0b353ff246b281def8ce6dfd80 WHIRLPOOL d3fc3c11b0358e5776cb801ac71a027ded9c08eeb05dffee1f47b497fd4968068374b4e5faaa62133500c8b6de0d02bf9154e60a9fe11fd221970b434d5ebbdc
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
diff -Naur a/setup.py b/setup.py
|
||||
--- a/setup.py 2010-08-14 15:07:24.000000000 +0200
|
||||
+++ b/setup.py 2014-05-07 12:53:29.828405018 +0200
|
||||
@@ -72,7 +72,10 @@
|
||||
print "Running tests found in '%s'..." % module
|
||||
TEST = __import__(module, globals(), locals(), [])
|
||||
suite = loader.loadTestsFromModule(TEST)
|
||||
- runner.run(suite)
|
||||
+ result = runner.run(suite)
|
||||
+
|
||||
+ if len(result.errors) > 0:
|
||||
+ sys.exit(1);
|
||||
|
||||
# restore sys.path
|
||||
sys.path = old_path[:]
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
PYTHON_REQ_USE="threads"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="HTTP load balancer detector"
|
||||
HOMEPAGE="https://github.com/jmbr/halberd"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
# patch to exit on failed tests
|
||||
PATCHES=( "${FILESDIR}"/${PV}-man_location.patch )
|
||||
|
||||
# currently not passing
|
||||
python_test() {
|
||||
distutils_install_for_testing
|
||||
esetup.py test || die "Tests failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
python_install() {
|
||||
mydistutilsargs=( install --install-data="/usr/share")
|
||||
distutils-r1_python_install
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
DIST phply-0.9.1.tar.gz 30640 BLAKE2B e686b3074fc976264137b155e4ee31cd3ac27b70f098e73effd2d0d63971852814189cc8a782905d7d78841e45a0a0c2d12535b4e7e72f6a6f4210f30229fde5 SHA512 c57f1b735fcb0dcf7ffce61a7cbe5f2d06285ddf6fc97c6989498c17ddb30e6e58980d237b66b3fa923f987d4f95d243f32e59b10a6ac23f19156371fae867d9
|
||||
DIST phply-1.2.5.tar.gz 71144 BLAKE2B 0eeb685aedc0ec12f84c27a1de4735c415e90425f9aaf7b1ce2c79d514234f520e865e79173087f46234b1eee8af5a4ab6da849b3784f0209c9c70c204f2de55 SHA512 24e12bad4d7e44b3354717ff59ca751c337a1083f6d576af9c334fc53afd3921a3714f594cabcf107526b423ce9039fc5ed5d5713a6be208477e7ff41da114da
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Parser for PHP written using PLY"
|
||||
HOMEPAGE="https://github.com/ramen/phply"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="dev-python/ply
|
||||
test? ( dev-python/nose )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
python_prepare_all() {
|
||||
distutils-r1_python_prepare_all
|
||||
# remove package of tests to avoid installing it
|
||||
rm "${S}/tests/__init__.py"
|
||||
}
|
||||
|
||||
python_test() {
|
||||
distutils_install_for_testing
|
||||
cd "${TEST_DIR}"/lib || die
|
||||
nosetests || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Parser for PHP written using PLY"
|
||||
HOMEPAGE="https://github.com/ramen/phply"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="dev-python/ply
|
||||
test? ( dev-python/nose )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
python_prepare_all() {
|
||||
distutils-r1_python_prepare_all
|
||||
# remove package of tests to avoid installing it
|
||||
rm "${S}/tests/__init__.py"
|
||||
}
|
||||
|
||||
python_test() {
|
||||
distutils_install_for_testing
|
||||
cd "${TEST_DIR}"/lib || die
|
||||
nosetests || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST python-ntlm-1.1.0.tar.gz 15311 SHA256 35ffa68216a3622860f34b7dd49df77dde22136ae37ffcd57e3f8dd26b218c61 SHA512 6d8d8bfe3912bf863cdffb7f62633235cbacc9711cae643d0492450e610b02e6fbfaed11da6e0dff5e0ca20df32d241844354b122b14a57658c76321dc0f0742 WHIRLPOOL 9648739c001e406d56a586d607144fd1a2d89b26b7940b3b51d270b15732002ac2654cf7c3645bb1f0a19e37b0ab0bfba05dcd52f39648d5206bc54494d0724b
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library for NTLM support"
|
||||
HOMEPAGE="https://github.com/mullender/python-ntlm"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="examples"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
python_foreach_impl distutils-r1_python_install || die
|
||||
if ! use examples ; then
|
||||
rm -r "${D}"/usr/bin/ || die
|
||||
rm -r "${D}"/usr/lib/python-exec || die
|
||||
fi
|
||||
}
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
DIST ruamel.ordereddict-0.4.13.tar.gz 57711 BLAKE2B 188a86afde0c0b4867de6e8e40e48c71326b8c8fb16c90d8c6437aac941ae5a08626d051e86316be2aa6f04d1f0bc0bcb832d8580f5b42630f97e81fcfabe861 SHA512 d345e3e388618c76323605497c104cc2c8fc1f14f8cd6ba2bc942a9f034135a5be25b46ff5e0cdf94a5b496991ae3af4d1c34a8dd7314dddd5bc952148f01ede
|
||||
DIST ruamel.ordereddict-0.4.9.tar.gz 53707 BLAKE2B 960954c749f734fa4bb9eeba7b7ef17325d1e76176181aeded16d1d591c87f7c59f2e77ceebb3791c8fc8f4c571ab41c147847e2e97f3283080fc1f6a363c754 SHA512 556988c457b60b8763b4eeffad4a8f44d96c22f8aca702ac6f883bd9ddf13af38aa46f804f95e256b900f9f25e473beb1c86a62f6da66d19ca770878dc8ca3ca
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
MY_P="ruamel.ordereddict-${PV}"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An ordered dictionary with KIO/KVIO"
|
||||
HOMEPAGE="https://bitbucket.org/ruamel/ordereddict"
|
||||
SRC_URI="mirror://pypi/r/ruamel.ordereddict/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
MY_P="ruamel.ordereddict-${PV}"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An ordered dictionary with KIO/KVIO"
|
||||
HOMEPAGE="https://bitbucket.org/ruamel/ordereddict"
|
||||
SRC_URI="mirror://pypi/r/ruamel.ordereddict/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
DIST stopit-1.1.1.tar.gz 18009 BLAKE2B a28e8b974b807dc9b814bf675a278051df787d3af3321e956fdb9dffad0d0c7599f1481a75123a09a14099290c79cca76d64e9bf748c788e7f93ac50335bdf7e SHA512 bfa5e8e0a2e4f1682bfa7c4ce9b2793ce295b96dd4d0858b2415b7fa094d555472025ff859f6c9b8b0a427de0569f058430d70f29fe65afc3c3ebd0ed7359ec1
|
||||
DIST stopit-1.1.2.tar.gz 18281 BLAKE2B 500c4c60f7a1ae65231f546c28c6406bb1b01c48b43ac97757b87db1c6cfe460b9fb96543a46ec4ff36640e6aa758dbea543f75628bf7bf237e1f76acd54e62e SHA512 5ddf93c12ac19e2a2bf52a22838de13da1cf50f1a4d2ef8958dc3ddccd1884b7edaa629edc29121071ba231bfc1e3188bfa089da6e8fc994364c134f0c7aa0c8
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Timeout control decorator and context managers"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/stopit"
|
||||
SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Timeout control decorator and context managers"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/stopit"
|
||||
SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST vulndb-0.1.1.tar.gz 51081 BLAKE2B ed00f060ab6fda7b60de17c34ce98cda8a85cb456e1a894e959a618cd54bf0e34820af5a5d79b83e41932a8ffec5d49ffb195175a77f0f0234020632b61fd15a SHA512 58509f0ed3e413513f85e936388fcfb269143e7eb60e01302b25e8c3e259731a58f2d64bda94506ba6d1f3bdadf72e5feba67fa293137ecec3f0cb156b4ef4a2
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python SDK to access the vulnerability database"
|
||||
HOMEPAGE="https://github.com/vulndb/python-sdk/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-python/setuptools-git-1.1[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
sed -e 's|setuptools_git >= 1.1||' -i setup.py || die "sed failed"
|
||||
eapply_user
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@ dev-ruby/rubyntlm ~amd64
|
|||
dev-ruby/rubyzip ~amd64
|
||||
app-eselect/eselect-rails ~arm
|
||||
dev-ruby/arel-helpers ~amd64
|
||||
dev-python/DartsPyLRU ~amd64
|
||||
dev-ruby/metasploit-credential ~amd64
|
||||
dev-ruby/metasploit-concern ~amd64
|
||||
dev-ruby/metasploit-model ~amd64
|
||||
|
|
@ -15,22 +14,14 @@ dev-perl/HTTP-DAV amd64
|
|||
net-analyzer/davtest **
|
||||
dev-python/async **
|
||||
dev-python/smmap **
|
||||
dev-python/gitdb **
|
||||
dev-python/3to2 **
|
||||
dev-python/pyenchant **
|
||||
dev-python/PyGithub **
|
||||
dev-python/esmre **
|
||||
dev-python/futures **
|
||||
dev-python/nltk **
|
||||
dev-python/halberd **
|
||||
<dev-db/sqlmap-9999 **
|
||||
app-text/pdfminer **
|
||||
dev-python/python-ntlm **
|
||||
<dev-python/phply-9999 **
|
||||
dev-python/ply amd64
|
||||
dev-python/xdot **
|
||||
dev-python/msgpack **
|
||||
dev-python/guess-language **
|
||||
~dev-python/chardet-2.2.1
|
||||
dev-python/git-python **
|
||||
www-apps/beef ~amd64
|
||||
|
|
|
|||
|
|
@ -132,38 +132,9 @@ dev-python/pyasn1
|
|||
~dev-python/watchdog-0.8.3-r1
|
||||
~dev-python/wsproto-0.15.0
|
||||
|
||||
# required by =net-analyzer/w3af-1.6 (argument)
|
||||
~app-antivirus/clamav-unofficial-sigs-3.7.2
|
||||
~dev-python/pyClamd-0.3.10
|
||||
~dev-python/ruamel-ordereddict-0.4.9
|
||||
~dev-python/3to2-1.0
|
||||
~dev-python/PyGithub-1.21.0
|
||||
~dev-python/async-0.6.1-r1
|
||||
~dev-python/clamd-1.0.1
|
||||
~dev-python/d2to1-0.2.11
|
||||
~dev-python/esmre-0.3.1
|
||||
# required by net-misc/sherlock
|
||||
~dev-python/futures-2.1.5
|
||||
~dev-python/git-python-0.3.2.1
|
||||
~dev-python/gitdb-0.6.0
|
||||
~dev-python/guess-language-0.2
|
||||
~dev-python/halberd-0.2.4
|
||||
~dev-python/lxml-2.3.2
|
||||
~dev-python/msgpack-0.2.4
|
||||
~dev-python/nltk-2.0.4
|
||||
~dev-python/phply-0.9.1
|
||||
~dev-python/python-ntlm-1.1.0
|
||||
~dev-python/smmap-0.8.3
|
||||
~dev-python/xdot-0.6
|
||||
~dev-python/DartsPyLRU-0.5
|
||||
~dev-python/async-0.6.2
|
||||
dev-python/vulndb
|
||||
~dev-python/git-python-1.0.1
|
||||
~dev-python/tblib-1.2.0
|
||||
~dev-python/setuptools-git-1.1
|
||||
=dev-python/setuptools-36.7.2 amd64
|
||||
~dev-python/pybloomfiltermmap-0.3.14
|
||||
~dev-python/stopit-1.1.1
|
||||
~dev-python/psutil-4.4.2
|
||||
~dev-python/requests-futures-1.0.0
|
||||
|
||||
#binwalk
|
||||
#https://github.com/matplotlib/matplotlib/commit/655c513a5e5440014677ee5afb08b0efa39f8e16
|
||||
|
|
@ -420,6 +391,7 @@ dev-python/python-gvm
|
|||
|
||||
# required by pwndbg
|
||||
=dev-python/python-ptrace-0.9*
|
||||
~dev-python/psutil-4.4.2
|
||||
|
||||
#required by openscap
|
||||
dev-python/json2html
|
||||
|
|
|
|||
Loading…
Reference in a new issue