python3-aiodns: needs pycares
Broken since its inception.
This commit is contained in:
parent
4d6cc0d590
commit
70a8263142
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'python3-aiodns'
|
||||
pkgname=python3-aiodns
|
||||
version=1.1.1
|
||||
revision=3
|
||||
revision=4
|
||||
noarch=yes
|
||||
wrksrc="aiodns-${version}"
|
||||
short_desc="Aiodns provides a simple way for doing asynchronous DNS resolutions"
|
||||
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"
|
||||
hostmakedepends="python3-devel"
|
||||
depends="python3"
|
||||
homepage="https://github.com/saghul/aiodns"
|
||||
distfiles="${PYPI_SITE}/a/aiodns/aiodns-${version}.tar.gz"
|
||||
checksum=d8677adc679ce8d0ef706c14d9c3d2f27a0e0cc11d59730cdbaf218ad52dd9ea
|
||||
|
|
Loading…
Reference in a new issue