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

Maxime Gauduin alucryd at archlinux.org
Thu May 28 08:09:45 UTC 2020


    Date: Thursday, May 28, 2020 @ 08:09:44
  Author: alucryd
Revision: 636188

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  123 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 62 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-28 08:09:38 UTC (rev 636187)
+++ PKGBUILD	2020-05-28 08:09:44 UTC (rev 636188)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-quart
-pkgver=0.11.4
-pkgrel=1
-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-multidict
-  python-sortedcontainers
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-asynctest
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-cov
-  python-pytest-sugar
-  python-tox
-)
-source=(git+https://gitlab.com/pgjones/quart.git#tag=785e0ebc5f66a5c9376f6f800406010d2e039ef1)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd quart
-
-  git describe --tags
-}
-
-build() {
-  cd quart
-
-  python setup.py build
-}
-
-check() {
-  cd quart
-
-  tox -e py38
-}
-
-package() {
-  cd quart
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-quart/repos/community-any/PKGBUILD (from rev 636187, python-quart/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-28 08:09:44 UTC (rev 636188)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-quart
+pkgver=0.12.0
+pkgrel=1
+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-multidict
+  python-sortedcontainers
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-asynctest
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-cov
+  python-pytest-sugar
+  python-tox
+)
+source=(git+https://gitlab.com/pgjones/quart.git#tag=a2c91d8468042174c2babbef48bf81ef63bf75b9)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd quart
+
+  git describe --tags
+}
+
+build() {
+  cd quart
+
+  python setup.py build
+}
+
+check() {
+  cd quart
+
+  tox -e py38
+}
+
+package() {
+  cd quart
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list