summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: a64823da61c91f3342f26cb8c7bb6b1b877b8743 (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
pkgbase = python-dnspython-git
	pkgdesc = A DNS toolkit for Python
	pkgver = v2.1.0.r541.ef6cf0b6
	pkgrel = 1
	url = http://www.dnspython.org
	arch = any
	license = custom:ISC
	checkdepends = python-idna
	checkdepends = python-cryptography
	checkdepends = python-trio
	checkdepends = python-pytest
	makedepends = python-setuptools
	depends = python
	optdepends = python-cryptography: DNSSEC support
	optdepends = python-httpx: DNS-over-HTTPS support
	optdepends = python-h2: DNS-over-HTTPS 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 = dnspython::git+https://github.com/rthalley/dnspython.git
	sha256sums = SKIP

pkgname = python-dnspython-git