mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-aiodns: update to 2.0.0.
This commit is contained in:
parent
b5125a1b54
commit
597ef0c0c6
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python3-aiodns'
|
# Template file for 'python3-aiodns'
|
||||||
pkgname=python3-aiodns
|
pkgname=python3-aiodns
|
||||||
version=1.2.0
|
version=2.0.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="aiodns-${version}"
|
wrksrc="aiodns-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="aiodns"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-pycares"
|
depends="python3-pycares"
|
||||||
short_desc="Asynchronous Python DNS library using asyncio"
|
short_desc="Asynchronous Python DNS library using asyncio"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/saghul/aiodns"
|
homepage="https://github.com/saghul/aiodns"
|
||||||
distfiles="${PYPI_SITE}/a/aiodns/aiodns-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/aiodns/aiodns-${version}.tar.gz"
|
||||||
checksum=d67e14b32176bcf3ff79b5d47c466011ce4adeadfa264f7949da1377332a0449
|
checksum=815fdef4607474295d68da46978a54481dd1e7be153c7d60f9e72773cd38d77d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue