www-client/ripe-atlas-cousteau: New ebuild
dev-python/socketio-client-0.6.5 is stuck on python_targets_python3_6 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
4a1cdb4d17
commit
bfc3162ade
1
www-client/ripe-atlas-cousteau/Manifest
Normal file
1
www-client/ripe-atlas-cousteau/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST ripe-atlas-cousteau-1.4.2.tar.gz 56895 BLAKE2B ce3fd4d0c0964e13d4b4a484cd61039ba1ff4a4512744f5d4a9a0daa5f04d2aeb89759f78d7d4286022410698f4501aa38b60e0151c84fd4ecef02e8ab8cc2dc SHA512 d5cb89b9c6381b000c809e7750490084e42020407345d27435d9c4ec3e4693954efc620d44cf63422ff8552e8d42524b39d3368144b39c9e045f2a5d16b4d273
|
8
www-client/ripe-atlas-cousteau/metadata.xml
Normal file
8
www-client/ripe-atlas-cousteau/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?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.cousteau</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
|
@ -0,0 +1,38 @@
|
||||||
|
# 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="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/websocket-client-0.99[${PYTHON_USEDEP}]
|
||||||
|
>=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/jsonschema[${PYTHON_USEDEP}]
|
||||||
|
dev-python/mock[${PYTHON_USEDEP}]
|
||||||
|
virtual/python-funcsigs[${PYTHON_USEDEP}]
|
||||||
|
)
|
||||||
|
${RDEPEND}
|
||||||
|
"
|
||||||
|
|
||||||
|
distutils_enable_tests nose
|
||||||
|
distutils_enable_sphinx docs
|
Loading…
Reference in a new issue