diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/dnspython | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-python/dnspython')
| -rw-r--r-- | dev-python/dnspython/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/dnspython/dnspython-2.8.0.ebuild | 58 | ||||
| -rw-r--r-- | dev-python/dnspython/metadata.xml | 41 |
3 files changed, 101 insertions, 0 deletions
diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest new file mode 100644 index 000000000000..6bd813ab0334 --- /dev/null +++ b/dev-python/dnspython/Manifest @@ -0,0 +1,2 @@ +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 new file mode 100644 index 000000000000..94f605530229 --- /dev/null +++ b/dev-python/dnspython/dnspython-2.8.0.ebuild @@ -0,0 +1,58 @@ +# 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 new file mode 100644 index 000000000000..6b8a9e56e0b4 --- /dev/null +++ b/dev-python/dnspython/metadata.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription> +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. + </longdescription> + <longdescription lang="ja"> +DNSPythonはPython言語用のDNSツールキットです。ほとんどのレコード・タイプをサポー +トします。クエリー、ゾーン・トランスファー、ダイナミック・アップデートができます +。TSTGメッセージ認証とEDNS0をサポートします。DNSPythonは高水準でのアクセスと低水 +準でのアクセスの両方を提供します。高水準ではネーム、タイプ、クラスでクエリーを行 +い、その戻り値を使います。低水準はゾーン、メッセージ、ネーム、レコードを直接操作 +します。 + </longdescription> + <use> + <flag name="dnssec"> + Use <pkg>dev-python/cryptography</pkg> to enable low-level + DNSSEC RSA, DSA, ECDSA and EdDSA signature validation. + </flag> + <flag name="https"> + Enable DNS-over-HTTPS. + </flag> + <flag name="quic"> + Enable DNS-over-QUIC. + </flag> + </use> + <stabilize-allarches/> + <upstream> + <remote-id type="github">rthalley/dnspython</remote-id> + <remote-id type="pypi">dnspython</remote-id> + </upstream> +</pkgmetadata> |
