void-packages/srcpkgs/python3-aiodns/template
2020-06-03 20:28:09 +02:00

20 lines
565 B
Bash

# Template file for 'python3-aiodns'
pkgname=python3-aiodns
version=2.0.0
revision=1
archs=noarch
wrksrc="aiodns-${version}"
build_style=python3-module
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=815fdef4607474295d68da46978a54481dd1e7be153c7d60f9e72773cd38d77d
post_install() {
vlicense LICENSE
}