mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/pyTenable: bump to 0.3.7
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.4.tar.gz 75204 BLAKE2B eabb031b6748db0a5de55f364c490675877224d14c4c64e637e011c03f6e63c78ed7d297eb0c010ee59e05ffac92e8b97e8a491797dce16eafb2708d88328494 SHA512 e7d153183096841e85289d4a313f59d12009fe6222dd5018d03100a9e278b2610d2b6c9eefbd66b4be5bca62a7bd0c6830c445b8c8ed4aaa0cdda04361a18812
|
||||
DIST pyTenable-0.3.7.tar.gz 76638 BLAKE2B 8ff586e4a77bc4005769e6565622756b798398aac9e8e2335653c1ccc5f9c0525ab9e1261b939c848126b1fa71dcca8ea7887d82972f1d881c7b21e5f61de0b5 SHA512 c1f5d7a916cc79a754160fd056b661bad15ec60d64ab08b91345c2646f0e8047ba629d73b39a4d70d87ad7b1c624d55744cbbe0eb78f6e9df32e50a5c85c38b4
|
||||
|
||||
28
dev-python/pyTenable/pyTenable-0.3.7.ebuild
Normal file
28
dev-python/pyTenable/pyTenable-0.3.7.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