From fd6428318ba4c4eca4901084e51cd800711ec3e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 28 Mar 2020 19:27:51 +0100 Subject: [PATCH] dev-python/pyTenable: Remove redundant versions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pyTenable/Manifest | 3 -- dev-python/pyTenable/pyTenable-0.3.18.ebuild | 30 -------------------- dev-python/pyTenable/pyTenable-0.3.19.ebuild | 30 -------------------- dev-python/pyTenable/pyTenable-0.3.7.ebuild | 28 ------------------ 4 files changed, 91 deletions(-) delete mode 100644 dev-python/pyTenable/pyTenable-0.3.18.ebuild delete mode 100644 dev-python/pyTenable/pyTenable-0.3.19.ebuild delete mode 100644 dev-python/pyTenable/pyTenable-0.3.7.ebuild diff --git a/dev-python/pyTenable/Manifest b/dev-python/pyTenable/Manifest index b09cf0cd96a9..4985fdfc9cc7 100644 --- a/dev-python/pyTenable/Manifest +++ b/dev-python/pyTenable/Manifest @@ -1,4 +1 @@ -DIST pyTenable-0.3.18.tar.gz 115304 BLAKE2B 5f25afc4de6a7ee59c0049b7f91a88b9bc6b2a9ae7fa83d64be0d62eab40898c4591fec9924d7425399cea0a36e6332da41567caeb4ac55129dea4fe32991d1f SHA512 7ce4b284a89dbb5d0c98fa2ee12038c2ac5b524b5bf76af4232966db79f3714417a4f1068e9831c16077d692a366fc6a7bd78cc9c47c3420c879ad376cb59015 -DIST pyTenable-0.3.19.tar.gz 117429 BLAKE2B 08d6c1e4a718425221013fbfd981f5893cbc7f6c3f09fa22bec1b7aa39019ac6167a06ba35e0bc449803d0f513b44cb1a7731abc87f9c70ac7082837130d3eac SHA512 d79e37be7b28c4cf8b987c77cc527a0697f0045fb3d07b497ed3a2fd926b7dcfda9f94cf891cdd61c84175757dbfad0f62b179e11cf72935845ea2537687af53 DIST pyTenable-0.3.20.tar.gz 117381 BLAKE2B 7d2259ffdd16a2eb5a536e13a09920f67316f336712f07ea2b797016caaa14ab05686b75349aa99e0b794e922b87cfbb58806511c05a65a43d6e5adb27133ad4 SHA512 5e610fe3c450de6614d3e3483bf1c8e866f497b1d4bdeefed2854f23ded4707981750a0a3f3571f8bda6cf93b129e62f0bad6d55cd0dc58339dfa2429f57d9ea -DIST pyTenable-0.3.7.tar.gz 76638 BLAKE2B 8ff586e4a77bc4005769e6565622756b798398aac9e8e2335653c1ccc5f9c0525ab9e1261b939c848126b1fa71dcca8ea7887d82972f1d881c7b21e5f61de0b5 SHA512 c1f5d7a916cc79a754160fd056b661bad15ec60d64ab08b91345c2646f0e8047ba629d73b39a4d70d87ad7b1c624d55744cbbe0eb78f6e9df32e50a5c85c38b4 diff --git a/dev-python/pyTenable/pyTenable-0.3.18.ebuild b/dev-python/pyTenable/pyTenable-0.3.18.ebuild deleted file mode 100644 index 9218d826d205..000000000000 --- a/dev-python/pyTenable/pyTenable-0.3.18.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" diff --git a/dev-python/pyTenable/pyTenable-0.3.19.ebuild b/dev-python/pyTenable/pyTenable-0.3.19.ebuild deleted file mode 100644 index 9218d826d205..000000000000 --- a/dev-python/pyTenable/pyTenable-0.3.19.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" diff --git a/dev-python/pyTenable/pyTenable-0.3.7.ebuild b/dev-python/pyTenable/pyTenable-0.3.7.ebuild deleted file mode 100644 index b5dbed40d084..000000000000 --- a/dev-python/pyTenable/pyTenable-0.3.7.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2018-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_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" -- 2.26.2