python3-yarl: update to 1.9.2.
This commit is contained in:
parent
921bb8f333
commit
c1db9f4adf
@ -1,10 +1,9 @@
|
|||||||
# Template file for 'python3-yarl'
|
# Template file for 'python3-yarl'
|
||||||
pkgname=python3-yarl
|
pkgname=python3-yarl
|
||||||
version=1.8.1
|
version=1.9.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="yarl"
|
hostmakedepends="python3-setuptools python3-Cython"
|
||||||
hostmakedepends="python3-setuptools"
|
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3-idna python3-multidict"
|
depends="python3-idna python3-multidict"
|
||||||
checkdepends="python3-idna python3-multidict python3-pytest"
|
checkdepends="python3-idna python3-multidict python3-pytest"
|
||||||
@ -13,7 +12,11 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://yarl.readthedocs.io/"
|
homepage="https://yarl.readthedocs.io/"
|
||||||
distfiles="${PYPI_SITE}/y/yarl/yarl-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/y/yarl/yarl-${version}.tar.gz"
|
||||||
checksum=af887845b8c2e060eb5605ff72b6f2dd2aab7a761379373fd89d314f4752abbf
|
checksum=04ab9d4b9f587c06d801c2abfe9317b77cdf996c65a90d5e84ecc45010823571
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
cythonize yarl/_quoting_c.pyx
|
||||||
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
vsed -e '/addopts/d' -i setup.cfg
|
vsed -e '/addopts/d' -i setup.cfg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user