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

Maxime Gauduin alucryd at archlinux.org
Tue Feb 11 07:03:39 UTC 2020


    Date: Tuesday, February 11, 2020 @ 07:03:39
  Author: alucryd
Revision: 566807

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-11 07:03:32 UTC (rev 566806)
+++ PKGBUILD	2020-02-11 07:03:39 UTC (rev 566807)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-quart
-pkgver=0.11.1
-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=93461ddcffbacf21932d99b744a539d72c665314)
-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 566806, python-quart/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-11 07:03:39 UTC (rev 566807)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-quart
+pkgver=0.11.2
+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=640105c03ad15a58e5b71c73cbe9d36d26f3f722)
+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