diff --git a/dev-python/nessrest/Manifest b/dev-python/nessrest/Manifest new file mode 100644 index 000000000..4a9392f93 --- /dev/null +++ b/dev-python/nessrest/Manifest @@ -0,0 +1 @@ +DIST nessrest-20180806.zip 36611 BLAKE2B 6bee925947d17ee739c32cdfdef7e23293a2bb781c029ab4e21ed2d363e197b2ff5a520a1d4aa437a53920a3fd1e23b870908127ff02798d07389b61ea6e573e SHA512 11b437a4556b15b71cb60db54328038a58ba1ebdc69a9ba4311d8936d5650ff8aa0d10c2711bd0229c13bfb9c6b13f827100e09f01604833a3d60c722c2f104e diff --git a/dev-python/nessrest/nessrest-20180806.ebuild b/dev-python/nessrest/nessrest-20180806.ebuild new file mode 100644 index 000000000..38d6ad926 --- /dev/null +++ b/dev-python/nessrest/nessrest-20180806.ebuild @@ -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}" diff --git a/profiles/pentoo/base/package.accept_keywords/dev-python b/profiles/pentoo/base/package.accept_keywords/dev-python index 3c7b71119..9d12b2322 100644 --- a/profiles/pentoo/base/package.accept_keywords/dev-python +++ b/profiles/pentoo/base/package.accept_keywords/dev-python @@ -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