net-misc/ris-pydot-graph: New ebuild

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2020-11-03 11:26:09 +01:00
parent 10caa9bc52
commit 309a0c8723
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST 0.1.tar.gz 2476219 BLAKE2B e7a99548937b4a5ed0c61d54c77d13f7e21d3b1ee070142caa4b4027c675f879857fcad0b203d2f42dc82116a3ca43d33d8eb339267505ae4589ea22868fd64f SHA512 eadc61afa6a11358d02901608af2e74632d256acebf5083f811996eb9aeb14b030224692fc7f2d294b3707999ef3bd5a72cce2892475a9c530cdd12075935621

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alarig@swordarmor.fr</email>
<name>Alarig Le Lay</name>
</maintainer>
</pkgmetadata>

View File

@ -0,0 +1,25 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Draw a graph from RIS BGP data"
HOMEPAGE="https://git.grifon.fr/alarig/ris-pydot-graph"
SRC_URI="https://git.grifon.fr/alarig/${PN}/archive/0.1.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
dev-python/cymruwhois
dev-python/pydot
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
default
python_foreach_impl python_newscript ris.py "${PN}"
}