void-packages/srcpkgs/python3-aiodns/template
2019-12-23 18:04:43 +01:00

21 lines
591 B
Bash

# Template file for 'python3-aiodns'
pkgname=python3-aiodns
version=1.2.0
revision=2
archs=noarch
wrksrc="aiodns-${version}"
build_style=python3-module
pycompile_module="aiodns"
hostmakedepends="python3-setuptools"
depends="python3-pycares"
short_desc="Asynchronous Python DNS library using asyncio"
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
license="MIT"
homepage="https://github.com/saghul/aiodns"
distfiles="${PYPI_SITE}/a/aiodns/aiodns-${version}.tar.gz"
checksum=d67e14b32176bcf3ff79b5d47c466011ce4adeadfa264f7949da1377332a0449
post_install() {
vlicense LICENSE
}