summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ceaa6b1d6ed5e0fcb758e450a74d75d5400424bb (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
pkgbase = python-dnspython-git
	pkgdesc = A DNS toolkit for Python
	pkgver = v2.0.0rc2.r28.a7e71aa
	pkgrel = 1
	url = http://www.dnspython.org
	arch = any
	license = ISC
	checkdepends = python-idna
	checkdepends = python-cryptography
	checkdepends = python-trio
	makedepends = python-setuptools
	depends = python
	optdepends = python-idna: support for update IDNA 2008
	optdepends = python-cryptography: DNSSEC support
	optdepends = python-requests: DNS-over-HTTPS support
	optdepends = python-requests-toolbelt: DNS-over-HTTPS support
	optdepends = python-trio: async I/O backend
	optdepends = python-curio: async I/O backend
	optdepends = python-sniffio: async I/O
	provides = python-dnspython
	conflicts = python-dnspython
	source = dnspython::git+https://github.com/rthalley/dnspython.git
	md5sums = SKIP

pkgname = python-dnspython-git