vp-build/srcpkgs/python3-aiodns/template

19 lines
552 B
Bash

# Template file for 'python3-aiodns'
pkgname=python3-aiodns
version=2.0.0
revision=3
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
}