Compare commits

...

3 Commits

6 changed files with 18 additions and 75 deletions

View File

@ -0,0 +1,17 @@
BDEPEND=python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pynetbox-5.0.3 <dev-python/pynetbox-6 dev-python/pyyaml
DESCRIPTION=Extensible command-line interface for Netbox
EAPI=7
HOMEPAGE=https://github.com/ericgeldmacher/nbcli
INHERIT=distutils-r1
IUSE=test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=>=dev-python/pynetbox-5.0.3 <dev-python/pynetbox-6 dev-python/pyyaml python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/n/nbcli/nbcli-0.8.0.dev1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 666be58f658d6b32affe30f80e39a49e distutils-r1 a9f2e2ae24bd496873c092a94cae1539
_md5_=abaa83fd9f0d293d4878a9922792e7ff

View File

@ -1 +1 @@
DIST webex-bin-42.12.0.24485.rpm 243887396 BLAKE2B a05e5b1d4fec9c2dcda22312c4d81f1b2cc9cc287ab3b265c748d4a8496451dac4e571ac895f9a1c4a0a3691b55f35b5a644bb5bc0a78f51d9ad5c0454c0bea8 SHA512 a5c08160a794df543228837b82ca09e68bed0056b9cb6dea605343df24a16c0e13bd539577215d55e61ad71509e118880890439207e127c5ec64299d95de3a76
DIST webex-bin-43.2.0.25211.rpm 268066956 BLAKE2B 5a7a56c1635b281656e85908bac9962e6a104ccfd36c44fb9ea0fb75cf0989b9c37cb35ab4fdabd3a2150ff482cc85f854a0c3c02266e8e37c5a7210c28b4077 SHA512 c06ae070ca9583d10cdf53e39e44afc406a66b2130789a86deb27f7034fe309becc9fcdce159878d4e00d523c49b0ce6f5ad47fb95f1410c9f2e6678e283e9c0

View File

@ -1,3 +1 @@
DIST nbcli-0.6.3.dev1.tar.gz 21607 BLAKE2B 32de3bf8b9e234e319e685d1501c4cb91fa3871ee7d084aac50a3ba6fdf7853f8baa1122facd25d11abea0ab7fd9f65c2a24ded4fb066523966671d0bb6cd746 SHA512 fc70cf4c3c5b6a6946485076d76fd443e90bbfe542854d6b3b2907587f34642a1cbfa979ffc59e15abe7b785e6b0da2d704c7d18b9a433803abf118d01c06c63
DIST nbcli-0.7.3.dev2.tar.gz 21802 BLAKE2B 007d13d9996e8176d028900512e1bf33be39aab45549a92a4e8a5fb331c30b97150204b970d95f57651d94d9248763790ec24fd6114bed44b4bd380e0a5e5870 SHA512 8d55283e07f0830af4dcadf2c8b65724da4267a6165b9374485062f506e6b543080ac55aa2835ee2eb6e1b7f19fabe9c1f6982f6894d3fae937e42708c993628
DIST nbcli-0.8.0.dev1.tar.gz 32508 BLAKE2B fb6e3365acad333122b0cd14a0e1a0ee8ff01c4dd1e99f2196caf876bde215101844a80ba2a853dc3231cb21f02383b237e16aa67e456daf24006d5fa1c5c15d SHA512 b21f029917dda5712e13068cd784bfe8d724fbd356a16285e07212f078f7b5f0f51fc975acb2e146ecd4184a7948c393fb4c69cdd51bd6dc99f2d30bbcda8b98

View File

@ -1,36 +0,0 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
MY_P="${P/_alpha/.dev}"
DESCRIPTION="Extensible command-line interface for Netbox"
HOMEPAGE="https://github.com/ericgeldmacher/nbcli"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
>=dev-python/pynetbox-5.0.3
dev-python/pyyaml
"
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}/${MY_P}"
python_prepare_all() {
if ! use test; then
rm -r "${S}/tests"
fi
distutils-r1_python_prepare_all
}

View File

@ -1,36 +0,0 @@
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
MY_P="${P/_alpha/.dev}"
DESCRIPTION="Extensible command-line interface for Netbox"
HOMEPAGE="https://github.com/ericgeldmacher/nbcli"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
>=dev-python/pynetbox-5.0.3
dev-python/pyyaml
"
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}/${MY_P}"
python_prepare_all() {
if ! use test; then
rm -r "${S}/tests"
fi
distutils-r1_python_prepare_all
}