mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/pyTenable: bump to 0.3.4
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST pyTenable-0.3.3.tar.gz 72403 BLAKE2B a2b595e23a83ff227f80a56d442f2639d0a30def46b631a52bd5b810d487a1bfdedec9f68688d4986cb5d8f8b82399077910ca79f821f1893d14ecbbba982260 SHA512 bf731e498c5c3a9c8f77d6762dd7f209d95b88a71e46385db5b2fbe48932f49df6c1dd93f1979850667d4ef31b44d8420ccdec42b8648dc11eac4ddd4bff679d
|
||||
DIST pyTenable-0.3.4.tar.gz 75204 BLAKE2B eabb031b6748db0a5de55f364c490675877224d14c4c64e637e011c03f6e63c78ed7d297eb0c010ee59e05ffac92e8b97e8a491797dce16eafb2708d88328494 SHA512 e7d153183096841e85289d4a313f59d12009fe6222dd5018d03100a9e278b2610d2b6c9eefbd66b4be5bca62a7bd0c6830c445b8c8ed4aaa0cdda04361a18812
|
||||
|
||||
28
dev-python/pyTenable/pyTenable-0.3.4.ebuild
Normal file
28
dev-python/pyTenable/pyTenable-0.3.4.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 2018 Sony Interactive Entertainment Inc.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Tenable API Library for Tenable.io and SecurityCenter"
|
||||
HOMEPAGE="https://github.com/tenable/pyTenable"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.19[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
# requires networking and API endpoint
|
||||
RESTRICT="test"
|
||||
Reference in New Issue
Block a user