New package: python3-pycares-2.3.0

Dependency of aiodns.
This commit is contained in:
Alessio Sergi 2018-10-18 19:50:06 +02:00
parent aaa8d2ea5f
commit 4d6cc0d590
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template file for 'python3-pycares'
pkgname=python3-pycares
version=2.3.0
revision=1
wrksrc="pycares-${version}"
build_style=python3-module
pycompile_module="pycares"
# using bundled c-ares which is patched for TTL support
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
short_desc="Python interface for c-ares"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/saghul/pycares"
license="MIT"
distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
post_install() {
vlicense LICENSE
}