mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
nosqlmap: delete, no support from upstream, fix https://github.com/pentoo/pentoo-overlay/issues/591
This commit is contained in:
parent
f71bae561c
commit
2eb29ac880
2 changed files with 0 additions and 45 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST nosqlmap-0.5_p20190812.tar.gz 125085 BLAKE2B 5556cce61684a8be42a8dab285c3e570942971b9b3755ec3e4c8caa31f887918f85ee386e15a8f174ffb7f4ffddbb8f8648f086c7fb3676ebf5b22a3611fb5d4 SHA512 45b94eaa17f130b38b54e2e49c90305cf47842b963b26c4216975e3796aa819df5270ec9df3e67540ee10880a9656a81f9c5fd9de8df43e30ede516f3f9390cf
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 eutils
|
||||
|
||||
DESCRIPTION="A tool to automate injection attacks and exploit weaknesses in NoSQL"
|
||||
HOMEPAGE="https://github.com/codingo/NoSQLMap"
|
||||
|
||||
HASH_COMMIT="2387f6bed1f6c010593f10abcaddf977893c1c61"
|
||||
SRC_URI="https://github.com/codingo/NoSQLMap/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-python/couchdb-python-1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/httplib2-0.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/ipcalc-1.1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pbkdf2-1.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pymongo-2.7.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/NoSQLMap-${HASH_COMMIT}"
|
||||
|
||||
pkg_setup() {
|
||||
python_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s|\"NoSQLMap==0.7\", ||g" setup.py || die "sed filed!"
|
||||
|
||||
#relax deps
|
||||
sed -i "s|==|>=|g" setup.py || die "sed filed!"
|
||||
|
||||
python_fix_shebang "${S}"
|
||||
default
|
||||
}
|
||||
Loading…
Reference in a new issue