From 0f20de948c8fc9dde954b53ccbbfcab907cfd3f0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 17 Feb 2018 23:52:04 -0200 Subject: [PATCH] python3-yarl: update to 1.1.1. Closes: #11715 [via git-merge-pr] --- srcpkgs/python3-yarl/template | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template index 2807f2b4035..ae3ea68e11a 100644 --- a/srcpkgs/python3-yarl/template +++ b/srcpkgs/python3-yarl/template @@ -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 " 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 }