From b091046fd72bcabbf0f79dd495684d0ff02457e8 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 2 Sep 2022 01:47:02 +0530 Subject: [PATCH] python3-quart: update to 0.18.0. --- srcpkgs/python3-quart/template | 16 ++++++++-------- srcpkgs/python3-quart/update | 2 -- 2 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 srcpkgs/python3-quart/update diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template index 1033468c7c8..c5d3d92822f 100644 --- a/srcpkgs/python3-quart/template +++ b/srcpkgs/python3-quart/template @@ -1,21 +1,21 @@ # Template file for 'python3-quart' pkgname=python3-quart -version=0.17.0 +version=0.18.0 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-pep517 -make_install_target="Quart-${version}-*-*-*.whl" +make_install_target="quart-${version}-*-*-*.whl" hostmakedepends="python3-poetry-core" -depends="python3-aiofiles python3-hypercorn python3-click python3-toml +depends="python3-aiofiles python3-hypercorn python3-click python3-MarkupSafe python3-blinker python3-itsdangerous python3-Jinja2 python3-Werkzeug" -checkdepends="python3-pytest-asyncio python3-hypothesis python3-mock unzip $depends" +checkdepends="python3-pytest-asyncio python3-hypothesis python3-mock python3-dotenv unzip $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=1f879256b09daa4f7e9a141e90746f11103ce1f3a386f9480709e1d982768a9a +homepage="https://quart.palletsprojects.com/en/latest/" +changelog="https://raw.githubusercontent.com/pallets/quart/main/CHANGES.rst" +distfiles="https://github.com/pallets/quart/archive/refs/tags/${version}.tar.gz" +checksum=f462bd0c793c34dff71ba3a9956b809e905072595a17541a991a9574f6bd0762 do_check() { # Tests require dist-info on the package, which is only in the wheel. diff --git a/srcpkgs/python3-quart/update b/srcpkgs/python3-quart/update deleted file mode 100644 index 6b8926d40de..00000000000 --- a/srcpkgs/python3-quart/update +++ /dev/null @@ -1,2 +0,0 @@ -site="${homepage}/-/tags/" -pattern="${pkgname#*-}-\K[\d.]*(?=\.tar)"