net-misc/ripe-api-client: New ebuild
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
faf9d71d17
commit
e0684f88dc
8
net-misc/ripe-api-client/metadata.xml
Normal file
8
net-misc/ripe-api-client/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 type="person">
|
||||||
|
<email>alarig@swordarmor.fr</email>
|
||||||
|
<name>Alarig Le Lay</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
31
net-misc/ripe-api-client/ripe-api-client-9999.ebuild
Normal file
31
net-misc/ripe-api-client/ripe-api-client-9999.ebuild
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Copyright 2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||||
|
inherit autotools git-r3 python-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Update RIPE DB through the API"
|
||||||
|
HOMEPAGE="https://git.alt.tf/bcollet/ripe-api-client"
|
||||||
|
EGIT_REPO_URI="https://git.grifon.fr/alarig/${PN}.git"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS=""
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="
|
||||||
|
dev-python/pathlib2[${PYTHON_USEDEP}]
|
||||||
|
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||||
|
dev-python/requests[${PYTHON_USEDEP}]
|
||||||
|
${DEPEND}
|
||||||
|
"
|
||||||
|
BDEPEND=""
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dodoc config.yml.dist
|
||||||
|
|
||||||
|
python_foreach_impl python_newscript ripe-api.py ${PN}
|
||||||
|
}
|
Loading…
Reference in a new issue