Skip to content

Commit

Permalink
dev-python/pyTenable: bump to 0.3.4
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Dec 12, 2018
1 parent 0ae6469 commit 753a0de
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/pyTenable/Manifest
Original file line number Diff line number Diff line change
@@ -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 changes: 28 additions & 0 deletions dev-python/pyTenable/pyTenable-0.3.4.ebuild
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 753a0de

Please sign in to comment.