diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-11 13:27:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-11 18:21:08 +0200 |
commit | 069bd89c9933c875d03a25632389a7242c122c78 (patch) | |
tree | 8189f90526c6eab19eaf906071f388add9e63419 /www-client | |
parent | www-apps/hugo: Drop old (diff) | |
download | gentoo-069bd89c9933c875d03a25632389a7242c122c78.tar.gz gentoo-069bd89c9933c875d03a25632389a7242c122c78.tar.bz2 gentoo-069bd89c9933c875d03a25632389a7242c122c78.zip |
www-client/ripe-atlas-cousteau: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-client')
3 files changed, 0 insertions, 74 deletions
diff --git a/www-client/ripe-atlas-cousteau/Manifest b/www-client/ripe-atlas-cousteau/Manifest index 2163884e1ec4..9717d3d05f9a 100644 --- a/www-client/ripe-atlas-cousteau/Manifest +++ b/www-client/ripe-atlas-cousteau/Manifest @@ -1,3 +1 @@ -DIST ripe.atlas.cousteau-1.0.6.tar.gz 45467 BLAKE2B fde909f74e6a2d32712d747c92d3e7aefdf882531bde9912e26aa2e5b4f3736d333ccf6bb0d225111baf81ee4d671f861a429ce4542ee6f1c3d73c07f275416e SHA512 212c9890af269f945d01a1b587ba87583cbde87ce0a64b09e053644f9fa4cd01414a1092a39d0d21d68b3bd5977e0159c6a32196aaadbd78940fd4675b791daf -DIST ripe.atlas.cousteau-1.0.7.tar.gz 45757 BLAKE2B 6bce4a9e1fbcdf595cb8a40cca8ee5aa69e05c840fe8c9bf03bae4d6f1e82857d3aee8a3ca12c5f1d4f6df9c4608af4bf6939cb2fcd2c4cad30f6d6b880637f0 SHA512 921526beef43b666f6c64480e14f3d9d73e980ea6696964791c8f663c218f2c1c5658f2d9dc9ef4e9d40687b244d98b7775b3eeda74bd4886842f18e073765de DIST ripe.atlas.cousteau-1.2.tar.gz 47015 BLAKE2B 722ebc41a221f64784fbc2535c2727c0f2e7559e6460c6ee1453b17c739562c0b44047ccf24b2d4aa93d3911d7f9be6d43df4464524135d7efd1829b29689417 SHA512 06df80499aa3696450396b1dec66360b3996d56c98dbec52d9192c8e2442a63f3cc334a815a4615d5f9d87fc3f0facb26875f2ad3a5cdbd5047aaad506974c8e diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.6.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.6.ebuild deleted file mode 100644 index 330f825d3b78..000000000000 --- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN=${PN//-/.} -DESCRIPTION="A Python wrapper around the RIPE Atlas API" -HOMEPAGE="https://atlas.ripe.net/" -SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PVR}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -S="${WORKDIR}/${MY_PN}-${PVR}" - -RDEPEND=" - >=dev-python/socketio-client-0.6.5[${PYTHON_USEDEP}] - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - "${RDEPEND}" - dev-python/nose[${PYTHON_USEDEP}] - dev-python/jsonschema[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )" - -python_test() { - nosetests --verbose || die "Tests failed with ${EPYTHON}" -} diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.7.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.7.ebuild deleted file mode 100644 index 80a11014143b..000000000000 --- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.0.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN=${PN//-/.} -DESCRIPTION="A Python wrapper around the RIPE Atlas API" -HOMEPAGE="https://atlas.ripe.net/" -SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.cousteau/ripe.atlas.cousteau-${PVR}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -S="${WORKDIR}/${MY_PN}-${PVR}" - -RDEPEND=" - >=dev-python/socketio-client-0.6.5[${PYTHON_USEDEP}] - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - "${RDEPEND}" - dev-python/nose[${PYTHON_USEDEP}] - dev-python/jsonschema[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) )" - -python_test() { - nosetests --verbose || die "Tests failed with ${EPYTHON}" -} |