diff --git a/dev-python/pynetbox/Manifest b/dev-python/pynetbox/Manifest new file mode 100644 index 0000000..9ce5af7 --- /dev/null +++ b/dev-python/pynetbox/Manifest @@ -0,0 +1 @@ +DIST pynetbox-5.1.0.tar.gz 50431 BLAKE2B 4227b1c6e5365cf58584d52879fa51c0406f9eb948301ec2e26fd703695e202943c7b97be627ab78c9e6970caf741f4c8de51d22cfcb95b23dd99ca25f669171 SHA512 9e2c2a74ceac096d2a6805cd8c617cc554aff9a5b48e4fef8f0418d2a13b2b4b5ad5449d7ea2efe1f583d7630621fb58cb5c0a6b62d271af849665e2f3b732c7 diff --git a/dev-python/pynetbox/metadata.xml b/dev-python/pynetbox/metadata.xml new file mode 100644 index 0000000..17361c3 --- /dev/null +++ b/dev-python/pynetbox/metadata.xml @@ -0,0 +1,8 @@ + + + + + alarig@swordarmor.fr + Alarig Le Lay + + diff --git a/dev-python/pynetbox/pynetbox-5.1.0.ebuild b/dev-python/pynetbox/pynetbox-5.1.0.ebuild new file mode 100644 index 0000000..aecc1e6 --- /dev/null +++ b/dev-python/pynetbox/pynetbox-5.1.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) +inherit distutils-r1 + +DESCRIPTION="Python API client library for NetBox" +HOMEPAGE="https://github.com/digitalocean/pynetbox" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND=" +>=dev-python/requests-2.20.0 +