19 lines
517 B
Bash
19 lines
517 B
Bash
# Template file for 'python3-dnspython'
|
|
pkgname=python3-dnspython
|
|
version=1.16.0
|
|
revision=5
|
|
wrksrc="dnspython-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools unzip"
|
|
depends="python3"
|
|
short_desc="DNS toolkit for Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="http://www.dnspython.org/"
|
|
distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.zip"
|
|
checksum=36c5e8e38d4369a08b6780b7f27d790a292b2b08eea01607865bf0936c558e01
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|