Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
frainz
FeM Overlay
Commits
3b40ba1b
Commit
3b40ba1b
authored
Aug 05, 2021
by
Adrian Schollmeyer
Browse files
dev-python/pynetbox: Remove 5.3.1, update EAPI, restrict tests
Package-Manager: Portage-3.0.20, Repoman-3.0.2
parent
562b9f37
Changes
3
Hide whitespace changes
Inline
Side-by-side
dev-python/pynetbox/Manifest
View file @
3b40ba1b
DIST pynetbox-5.3.1.tar.gz 52681 BLAKE2B 3f1701034fb49dcb17f68acd635ba1129a11c68639f1c64a61fbec83ce6164ffbc0dcf4ad1bd59455f474d120b1a14f49bb2d2bff49dbceb21fa10d338e96146 SHA512 5ebfa7946fae8edac6d40c93e712f45e8f846027bb9988a53b7cadd2b70fe99da4d0c6c7cf54c7c7373752f18aa3f97db58ffac32b61838e1f3631864dc99c1d
DIST pynetbox-6.1.2.tar.gz 58326 BLAKE2B 8597fdf65ca2c92c15afeb08436d89529305a30ec3df4a0e949a1f13d3682d58aad23c1ef890d318cdfbc33f3e848e31b75e62a13de07262ad2e008df587d583 SHA512 4c165c0db7b84d5bc0ce7f2a17215781ba51a1a89ed14411e26d39e4c563c491fb43403c19875c8a97708de3786becce1439661a56a6e3cb6f7e26f60f008649
EBUILD pynetbox-5.3.1.ebuild 438 BLAKE2B af1f88eae921768c897cf2de2c71e65bcd64b7de56c3d2e225cc13194bb709d87a7703fbc67de504f2323ff38a28ea56183e424dc7b3bc931363e78f6ca10757 SHA512 80bab8a3eed3d97c3b205fba7db106c12df27abbe6a6f834d22574b99d917e0a24dc2e2e8b0aa9e269936a3636e7b0a4f3c565caccfed379348c704034e6216e
EBUILD pynetbox-6.1.2.ebuild 604 BLAKE2B 0a455ed016e2f62bf3608156e290283900f186314b7ddaee6d795530ab0ebe4f1668ae55a44c1e03dad22fd52a5ed717a94c040567bab28707110fe58fb0795d SHA512 218b7393fe9ad870c63498d5055dc380971226302b447368e6bbe7c4f92549d1dfd03c459cf592f01fda158e07747ec27d8a9ada247fb2071d1ebe78b0f63828
EBUILD pynetbox-6.1.2.ebuild 705 BLAKE2B 4870d3a27dcfba41bbac7ff68ca4a663446fb97b5a8bc9a15a94b62fd78f70fe0a3709a259d334fe805348f0a04157f287e265063c9e7b9fcbfa4e716ff3ce1e SHA512 ff58bbd949beffb0fcf3155c12479bb95f05a4c0f4c16098e2c73b8ff45ea563b18bf11a6d8705e73133ec18c9b4640f0e8bdffba9d7882e7d1666a3a5946b96
MISC metadata.xml 236 BLAKE2B 39d80163ef2430a80f7ce13b9cbfdb91125066a6a466752bd7daa673254f14ba418f2f3b7c208c4aacee039e520f70f038f002767a3a57c1f5635641f76a1ff5 SHA512 e1b29121cd25d1b446a0e687894264108071bc977a342af718b837f802008cd2a77029e3a188746c76227acdf465201736f6049b838c8334634d2ce734fbf103
dev-python/pynetbox/pynetbox-5.3.1.ebuild
deleted
100644 → 0
View file @
562b9f37
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI
=
7
PYTHON_COMPAT
=(
python3_7 python3_8 python3_9
)
inherit distutils-r1
DESCRIPTION
=
"Python library to interact with the NetBox REST API"
HOMEPAGE
=
"https://pypi.org/project/pynetbox/"
SRC_URI
=
"mirror://pypi/
${
PN
:0:1
}
/
${
PN
}
/
${
P
}
.tar.gz"
LICENSE
=
"Apache-2.0"
SLOT
=
"0"
KEYWORDS
=
"~amd64 ~x86"
DEPEND
=
""
RDEPEND
=
"
${
DEPEND
}
"
BDEPEND
=
""
dev-python/pynetbox/pynetbox-6.1.2.ebuild
View file @
3b40ba1b
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI
=
7
EAPI
=
8
PYTHON_COMPAT
=(
python3_7
python3_8 python3_9
)
PYTHON_COMPAT
=(
python3_8 python3_9
python3_10
)
inherit distutils-r1
DESCRIPTION
=
"Python library to interact with the NetBox REST API"
...
...
@@ -22,3 +22,7 @@ DEPEND="
"
RDEPEND
=
"
${
DEPEND
}
"
BDEPEND
=
""
# Tests require pytest-docker, which is not present in ::gentoo or
# ::fem-overlay
RESTRICT
=
"test"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment