Skip to content

Commit

Permalink
app-metrics/netbox-agent: Rework ebuild -> 1.0.0-r1
Browse files Browse the repository at this point in the history
app-metrics/netbox-agent: rework ebuild
  • Loading branch information
licebmi committed Jan 30, 2025
1 parent 9793059 commit 07240b8
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{7..13} )

inherit distutils-r1
inherit distutils-r1 pypi

DESCRIPTION="Agent to send system information to netbox"
HOMEPAGE="https://github.com/Solvik/netbox-agent"
SRC_URI="https://github.com/Solvik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
Expand All @@ -20,7 +19,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
RDEPEND="
${PYTHON_DEPS}
dev-python/netaddr[${PYTHON_USEDEP}]
dev-python/netifaces[${PYTHON_USEDEP}]
dev-python/netifaces2[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/python-slugify[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
Expand All @@ -30,3 +29,5 @@ RDEPEND="
dev-python/pynetbox[${PYTHON_USEDEP}]
"
BDEPEND=${RDEPEND}

export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

0 comments on commit 07240b8

Please sign in to comment.