[arch-commits] Commit in python-quart/repos/community-staging-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 22:44:13 UTC 2021


    Date: Thursday, December 2, 2021 @ 22:44:13
  Author: felixonmars
Revision: 1062891

archrelease: copy trunk to community-staging-any

Added:
  python-quart/repos/community-staging-any/PKGBUILD
    (from rev 1062890, python-quart/trunk/PKGBUILD)
Deleted:
  python-quart/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |  118 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 22:44:06 UTC (rev 1062890)
+++ PKGBUILD	2021-12-02 22:44:13 UTC (rev 1062891)
@@ -1,59 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-quart
-pkgver=0.16.1
-pkgrel=2
-pkgdesc='A Python ASGI web microframework with the same API as Flask'
-url=https://gitlab.com/pgjones/quart
-arch=(any)
-license=(MIT)
-depends=(
-  hypercorn
-  python-aiofiles
-  python-blinker
-  python-click
-  python-itsdangerous
-  python-jinja
-  python-toml
-  python-werkzeug
-)
-makedepends=(
-  git
-  python-pip
-  python-poetry
-)
-checkdepends=(
-  python-asynctest
-  python-distlib
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-cov
-  python-pytest-sugar
-  python-tox
-)
-_tag=1e953f655d13f54ad5e24e82f955992314285cd7
-source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd quart
-  git describe --tags
-}
-
-build() {
-  cd quart
-  poetry build -f wheel
-}
-
-check() {
-  cd quart
-  tox -e py310
-}
-
-package() {
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps 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-staging-any/PKGBUILD (from rev 1062890, python-quart/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 22:44:13 UTC (rev 1062891)
@@ -0,0 +1,59 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-quart
+pkgver=0.16.1
+pkgrel=3
+pkgdesc='A Python ASGI web microframework with the same API as Flask'
+url=https://gitlab.com/pgjones/quart
+arch=(any)
+license=(MIT)
+depends=(
+  hypercorn
+  python-aiofiles
+  python-blinker
+  python-click
+  python-itsdangerous
+  python-jinja
+  python-toml
+  python-werkzeug
+)
+makedepends=(
+  git
+  python-pip
+  python-poetry
+)
+checkdepends=(
+  python-asynctest
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-cov
+  python-pytest-sugar
+  python-tox
+)
+_tag=1e953f655d13f54ad5e24e82f955992314285cd7
+source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd quart
+  git describe --tags
+}
+
+build() {
+  cd quart
+  poetry build -f wheel
+}
+
+check() {
+  cd quart
+  tox -e py310
+}
+
+package() {
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps quart/dist/*.whl
+  install -Dm 644 quart/LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list