mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
nessrest: new tool for nessus
This commit is contained in:
parent
0b103686bf
commit
5b5929f0d0
3 changed files with 30 additions and 0 deletions
1
dev-python/nessrest/Manifest
Normal file
1
dev-python/nessrest/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST nessrest-20180806.zip 36611 BLAKE2B 6bee925947d17ee739c32cdfdef7e23293a2bb781c029ab4e21ed2d363e197b2ff5a520a1d4aa437a53920a3fd1e23b870908127ff02798d07389b61ea6e573e SHA512 11b437a4556b15b71cb60db54328038a58ba1ebdc69a9ba4311d8936d5650ff8aa0d10c2711bd0229c13bfb9c6b13f827100e09f01604833a3d60c722c2f104e
|
||||
26
dev-python/nessrest/nessrest-20180806.ebuild
Normal file
26
dev-python/nessrest/nessrest-20180806.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A high-level Web Crawling and Web Scraping framework"
|
||||
HOMEPAGE="https://scrapy.org/"
|
||||
|
||||
#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
COMMIT_HASH="af28834d6253db0d00e3ab46ab259dd5bc903063"
|
||||
SRC_URI="https://github.com/tenable/nessrest/archive/${COMMIT_HASH}.zip -> ${P}.zip"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${PN}-${COMMIT_HASH}"
|
||||
|
|
@ -391,3 +391,6 @@ dev-python/django-extensions
|
|||
#=dev-python/urllib3-1.25*
|
||||
~dev-python/requests-file-1.4.3
|
||||
~dev-python/tldextract-2.2.1
|
||||
|
||||
#nessus api
|
||||
dev-python/nessrest
|
||||
|
|
|
|||
Loading…
Reference in a new issue