parent
967e18766c
commit
6934a3683c
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'python3-yarl'
|
||||
pkgname=python3-yarl
|
||||
version=0.16.0
|
||||
version=0.17.0
|
||||
revision=1
|
||||
wrksrc="yarl-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="yarl"
|
||||
hostmakedepends="python3-setuptools python3-Cython"
|
||||
makedepends="python3-devel"
|
||||
checkdepends="python3-pytest python3-multidict"
|
||||
checkdepends="python3-pytest python3-multidict python3-idna"
|
||||
depends="python3-multidict"
|
||||
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=cd945b32095f2eb3537312a4c7565fb71a685c4fde0560fbf984078bbac39a93
|
||||
checksum=b0342a56dd3014292b5384cdf4bc8feda61d0eeb9b94ed8924161776dffe58af
|
||||
|
||||
do_check() {
|
||||
# Ignore the tests that fail due _quote not being found
|
||||
|
|
Loading…
Reference in New Issue