From fbfbde142b751cfdb70f95d3e9eaefc5aa74ce36 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 11 Sep 2019 13:26:08 +0200 Subject: net-libs/ripe-atlas-sagan: Drop old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-libs/ripe-atlas-sagan/Manifest | 2 -- .../ripe-atlas-sagan-1.1.10.ebuild | 35 --------------------- .../ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild | 36 ---------------------- 3 files changed, 73 deletions(-) delete mode 100644 net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild delete mode 100644 net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild (limited to 'net-libs') diff --git a/net-libs/ripe-atlas-sagan/Manifest b/net-libs/ripe-atlas-sagan/Manifest index 3a082811023f..47e582afebbf 100644 --- a/net-libs/ripe-atlas-sagan/Manifest +++ b/net-libs/ripe-atlas-sagan/Manifest @@ -1,3 +1 @@ -DIST ripe.atlas.sagan-1.1.10.tar.gz 128425 BLAKE2B ba2ec5c3c58d8ec4cfc03dad89d7b3d705796a3e8a37b518fb63cf32ace360c4790401c5ba384cd3ce6690cea30d83413472aeb26c32ba5dfe46908c5170b6ac SHA512 dab5aa200a77ca4f4a29b2cef79df7c12cee4e6ff2583e5cdf1e6e381b9ca4de2e4bf8c56e9856f9b79ed196f72304d62b8cbaa76b0aa9a5d5294559b8f6bbce DIST ripe.atlas.sagan-1.1.11.tar.gz 102136 BLAKE2B 21ca1745daa4073d392a50630355bf793e656efb24bb8c529222a5ce20ae209b886781fc51aff8b25b832e1d804ef10d55f8cb8d504021add93d0d23900a9489 SHA512 4c2ba0774be46cf9dc9eafe5904dd7915f21bfa047fcf5867d6e1a41a4370f70cc837d398368efa2f4b24750f655514287dcd5b97a1b47e725fba3f17f49d477 -DIST ripe.atlas.sagan-1.1.8.tar.gz 100037 BLAKE2B 1054dcedb7f31766fcb2dc388efd87c3a5ca12526757adfcf5b7a57a24caf84bbaa0f84c2377cab1877e95bda96b087f1139a950e5e6acb92f60b29fd9322396 SHA512 9e89eff270d58ac0d69abf5c589a129b468ad7adbe49144eae9e3ee1a73ada3278efbf395aea02b612fd3b3b3db2996d68587f5465b1cec29de79b112cb20b53 diff --git a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild deleted file mode 100644 index 2acecbf72e02..000000000000 --- a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.10.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_5 ) - -inherit distutils-r1 - -MY_PN=${PN//-/.} -DESCRIPTION="A parsing library for RIPE Atlas result strings" -HOMEPAGE="https://atlas.ripe.net/" -SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.sagan/ripe.atlas.sagan-${PVR}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -S="${WORKDIR}/${MY_PN}-${PVR}" - -RDEPEND=" - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/pyopenssl[${PYTHON_USEDEP}] - dev-python/ujson[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - "${RDEPEND}" - dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - nosetests --verbose || die "Tests failed with ${EPYTHON}" -} diff --git a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild b/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild deleted file mode 100644 index c573da8f16f0..000000000000 --- a/net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.1.8.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_5 ) - -inherit distutils-r1 - -MY_PN=${PN//-/.} -DESCRIPTION="A parsing library for RIPE Atlas result strings" -HOMEPAGE="https://atlas.ripe.net/" -SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.sagan/ripe.atlas.sagan-${PVR}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -S="${WORKDIR}/${MY_PN}-${PVR}" - -RDEPEND=" - dev-python/ipy[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/pyopenssl[${PYTHON_USEDEP}] - dev-python/ujson[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - "${RDEPEND}" - dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - nosetests --verbose || die "Tests failed with ${EPYTHON}" -} -- cgit v1.2.3-65-gdbad