parent
37218637d1
commit
0f20de948c
@ -1,24 +1,21 @@
|
||||
# Template file for 'python3-yarl'
|
||||
pkgname=python3-yarl
|
||||
version=1.1.0
|
||||
version=1.1.1
|
||||
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 python3-idna"
|
||||
depends="python3-multidict python3-idna"
|
||||
checkdepends="python3-pytest ${depends}"
|
||||
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=bcdc3d7ebf96bacb1342d59525bc89df902b78fd50186f8e4d51bfbb02fd38ca
|
||||
checksum=90c726bdf744046cfd516f679441a65996ffbc672c28120b14fdd475b1b600a3
|
||||
|
||||
do_check() {
|
||||
# Ignore the tests that fail due _quote not being found
|
||||
# TODO: find root cause and fix them
|
||||
PYTHONENV="${PWD}/lib.linux-${XBPS_TARGET_MACHINE}-3.6" python3 -m pytest \
|
||||
--ignore=tests/test_quoting.py tests/
|
||||
python3 setup.py test
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user