From 0bb2da8d5b60793410d39f7513f23b5e3e3fd4b0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Dec 2020 11:39:36 -0500 Subject: [PATCH] python3-quart: update to 0.14.0. --- srcpkgs/python3-quart/template | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template index d58875de114..1f0bb5adf08 100644 --- a/srcpkgs/python3-quart/template +++ b/srcpkgs/python3-quart/template @@ -1,19 +1,25 @@ # Template file for 'python3-quart' pkgname=python3-quart -version=0.13.1 -revision=2 +version=0.14.0 +revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-aiofiles python3-hypercorn python3-click python3-blinker python3-itsdangerous python3-Jinja2 python3-Werkzeug" +checkdepends="python3-pytest-asyncio python3-hypothesis python3-mock $depends" short_desc="Python asyncio ASGI web framework with Flask API" maintainer="Andrew J. Hesford " license="MIT" homepage="https://gitlab.com/pgjones/quart" changelog="https://gitlab.com/pgjones/quart/-/blob/master/CHANGELOG.rst" distfiles="${homepage}/-/archive/${version}/${pkgname#*-}-${version}.tar.gz" -checksum=8578dd11ccd292916dba020772f54755f6d39bdd3723e26748db72ef614ec2ca +checksum=b7f6c79feb3797f570b9663842800f835b29505392113b0d7ec7f1c9be7e092e + +do_check() { + vsed -e '/addopts/d' -i setup.cfg + PYTHONPATH=src python3 -m pytest +} post_install() { vlicense LICENSE