New package: python3-aiodns-1.1.1

This commit is contained in:
Franklin Delehelle 2016-10-25 17:19:07 +02:00 committed by Christian Neukirchen
parent 454b5296f9
commit 07aaa145f5

View file

@ -0,0 +1,19 @@
# Template file for 'python3-aiodns'
pkgname=python3-aiodns
version=1.1.1
revision=2
noarch=yes
wrksrc="aiodns-${version}"
short_desc="Aiodns provides a simple way for doing asynchronous DNS resolutions"
build_style=python3-module
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
license="MIT"
hostmakedepends="python3-devel"
depends="python3"
homepage="https://github.com/saghul/aiodns"
distfiles="${PYPI_SITE}/a/aiodns/aiodns-${version}.tar.gz"
checksum=d8677adc679ce8d0ef706c14d9c3d2f27a0e0cc11d59730cdbaf218ad52dd9ea
post_install() {
vlicense LICENSE
}