diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template new file mode 100644 index 0000000000..9c81931341 --- /dev/null +++ b/srcpkgs/python3-quart/template @@ -0,0 +1,23 @@ +# Template file for 'python3-quart' +pkgname=python3-quart +version=0.12.0 +revision=1 +archs=noarch +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 +" +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=57fa4121bf7d3f6ef327c913a8b551271491e4bcf6b6ee75aee2c2e97249995c + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/python3-quart/update b/srcpkgs/python3-quart/update new file mode 100644 index 0000000000..6b8926d40d --- /dev/null +++ b/srcpkgs/python3-quart/update @@ -0,0 +1,2 @@ +site="${homepage}/-/tags/" +pattern="${pkgname#*-}-\K[\d.]*(?=\.tar)"