www-apps/netbox-ddns: add 1.2.9

Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2024-08-28 14:25:47 +02:00
parent d0b4bc1ec4
commit 3bc0678926
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/sjm-steffann/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/sjm-steffann/netbox-ddns/archive/refs/tags/v1.2.9.tar.gz -> netbox-ddns-1.2.9.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73
_md5_=844ac9ba05eb5aba6d9bd71635421350

View file

@ -1 +1,2 @@
DIST netbox-ddns-1.2.6.tar.gz 19280 BLAKE2B 96e66f41419951f0b9c88eaa28bb73b26412ef7bf380f5ab7ad58c0698e2c0d68101bb1620006c2b7702c4675a91ec25649a8ce40ac8a2e5003abbdbd4862440 SHA512 e61d2d6f36bed0bba3c1095f4dad0cdfc98933f4e4c7547206e1783ebfc8eecebe034bf4cbe5ce4b74a460e0492f23eda5b6bc1aea71bcc3241fe3585f6d825b DIST netbox-ddns-1.2.6.tar.gz 19280 BLAKE2B 96e66f41419951f0b9c88eaa28bb73b26412ef7bf380f5ab7ad58c0698e2c0d68101bb1620006c2b7702c4675a91ec25649a8ce40ac8a2e5003abbdbd4862440 SHA512 e61d2d6f36bed0bba3c1095f4dad0cdfc98933f4e4c7547206e1783ebfc8eecebe034bf4cbe5ce4b74a460e0492f23eda5b6bc1aea71bcc3241fe3585f6d825b
DIST netbox-ddns-1.2.9.tar.gz 19275 BLAKE2B 7ff2dc464863a6dfd3b9113189dfa4fe902a69f3f9c286585fe4a2d43b78dd3547a1e1cae863f40932df882009aa2cd73a0560487011a06f78efbb3983a24a12 SHA512 650b6b43686adbc291a3722a7ac2da7640e4c4dfa05b1b32778456f2c7e18c5961a54f9f1d6c99fd31703214194fd944f6ba9bfd4cf1edb2cb77037abf9812f1

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/sjm-steffann/netbox-ddns"
SRC_URI="https://github.com/sjm-steffann/${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}"