From ef29f2185b017e69a9fa1c0cbd459b77f8113e68 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Thu, 23 Apr 2020 20:18:47 +0200 Subject: [PATCH] net-analyzer/ripe-atlas-tools: Version bump to 2.3.0 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay --- net-analyzer/ripe-atlas-tools/Manifest | 1 + .../ripe-atlas-tools-2.3.0.ebuild | 49 +++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 net-analyzer/ripe-atlas-tools/ripe-atlas-tools-2.3.0.ebuild diff --git a/net-analyzer/ripe-atlas-tools/Manifest b/net-analyzer/ripe-atlas-tools/Manifest index ddad8ec..b7f53ce 100644 --- a/net-analyzer/ripe-atlas-tools/Manifest +++ b/net-analyzer/ripe-atlas-tools/Manifest @@ -1 +1,2 @@ +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 diff --git a/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-2.3.0.ebuild b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-2.3.0.ebuild new file mode 100644 index 0000000..08cd431 --- /dev/null +++ b/net-analyzer/ripe-atlas-tools/ripe-atlas-tools-2.3.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{6,7} ) + +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