blob: 1be357fbe938c56a704f87f51406a32b32dc2a1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
pkgbase = python-dnspython-git
pkgdesc = A DNS toolkit for Python
pkgver = 2.1.0.r883.f517fbfc
pkgrel = 1
url = http://www.dnspython.org
arch = any
license = ISC
checkdepends = python-idna
checkdepends = python-cryptography
checkdepends = python-trio
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-uv-build
makedepends = python-wheel
depends = python
optdepends = python-aioquic: DoQ support
optdepends = python-anyio: DoH support (asyncio)
optdepends = python-cryptography: DNSSEC support
optdepends = python-httpcore: DoH support
optdepends = python-httpx: DoH support
optdepends = python-idna: support for updated IDNA 2008
optdepends = python-trio: async support
optdepends = python-sniffio: async support
provides = python-dnspython
conflicts = python-dnspython
source = git+https://github.com/rthalley/dnspython.git
sha256sums = SKIP
pkgname = python-dnspython-git
|