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