net-analyzer/ripe-atlas-tools: Deleting as python3_6 is dropped
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
88cac3a9c4
commit
59f4f785dd
|
@ -1,2 +0,0 @@
|
|||
DIST ripe-atlas-tools-2.3.0.tar.gz 122320 BLAKE2B 2116eff35d65ecb3ac3463165b20dcc20e8a39c7d1b9ef14144bbcd6e6a25d1f52c4cd4e4326f7fde3621608d3c50cd9fb7dfb0dc8d23c475563ce3b07f6bb95 SHA512 52f1cd9e8f04c8ecebdc347e05b07576c47be35f78a02977b18cd3e02983ba6d9c4094e0f4bdb16efa6f1e47c51093d20decb89cf0f7044d8ac59028c205e04c
|
||||
DIST ripe.atlas.tools-1.2.3.tar.gz 86364 BLAKE2B de2aa0a57e135d463d1edb7e3277d21052353009d1dbcc2ead03d659c9736e61f36e95d102b5c3792448a1ea304e340f97856647f3c565fec9fcbbf0c414596a SHA512 f9e3b94ac9561faf0f6738099a0511b5aedb3b0d3230997a8033b8a1a804b885169891de8f408933ad90e3d4543375741657d9989fef09548d9cc8f0d9920e66
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<remote-id type="pypi">ripe.atlas.tools</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
|
@ -1,48 +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
|
||||
|
||||
MY_PN=${PN//-/.}
|
||||
DESCRIPTION="The official command-line client for RIPE Atlas"
|
||||
HOMEPAGE="https://atlas.ripe.net/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/ripe.atlas.tools/ripe.atlas.tools-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
DOCS=( CHANGES.rst README.rst )
|
||||
|
||||
RDEPEND="
|
||||
>=net-libs/ripe-atlas-sagan-1.1.10[${PYTHON_USEDEP}]
|
||||
>=www-client/ripe-atlas-cousteau-1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/tzlocal[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${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}"
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
echo "RIPE Atlas Tools (Magellan) [Gentoo Linux] ${PVR}" > \
|
||||
${D}$(python_get_sitedir)/ripe/atlas/tools/user-agent
|
||||
}
|
|
@ -1,49 +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="The official command-line client for RIPE Atlas"
|
||||
HOMEPAGE="https://atlas.ripe.net/"
|
||||
MY_GITHUB_AUTHOR="RIPE-NCC"
|
||||
SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DOCS=( CHANGES.rst README.rst )
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
|
||||
>=net-libs/ripe-atlas-sagan-1.2[${PYTHON_USEDEP}]
|
||||
>=www-client/ripe-atlas-cousteau-1.4[${PYTHON_USEDEP}]
|
||||
dev-python/ipy[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/tzlocal[${PYTHON_USEDEP}]
|
||||
dev-python/ujson[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="
|
||||
test? (
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
)
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
echo "RIPE Atlas Tools (Magellan) [Gentoo Linux] ${PVR}" > \
|
||||
${D}$(python_get_sitedir)/ripe/atlas/tools/user-agent
|
||||
}
|
||||
|
||||
distutils_enable_tests nose
|
||||
# Disabling doc for now, see
|
||||
# https://github.com/RIPE-NCC/ripe-atlas-tools/issues/219
|
||||
#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
|
Loading…
Reference in a new issue