From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/dnspython/Manifest | 2 - dev-python/dnspython/dnspython-2.8.0.ebuild | 58 ----------------------------- dev-python/dnspython/metadata.xml | 41 -------------------- 3 files changed, 101 deletions(-) delete mode 100644 dev-python/dnspython/Manifest delete mode 100644 dev-python/dnspython/dnspython-2.8.0.ebuild delete mode 100644 dev-python/dnspython/metadata.xml (limited to 'dev-python/dnspython') diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest deleted file mode 100644 index 6bd813ab0334..000000000000 --- a/dev-python/dnspython/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST dnspython-2.8.0.tar.gz 368251 BLAKE2B 6c1c42c186c9fb5cec2f81d1768a04ead8a6c95a30a588ee6d9696d788aa20c97e5fec93c829b8e2d9eccedfa73097b3d1ff9a436b81c10d473c9fbfa3bcfda7 SHA512 9a67be7d28ea9ff122bec87080fd487964c56344ec242d8c5c544c049244a1cf26bf228d506dbf40d3eefda6be64f6f6ebd80290efee0e7d4880e2a25021eb9a -DIST dnspython-2.8.0.tar.gz.provenance 9402 BLAKE2B eb2c36c1fc4801dc07bef769ce2669fadf229fa7ab177fbde8817c7e9d1b5256405cc4c79dd04fe67c61ee2f7319352b0e2a53b1165e614647be65f5d74f8697 SHA512 89cb8618a3ecb363be5c0c025882eae6d7094276a33dc7ce16201b017dc1c5ea2e51efd962a84afaa5f1b88e81ba9ea7534fffa05c1a8604a192ff13dcef5ebb diff --git a/dev-python/dnspython/dnspython-2.8.0.ebuild b/dev-python/dnspython/dnspython-2.8.0.ebuild deleted file mode 100644 index 94f605530229..000000000000 --- a/dev-python/dnspython/dnspython-2.8.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYPI_VERIFY_REPO=https://github.com/rthalley/dnspython -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="DNS toolkit for Python" -HOMEPAGE=" - https://www.dnspython.org/ - https://github.com/rthalley/dnspython/ - https://pypi.org/project/dnspython/ -" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" -IUSE="dnssec examples https quic" - -RDEPEND=" - dnssec? ( - >=dev-python/cryptography-45[${PYTHON_USEDEP}] - ) - >=dev-python/idna-2.1[${PYTHON_USEDEP}] - https? ( - >=dev-python/httpx-0.26.0[${PYTHON_USEDEP}] - >=dev-python/h2-4.1.0[${PYTHON_USEDEP}] - ) - quic? ( >=dev-python/aioquic-0.9.25[${PYTHON_USEDEP}] ) -" -# note: skipping DoH test deps because they require Internet anyway -BDEPEND=" - test? ( - >=dev-python/cryptography-45[${PYTHON_USEDEP}] - >=dev-python/quart-trio-0.11.0[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -EPYTEST_XDIST=1 -distutils_enable_tests pytest - -python_test() { - local -x NO_INTERNET=1 - epytest -} - -python_install_all() { - distutils-r1_python_install_all - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi -} diff --git a/dev-python/dnspython/metadata.xml b/dev-python/dnspython/metadata.xml deleted file mode 100644 index 6b8a9e56e0b4..000000000000 --- a/dev-python/dnspython/metadata.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - python@gentoo.org - Python - - -dnspython is a DNS toolkit for Python. It supports almost all of the record -types. It can be used for queries, zone transfers, and dynamic updates. It -supports TSIG authenticated messages and EDNS0. dnspython provides both high -and low level access to DNS. The high level classes perform queries for data -of a given name, type, and class, and return an answer set. The low level -classes allow direct manipulation of DNS zones, messages, names, and records. - - -DNSPythonはPython言語用のDNSツールキットです。ほとんどのレコード・タイプをサポー -トします。クエリー、ゾーン・トランスファー、ダイナミック・アップデートができます -。TSTGメッセージ認証とEDNS0をサポートします。DNSPythonは高水準でのアクセスと低水 -準でのアクセスの両方を提供します。高水準ではネーム、タイプ、クラスでクエリーを行 -い、その戻り値を使います。低水準はゾーン、メッセージ、ネーム、レコードを直接操作 -します。 - - - - Use dev-python/cryptography to enable low-level - DNSSEC RSA, DSA, ECDSA and EdDSA signature validation. - - - Enable DNS-over-HTTPS. - - - Enable DNS-over-QUIC. - - - - - rthalley/dnspython - dnspython - - -- cgit v1.3.1