dev-python/netbox-plugin-dns: new package, add 1.0.1
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/n Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
fc9794ea69
commit
8d07eeed9b
3
dev-python/netbox-plugin-dns/Manifest
Normal file
3
dev-python/netbox-plugin-dns/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST netbox_plugin_dns-1.0.1.tar.gz 50580 BLAKE2B f90a1bbb504dbbc26dcf86161cd9411640e0ebfe5c146669af3775d9d163cc5db5f79e434e61c18ec8a898f298ff4a621378f4b2d3c3aa249334d8cc2bc39549 SHA512 5a856ae6fccc09955ce084b57c31ca398e03aa863f8efa8c78107e2bfcad3cd43afea74644c1cd76f5a946c92a1e3170b20ab88ce7309f2d6a83eae027373425
|
||||
EBUILD netbox-plugin-dns-1.0.1.ebuild 573 BLAKE2B 53b1db2d7ce155272b82a296530a53f00fb2fe4d8531289e055a9701d255bcdb61aff3bc1f88146e6d1dba251d673b13911bf18934c37331a960a8fdcf286443 SHA512 0e59de10e984332751d06d0174016ca6006a3c5563938b570528a9abc3a952baf3ff542566ca113d44484c030adff57ca1156ad7a45eaaa7b4e4a6c4a498e9e4
|
||||
MISC metadata.xml 529 BLAKE2B d3497b96939ae472009c11f2f062fa57cd598a3b30b8a1e2e153aaec9f4bf07d07c15a09fadd171f5011edd05133e975efc189e879658521c67d3a6a66ba4fa4 SHA512 cb8f2a796202bd383686b76c9df38218c1bfcae94c1c8d154cde2684160486bd23f57004877ad44c0bf1b8364258c4285bd5959037dce03a054e5905af1ec5ba
|
16
dev-python/netbox-plugin-dns/metadata.xml
Normal file
16
dev-python/netbox-plugin-dns/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">netbox-plugin-dns</remote-id>
|
||||
<remote-id type="github">peteeckel/netbox-plugin-dns</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>pete@netbox-dns.org</email>
|
||||
<name>Peter Eckel</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
23
dev-python/netbox-plugin-dns/netbox-plugin-dns-1.0.1.ebuild
Normal file
23
dev-python/netbox-plugin-dns/netbox-plugin-dns-1.0.1.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="NetBox DNS is a NetBox plugin for managing DNS data."
|
||||
HOMEPAGE="https://github.com/peteeckel/netbox-plugin-dns https://pypi.org/project/netbox-plugin-dns/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/dnspython-2.6.1[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user