python3-yarl: update to 1.9.2.

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:01:02 -04:00
parent 921bb8f333
commit c1db9f4adf

View File

@ -1,10 +1,9 @@
# Template file for 'python3-yarl'
pkgname=python3-yarl
version=1.8.1
version=1.9.2
revision=1
build_style=python3-module
pycompile_module="yarl"
hostmakedepends="python3-setuptools"
hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel"
depends="python3-idna python3-multidict"
checkdepends="python3-idna python3-multidict python3-pytest"
@ -13,7 +12,11 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="Apache-2.0"
homepage="https://yarl.readthedocs.io/"
distfiles="${PYPI_SITE}/y/yarl/yarl-${version}.tar.gz"
checksum=af887845b8c2e060eb5605ff72b6f2dd2aab7a761379373fd89d314f4752abbf
checksum=04ab9d4b9f587c06d801c2abfe9317b77cdf996c65a90d5e84ecc45010823571
pre_build() {
cythonize yarl/_quoting_c.pyx
}
do_check() {
vsed -e '/addopts/d' -i setup.cfg