diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template index 0961216820c..185ae14854b 100644 --- a/srcpkgs/python3-yarl/template +++ b/srcpkgs/python3-yarl/template @@ -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 " 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