From c2d5aa50a39d55029f2857653f3320a6f9f57f04 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Wed, 23 May 2018 15:27:52 -0300 Subject: [PATCH] python3-yarl: update to 1.2.5. (#14006) --- srcpkgs/python3-yarl/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template index ae3ea68e11a..9c81c815add 100644 --- a/srcpkgs/python3-yarl/template +++ b/srcpkgs/python3-yarl/template @@ -1,20 +1,20 @@ # Template file for 'python3-yarl' pkgname=python3-yarl -version=1.1.1 +version=1.2.5 revision=1 wrksrc="yarl-${version}" build_style=python3-module pycompile_module="yarl" -hostmakedepends="python3-setuptools python3-Cython" +hostmakedepends="python3-Cython python3-setuptools" makedepends="python3-devel" -depends="python3-multidict python3-idna" -checkdepends="python3-pytest ${depends}" +depends="python3-idna python3-multidict" +checkdepends="python3-idna python3-multidict python3-pytest" 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=90c726bdf744046cfd516f679441a65996ffbc672c28120b14fdd475b1b600a3 +checksum=dd5d9c9ec94eb6b2467de42e7fe6725c8508070d774a13aa2f0695f0945cec19 do_check() { python3 setup.py test