diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:43:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:54:12 +0200 |
commit | 83f97b598dd8a90a58670b08834f35cb83c09e36 (patch) | |
tree | 98c93aa60472b8438899368be4a883dc59fec319 /dev-python/pyTenable | |
parent | dev-python/py-ubjson: Remove redundant versions (diff) | |
download | gentoo-83f97b598dd8a90a58670b08834f35cb83c09e36.tar.gz gentoo-83f97b598dd8a90a58670b08834f35cb83c09e36.tar.bz2 gentoo-83f97b598dd8a90a58670b08834f35cb83c09e36.zip |
dev-python/pyTenable: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyTenable')
-rw-r--r-- | dev-python/pyTenable/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyTenable/pyTenable-0.3.20.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/pyTenable/Manifest b/dev-python/pyTenable/Manifest index fef313665fcd..2dc9a801faea 100644 --- a/dev-python/pyTenable/Manifest +++ b/dev-python/pyTenable/Manifest @@ -1,2 +1 @@ -DIST pyTenable-0.3.20.tar.gz 117381 BLAKE2B 7d2259ffdd16a2eb5a536e13a09920f67316f336712f07ea2b797016caaa14ab05686b75349aa99e0b794e922b87cfbb58806511c05a65a43d6e5adb27133ad4 SHA512 5e610fe3c450de6614d3e3483bf1c8e866f497b1d4bdeefed2854f23ded4707981750a0a3f3571f8bda6cf93b129e62f0bad6d55cd0dc58339dfa2429f57d9ea DIST pyTenable-1.1.3.tar.gz 139494 BLAKE2B 292b5f8a4da5a88e0b0f6be8d3dc72601e7218361fabf31afcfd229c1448f82b85b4911f93e34523ea03b69f2d932f03febf0084861d72e37e5c2f2b6ec49f67 SHA512 1998c1d58edcdc75983deef083b9c6d382f144aadc87a5e4be287712a8e07751fcb43ac697c5c7df56b671aa23c769db45d362247eea9456e24b7fa0a1241b9d diff --git a/dev-python/pyTenable/pyTenable-0.3.20.ebuild b/dev-python/pyTenable/pyTenable-0.3.20.ebuild deleted file mode 100644 index 9218d826d205..000000000000 --- a/dev-python/pyTenable/pyTenable-0.3.20.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2018-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) - -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}] - >=dev-python/requests_pkcs12-1.3[${PYTHON_USEDEP}] - >=dev-python/semver-2.8.1[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -# requires networking and API endpoint -RESTRICT="test" |