net-misc/nbcli: DISTUTILS_USE_PEP517=setuptools
This commit is contained in:
parent
20175cede4
commit
296d21d6c7
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{9..11} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
|
@ -11,7 +12,7 @@ MY_P="${P/_alpha/.dev}"
|
||||||
DESCRIPTION="Extensible command-line interface for Netbox"
|
DESCRIPTION="Extensible command-line interface for Netbox"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://github.com/ericgeldmacher/nbcli
|
https://github.com/ericgeldmacher/nbcli
|
||||||
https://codeberg.org/nbcli/nbcli/tags
|
https://codeberg.org/nbcli/nbcli
|
||||||
"
|
"
|
||||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue