21 lines
589 B
Bash
21 lines
589 B
Bash
# Template file for 'python3-aiodns'
|
|
pkgname=python3-aiodns
|
|
version=1.2.0
|
|
revision=1
|
|
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=d67e14b32176bcf3ff79b5d47c466011ce4adeadfa264f7949da1377332a0449
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|