www-apps/netbox: add 3.4.9, drop 3.0.12

Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2024-08-27 16:07:52 +02:00
parent 6be4f02601
commit 245074bf5f
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC
3 changed files with 39 additions and 27 deletions

View file

@ -1,4 +1,4 @@
DIST netbox-3.0.12.tar.gz 4498000 BLAKE2B 3ae2865417eac202fba2066ad28cacb000efc845df14e534e87841f398ca4a063c34cfb82eee383d56043576ba5a44e7e419c57d5407247f03ffe8a6eb41ea14 SHA512 92ffbae37f718ef5609954d551e3432a33f9a3712047666ae75ad6fd71eed2028de2c6a24bb94fdfbd233caa9f644f89e0e9b59ddd416798431454a4fe0db9e7
DIST netbox-3.1.11.tar.gz 4408997 BLAKE2B 2cb3b13d1ba0345c90bd7657a6cd16ebae1386a5749e9b60e7f91604f992af6c53c6755f02c42079033312fea1a8d3b91eb023be05ec722bfb94408e59a60568 SHA512 c921fe373b4cf127cadab7b36d5cee1a0c78dd5d648dbb4c09e5de0351a560411abc57f7958eb9b3dec720b48022ecce1de9b0fa70174caaf442b02bda785ede DIST netbox-3.1.11.tar.gz 4408997 BLAKE2B 2cb3b13d1ba0345c90bd7657a6cd16ebae1386a5749e9b60e7f91604f992af6c53c6755f02c42079033312fea1a8d3b91eb023be05ec722bfb94408e59a60568 SHA512 c921fe373b4cf127cadab7b36d5cee1a0c78dd5d648dbb4c09e5de0351a560411abc57f7958eb9b3dec720b48022ecce1de9b0fa70174caaf442b02bda785ede
DIST netbox-3.2.9.tar.gz 4837923 BLAKE2B 396789648aa529682600de22d90f4639f4fbee2cf42dc9a72f63f1f3dbd8af9a0a27a320cbe66d90294f98b5831f0a7233566eebce7eea19549e7b89b11d5fd6 SHA512 e221a82e7d119e8f03f3d5364551c7a0634cb5f0db4f2bfad79109fbec2955de36a5323bbb7d846f762d30a12bd70f4206485fd9d703ad3573e33cbd2dbca286 DIST netbox-3.2.9.tar.gz 4837923 BLAKE2B 396789648aa529682600de22d90f4639f4fbee2cf42dc9a72f63f1f3dbd8af9a0a27a320cbe66d90294f98b5831f0a7233566eebce7eea19549e7b89b11d5fd6 SHA512 e221a82e7d119e8f03f3d5364551c7a0634cb5f0db4f2bfad79109fbec2955de36a5323bbb7d846f762d30a12bd70f4206485fd9d703ad3573e33cbd2dbca286
DIST netbox-3.3.9.tar.gz 7315280 BLAKE2B f3b8ec5ca83e98138f6ccd140af2f59776020e8f1e438a92fab2523700a7b6e2f712472874cd368c586c94975c1120e4431b0b3cafc360a455975960adaa4eff SHA512 2bb1868bbf86a7538bb4bfc6256f094360a4779c9e5dafaf1d9fb925c116a59a3f244d5b0b62f2df9b1d7e7b9608cc1498067fab639e29e0486e469e2e285cf8 DIST netbox-3.3.9.tar.gz 7315280 BLAKE2B f3b8ec5ca83e98138f6ccd140af2f59776020e8f1e438a92fab2523700a7b6e2f712472874cd368c586c94975c1120e4431b0b3cafc360a455975960adaa4eff SHA512 2bb1868bbf86a7538bb4bfc6256f094360a4779c9e5dafaf1d9fb925c116a59a3f244d5b0b62f2df9b1d7e7b9608cc1498067fab639e29e0486e469e2e285cf8
DIST netbox-3.4.9.tar.gz 7411506 BLAKE2B 3c32365cb727bbbe1d62cb6dca5e58406199af5babddaa87d05e79f543c3f8910bfcd2726a7aed6fb49a9d148af506d39cef4c971e2e84fbeb51feb6a66418bc SHA512 40e858cbc87460c22c7a138fdb9b33bb815043d53537e160466251066918d873b2037244dad4d4f0529375ee5561827f1129274e2a0b5d1318ac483d008fe445

