vp-build/srcpkgs/python3-aiodns/template

21 lines
589 B
Bash

# Template file for 'python3-aiodns'
pkgname=python3-aiodns
version=1.1.1
revision=4
noarch=yes
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=d8677adc679ce8d0ef706c14d9c3d2f27a0e0cc11d59730cdbaf218ad52dd9ea
post_install() {
vlicense LICENSE
}