python3-yarl: update to 1.0.0

Add missing dependency to idna.
This commit is contained in:
Alessio Sergi 2018-01-18 19:37:30 +01:00
parent 80696bea53
commit 74a37e7303
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-yarl'
pkgname=python3-yarl
version=0.17.0
version=1.0.0
revision=1
wrksrc="yarl-${version}"
build_style=python3-module
@ -8,13 +8,13 @@ pycompile_module="yarl"
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel"
checkdepends="python3-pytest python3-multidict python3-idna"
depends="python3-multidict"
depends="python3-multidict python3-idna"
short_desc="Yet another URL library"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="Apache-2.0"
homepage="https://yarl.readthedocs.io/"
distfiles="https://github.com/aio-libs/yarl/archive/v${version}.tar.gz"
checksum=b0342a56dd3014292b5384cdf4bc8feda61d0eeb9b94ed8924161776dffe58af
checksum=a7f7e2aaf3fcf7486bf22a20bafad399b8ee4a763113290ca82032936684f289
do_check() {
# Ignore the tests that fail due _quote not being found