From 97e6b9c6693923ad438fcb8804b9f100bd50f60b Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Sun, 17 Jan 2021 09:45:36 +0100 Subject: [PATCH] www-client/ripe-atlas-cousteau: Deleting as python3_6 is dropped Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alarig Le Lay - - - - - ripe.atlas.cousteau - - diff --git a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.4.2.ebuild b/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.4.2.ebuild deleted file mode 100644 index b378c6f..0000000 --- a/www-client/ripe-atlas-cousteau/ripe-atlas-cousteau-1.4.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="A Python wrapper around the RIPE Atlas API" -HOMEPAGE="https://atlas.ripe.net/" -MY_GITHUB_AUTHOR="RIPE-NCC" -SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DOCS=( CHANGES.rst README.rst ) - -RDEPEND=" - =dev-python/requests-2.7.0[${PYTHON_USEDEP}] - >=dev-python/socketio-client-0.6.5[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] -" -DEPEND=" - test? ( - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/funcsigs[${PYTHON_USEDEP}] - dev-python/jsonschema[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - ) - ${RDEPEND} -" - -distutils_enable_tests nose -distutils_enable_sphinx docs