17 lines
517 B
Bash
17 lines
517 B
Bash
|
# Template file for 'python-dnspython'
|
||
|
pkgname="python-dnspython"
|
||
|
version=1.12.0
|
||
|
revision=1
|
||
|
wrksrc="dnspython-${version}"
|
||
|
noarch=yes
|
||
|
build_style=python-module
|
||
|
hostmakedepends="python-devel unzip"
|
||
|
depends="python"
|
||
|
pycompile_module="dns"
|
||
|
short_desc="A DNS toolkit for Python"
|
||
|
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||
|
license="BSD"
|
||
|
homepage="http://www.dnspython.org/"
|
||
|
distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.zip"
|
||
|
checksum=63bd1fae61809eedb91f84b2185816fac1270ae51494fbdd36ea25f904a8502f
|