View file

@ -4,8 +4,8 @@
name="netbox-rqworker daemon" name="netbox-rqworker daemon"
description="nnetbox-rqworker daemon" description="nnetbox-rqworker daemon"
command=/usr/bin/python3 command=/opt/netbox/netbox/manage.py
command_args="/opt/netbox/netbox/manage.py rqworker" command_args=rqworker
command_user=netbox:netbox command_user=netbox:netbox
directory=/opt/netbox/netbox directory=/opt/netbox/netbox
error_log=/var/log/netbox/netbox-rcworker.log error_log=/var/log/netbox/netbox-rcworker.log

View file

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{9..11} ) PYTHON_COMPAT=( python3_{11..12} )
inherit python-single-r1 readme.gentoo-r1 inherit python-single-r1 readme.gentoo-r1
DESCRIPTION="IP address and data center infrastructure management tool" DESCRIPTION="IP address and data center infrastructure management tool"
@ -20,34 +20,41 @@ RDEPEND="
acct-user/netbox acct-user/netbox
${PYTHON_DEPS} ${PYTHON_DEPS}
$(python_gen_cond_dep ' $(python_gen_cond_dep '
>=dev-python/django-3.2.9[${PYTHON_USEDEP}] >=dev-python/bleach-5.0.1[${PYTHON_USEDEP}]
<dev-python/django-4[${PYTHON_USEDEP}] <dev-python/django-4.2[${PYTHON_USEDEP}]
>=dev-python/django-cors-headers-3.10.0[${PYTHON_USEDEP}] >=dev-python/django-4.1.8[${PYTHON_USEDEP}]
>=dev-python/django-debug-toolbar-3.2.2[${PYTHON_USEDEP}] >=dev-python/django-cors-headers-3.14.0[${PYTHON_USEDEP}]
>=dev-python/django-filter-21.1[${PYTHON_USEDEP}] >=dev-python/django-debug-toolbar-4.0.0[${PYTHON_USEDEP}]
>=dev-python/django-filter-23.1[${PYTHON_USEDEP}]
>=dev-python/django-graphiql-debug-toolbar-0.2.0[${PYTHON_USEDEP}] >=dev-python/django-graphiql-debug-toolbar-0.2.0[${PYTHON_USEDEP}]
>=dev-python/django-mptt-0.13.4[${PYTHON_USEDEP}] >=dev-python/django-mptt-0.14[${PYTHON_USEDEP}]
>=dev-python/django-pglocks-1.0.4[${PYTHON_USEDEP}] >=dev-python/django-pglocks-1.0.4[${PYTHON_USEDEP}]
>=dev-python/django-prometheus-2.1.0[${PYTHON_USEDEP}] >=dev-python/django-prometheus-2.2.0[${PYTHON_USEDEP}]
>=dev-python/django-redis-5.0.0[${PYTHON_USEDEP}] >=dev-python/django-redis-5.2.0[${PYTHON_USEDEP}]
>=dev-python/django-rq-2.5.1[${PYTHON_USEDEP}] >=dev-python/django-rich-1.5.0[${PYTHON_USEDEP}]
>=dev-python/django-tables2-2.4.1[${PYTHON_USEDEP}] >=dev-python/django-rq-2.7.0[${PYTHON_USEDEP}]
>=dev-python/django-taggit-1.5.1[${PYTHON_USEDEP}] >=dev-python/django-tables2-2.5.3[${PYTHON_USEDEP}]
>=dev-python/django-timezone-field-4.2.1[${PYTHON_USEDEP}] >=dev-python/django-taggit-3.1.0[${PYTHON_USEDEP}]
>=dev-python/djangorestframework-3.12.4[${PYTHON_USEDEP}] >=dev-python/django-timezone-field-5.0[${PYTHON_USEDEP}]
>=dev-python/drf-yasg-1.20.0[${PYTHON_USEDEP},validation] >=dev-python/djangorestframework-3.14.0[${PYTHON_USEDEP}]
>=dev-python/graphene-django-2.15.0[${PYTHON_USEDEP}] >=dev-python/drf-yasg-1.21.5[${PYTHON_USEDEP},validation]
>=dev-python/graphene-django-3.0.0[${PYTHON_USEDEP}]
>=www-servers/gunicorn-20.1.0[${PYTHON_USEDEP}] >=www-servers/gunicorn-20.1.0[${PYTHON_USEDEP}]
>=dev-python/jinja-3.0.3[${PYTHON_USEDEP}] >=dev-python/jinja-3.1.2[${PYTHON_USEDEP}]
>=dev-python/markdown-3.3.6[${PYTHON_USEDEP}] >=dev-python/markdown-3.3.7[${PYTHON_USEDEP}]
>=dev-python/markdown-include-0.6.0[${PYTHON_USEDEP}] >=dev-python/mkdocs-material-9.1.8[${PYTHON_USEDEP}]
>=dev-python/mkdocs-material-7.3.6[${PYTHON_USEDEP}] dev-python/mkdocstrings-python[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.8.0[${PYTHON_USEDEP}] >=dev-python/netaddr-0.8.0[${PYTHON_USEDEP}]
>=dev-python/pillow-8.4.0[${PYTHON_USEDEP}] >=dev-python/pillow-9.5.0[${PYTHON_USEDEP}]
dev-python/psycopg:2[${PYTHON_USEDEP}] dev-python/psycopg:2[${PYTHON_USEDEP}]
>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}] >=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
>=dev-python/svgwrite-1.4.1[${PYTHON_USEDEP}] >=dev-python/sentry-sdk-1.21.0[${PYTHON_USEDEP}]
>=dev-python/tablib-3.1.0[${PYTHON_USEDEP}] >=dev-python/social-auth-app-django-5.0.0[${PYTHON_USEDEP}]
>=dev-python/social-auth-core-4.4.2[${PYTHON_USEDEP}]
dev-python/python-jose[${PYTHON_USEDEP}]
>=dev-python/svgwrite-1.4.3[${PYTHON_USEDEP}]
>=dev-python/tablib-3.4.0[${PYTHON_USEDEP}]
>=dev-python/tzdata-2023.3[${PYTHON_USEDEP}]
>=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}] >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
ldap? ( >=dev-python/django-auth-ldap-4.1.0[${PYTHON_USEDEP}] ) ldap? ( >=dev-python/django-auth-ldap-4.1.0[${PYTHON_USEDEP}] )
')" ')"
@ -93,6 +100,11 @@ Finally, if you are using webhooks, start the netbox-rqworker service.
[2] https://netbox.readthedocs.io/en/stable/installation/upgrading/ [2] https://netbox.readthedocs.io/en/stable/installation/upgrading/
" "
src_prepare() {
default
python_fix_shebang netbox/manage.py
}
src_install() { src_install() {
dodir /opt dodir /opt
cp -a ../${P} "${ED}"/opt cp -a ../${P} "${ED}"/opt
@ -102,7 +114,7 @@ src_install() {
/opt/netbox/netbox/netbox/configuration.py /opt/netbox/netbox/netbox/configuration.py
dodir /etc/netbox dodir /etc/netbox
insinto /etc/netbox insinto /etc/netbox
newins netbox/netbox/configuration.example.py configuration.py newins netbox/netbox/configuration_example.py configuration.py
doins "${FILESDIR}"/gunicorn_config.py doins "${FILESDIR}"/gunicorn_config.py
fowners -R netbox:netbox /etc/netbox /opt/${P} fowners -R netbox:netbox /etc/netbox /opt/${P}
fowners -h netbox:netbox /opt/netbox fowners -h netbox:netbox /opt/netbox