22 lines
763 B
Bash
22 lines
763 B
Bash
# Template file for 'python3-dnspython'
|
|
pkgname=python3-dnspython
|
|
version=2.6.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling"
|
|
depends="python3"
|
|
checkdepends="python3-attrs python3-async_generator python3-idna python3-curio
|
|
python3-trio python3-outcome python3-sniffio python3-sortedcontainers
|
|
python3-requests python3-requests-toolbelt python3-pytest iana-etc"
|
|
short_desc="DNS toolkit for Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="https://www.dnspython.org/"
|
|
changelog="https://dnspython.readthedocs.io/en/stable/whatsnew.html"
|
|
distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.tar.gz"
|
|
checksum=e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|