www-apps/netbox-ddns: add 1.4.0

Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2025-01-07 21:00:35 +01:00
parent 127343c6c9
commit 8dd5b50026
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC
3 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,15 @@
BDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-15[python_targets_python3_12(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_12(-)] )
DEFINED_PHASES=compile configure install prepare setup test
DESCRIPTION=Dynamic DNS Connector for NetBox
EAPI=8
HOMEPAGE=https://github.com/Xyphen-IT/netbox-ddns
INHERIT=distutils-r1
IUSE=python_single_target_python3_11 python_single_target_python3_12
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=www-apps/netbox[python_single_target_python3_11(-)?,python_single_target_python3_12(-)?] python_single_target_python3_11? ( dev-python/dnspython[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/dnspython[python_targets_python3_12(-)] ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 ) ^^ ( python_single_target_python3_11 python_single_target_python3_12 )
SLOT=0
SRC_URI=https://github.com/Xyphen-IT/netbox-ddns/archive/refs/tags/v1.4.0.tar.gz -> netbox-ddns-1.4.0.tar.gz
_eclasses_=toolchain-funcs fa554cc3cff825d21dfe3f24841e29cf multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
_md5_=323f4024c96238aac30404168e14b2c0

View file

@ -1,2 +1,3 @@
DIST netbox-ddns-1.2.9.tar.gz 19275 BLAKE2B 7ff2dc464863a6dfd3b9113189dfa4fe902a69f3f9c286585fe4a2d43b78dd3547a1e1cae863f40932df882009aa2cd73a0560487011a06f78efbb3983a24a12 SHA512 650b6b43686adbc291a3722a7ac2da7640e4c4dfa05b1b32778456f2c7e18c5961a54f9f1d6c99fd31703214194fd944f6ba9bfd4cf1edb2cb77037abf9812f1
DIST netbox-ddns-1.3.0.tar.gz 19406 BLAKE2B 6bb782ae855f11bc6dd56416ae3c06685e03bdc99c87d5a6bfb4552d819fbf5bd213075e381cf6090def12a8a15be052490d05087063a07f502102e519515d9c SHA512 52a43185aa25da013ed7b12616d96446a60cfca4c83e5a7d2b10215c8f06100fc6905e92f9f4e0b73858a30e9e3b7e4a82ecc72d9b2f1c81cf1cb9e1ee62b216
DIST netbox-ddns-1.4.0.tar.gz 22462 BLAKE2B 98d0814dc5a9f07b0edb95a65805c940b1250465b18044e2c85ca23b29ed92c5721f31e2c5ea11c3041dd017b2b886c67ce6f655809c2a5d4f9892059fb6a819 SHA512 b203307744777e1d66c8f7225ac94bd21d296aa640675ff5766d259b4c016c9051dbb0419cd6c86c1e33f81aaa0af517dc4e72ea050e3aacb93ccd7a33b8bd17

View file

@ -0,0 +1,24 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
DESCRIPTION="Dynamic DNS Connector for NetBox"
HOMEPAGE="https://github.com/Xyphen-IT/netbox-ddns"
SRC_URI="https://github.com/Xyphen-IT/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
www-apps/netbox[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep '
dev-python/dnspython[${PYTHON_USEDEP}]
')
"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"