net-libs/ripe-atlas-sagan: New ebuild
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
027915731e
commit
4a1cdb4d17
1
net-libs/ripe-atlas-sagan/Manifest
Normal file
1
net-libs/ripe-atlas-sagan/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST ripe-atlas-sagan-1.3.0.tar.gz 117529 BLAKE2B 2076f8a7db16334b8eeefc020a6cee6d42c79428ac3c602cfd9a93cd7382d01d627b066ddf5b5d80cb715ebbfb890c28430ac068dedd24c76f1b39aed25c712a SHA512 4adb7377f9dc4afd7228e7e932cb97b2620921885a7a58b0264fe1fda7bacc3ce0e9ae47918191569af688b6ad7c969477c133f211ef61856558f14cbe693fc0
|
8
net-libs/ripe-atlas-sagan/metadata.xml
Normal file
8
net-libs/ripe-atlas-sagan/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.sagan</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
28
net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.3.0.ebuild
Normal file
28
net-libs/ripe-atlas-sagan/ripe-atlas-sagan-1.3.0.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# 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 parsing library for RIPE Atlas result strings"
|
||||||
|
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/python-dateutil[${PYTHON_USEDEP}]
|
||||||
|
dev-python/pytz[${PYTHON_USEDEP}]
|
||||||
|
dev-python/pyopenssl[${PYTHON_USEDEP}]
|
||||||
|
dev-python/ujson[${PYTHON_USEDEP}]
|
||||||
|
"
|
||||||
|
|
||||||
|
distutils_enable_tests nose
|
||||||
|
distutils_enable_sphinx docs
|
Loading…
Reference in a new issue