droopescan: 1.41.3 bump

This commit is contained in:
blshkv 2019-08-27 20:54:10 +08:00
parent 43312e735b
commit 78afb33484
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 35 additions and 39 deletions

View file

@ -1,2 +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
DIST droopescan-1.41.3.tar.gz 378569 BLAKE2B e77d58a3db1178f246cf707563fd968f7b7470421706d9aa9047aa02e2749534115c2ba319f1e2f605071fe37d70c468304513f27a9c8b7ac8311539e5c4ccc8 SHA512 9fee608a1b32bf0719a2adb2bd9c05752a4c2fae3777c78fedefb128bfea669185ccd029ae38cff46b698f4b32ca862fb7a3554e251d1af38769487e51cbec6b

View file

@ -1,38 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
EGO_PN=github.com/droope/${PN}
inherit distutils-r1
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/droope/droopescan.git"
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
EGIT_COMMIT="${PV}"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
fi
DESCRIPTION="A scanner that helps identifying issues in Drupal, SilverStripe, and Wordpress."
HOMEPAGE="https://github.com/droope/droopescan"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-python/beautifulsoup-4.5.1
>=dev-python/cement-2.6
dev-python/coverage
dev-python/lxml
dev-python/mock
dev-python/nose
dev-python/responses
dev-python/retrying
dev-python/wheel"
DEPEND="${RDEPEND}"

View 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
)"