Date: Monday, December 12, 2022 @ 17:02:38
Author: alucryd
Revision: 1358869
archrelease: copy trunk to community-any
Added:
python-quart/repos/community-any/PKGBUILD
(from rev 1358868, python-quart/trunk/PKGBUILD)
Deleted:
python-quart/repos/community-any/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-12 17:02:30 UTC (rev 1358868)
+++ PKGBUILD 2022-12-12 17:02:38 UTC (rev 1358869)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=python-quart
-pkgver=0.18.0
-pkgrel=1
-pkgdesc='A Python ASGI web microframework with the same API as Flask'
-url=https://github.com/pallets/quart
-arch=(any)
-license=(MIT)
-depends=(
- hypercorn
- python-aiofiles
- python-blinker
- python-click
- python-importlib-metadata
- python-itsdangerous
- python-jinja
- python-markupsafe
- python-werkzeug
-)
-makedepends=(
- git
- python-build
- python-installer
- python-poetry-core
- python-wheel
-)
-_tag=364c105fe28680e0a1225a4432eef757fc62f316
-source=(git+https://github.com/pallets/quart.git#tag=${_tag})
-sha256sums=(SKIP)
-
-prepare() {
- sed 's/name = "Quart"/name = "quart"/' -i quart/pyproject.toml
-}
-
-pkgver() {
- cd quart
- git describe --tags
-}
-
-build() {
- cd quart
- python -m build --wheel --no-isolation
-}
-
-package() {
- python -m installer --destdir="${pkgdir}" quart/dist/*.whl
- install -Dm 644 quart/LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart/
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-quart/repos/community-any/PKGBUILD (from rev 1358868,
python-quart/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-12 17:02:38 UTC (rev 1358869)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-quart
+pkgver=0.18.3
+pkgrel=1
+pkgdesc='A Python ASGI web microframework with the same API as Flask'
+url=https://github.com/pallets/quart
+arch=(any)
+license=(MIT)
+depends=(
+ hypercorn
+ python-aiofiles
+ python-blinker
+ python-click
+ python-importlib-metadata
+ python-itsdangerous
+ python-jinja
+ python-markupsafe
+ python-werkzeug
+)
+makedepends=(
+ git
+ python-build
+ python-installer
+ python-poetry-core
+ python-wheel
+)
+_tag=b0676aa80487dcdf559f7169aba89a016e529c3b
+source=(git+https://github.com/pallets/quart.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+ sed 's/name = "Quart"/name = "quart"/' -i quart/pyproject.toml
+}
+
+pkgver() {
+ cd quart
+ git describe --tags
+}
+
+build() {
+ cd quart
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ python -m installer --destdir="${pkgdir}" quart/dist/*.whl
+ install -Dm 644 quart/LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart/
+}
+
+# vim: ts=2 sw=2 et: