mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
droopescan: 1.41.2 bump and better deps, homework for @gkroon, see https://github.com/pentoo/pentoo-overlay/issues/184
This commit is contained in:
parent
64e39bb089
commit
83ebe90fe2
3 changed files with 36 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST droopescan-1.41.1.tar.gz 377031 BLAKE2B d4b349994b37072cb772f977603a37254a0356bf86ad83bad2fddfb12b7da061d70d16d5f9fa6b1d2db68047738d2d7eabe907125e4ea660fd30e693df38f82c SHA512 2aab2e1a86f7ff787192f00b465753ea9ae0a69956bfe7693de91c580f3d512488c0817c76d300fd7aeb61f702a5caf141b24e1c70e76a510123e4eb7e2c5935
|
||||
DIST droopescan-1.41.2.tar.gz 378098 BLAKE2B f00ad2a86ae277ae6e6fa6893cc8d9c4b9d393e273ed8037a55530c8531fcfcf93d18bc4ca79b4a9e3eb120e927416ace6bcb89b93b783cfefbd95707593ae4a SHA512 2863dc97ee76e51283d00293d5aeaff1e42f65d45bd6ef973759a093eea72c42f2683fcb43f28b77d95e451289efd7ba8d8de61a77172ff8efe5e0636e202c0a
|
||||
|
|
|
|||
34
net-analyzer/droopescan/droopescan-1.41.2.ebuild
Normal file
34
net-analyzer/droopescan/droopescan-1.41.2.ebuild
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A scanner that helps identifying issues in Drupal, SilverStripe, and Wordpress"
|
||||
HOMEPAGE="https://github.com/droope/droopescan"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/droope/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/cement-2.6[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/pystache[${PYTHON_USEDEP}]
|
||||
virtual/python-futures[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/mock
|
||||
dev-python/nose
|
||||
dev-python/responses
|
||||
dev-python/lxml
|
||||
dev-python/beautifulsoup:4
|
||||
dev-python/coverage
|
||||
dev-python/wheel
|
||||
dev-python/retrying
|
||||
)"
|
||||
|
|
@ -120,7 +120,7 @@ net-analyzer/subfinder
|
|||
~net-analyzer/dirhunt-0.6.0
|
||||
|
||||
~net-analyzer/xbruteforcer-20180611
|
||||
~net-analyzer/droopescan-1.41.1
|
||||
=net-analyzer/droopescan-1.41*
|
||||
~net-analyzer/ham2mon-20170603
|
||||
~net-analyzer/cipherscan-20180519
|
||||
~net-analyzer/gobuster-2.0.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue