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

2020-12-16 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 16, 2020 @ 13:24:22
  Author: alucryd
Revision: 776685

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-16 13:24:17 UTC (rev 776684)
+++ PKGBUILD2020-12-16 13:24:22 UTC (rev 776685)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-quart
-pkgver=0.14.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-toml
-  python-werkzeug
-)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(
-  python-asynctest
-  python-distlib
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-cov
-  python-pytest-sugar
-  python-tox
-)
-_tag=97349f2e2cefbc2f1a09d6509066bb034bd368d9
-source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd quart
-
-  git describe --tags
-}
-
-build() {
-  cd quart
-
-  python setup.py build
-}
-
-check() {
-  cd quart
-
-  tox -e py39
-}
-
-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 776684, 
python-quart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-16 13:24:22 UTC (rev 776685)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-quart
+pkgver=0.14.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-toml
+  python-werkzeug
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-asynctest
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-cov
+  python-pytest-sugar
+  python-tox
+)
+_tag=f6709c6082a3cab9dffdcd937122f4d65a5990f7
+source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd quart
+
+  git describe --tags
+}
+
+build() {
+  cd quart
+
+  python setup.py build
+}
+
+check() {
+  cd quart
+
+  tox -e py39
+}
+
+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:


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

2020-12-06 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 6, 2020 @ 09:17:23
  Author: alucryd
Revision: 771010

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 09:17:18 UTC (rev 771009)
+++ PKGBUILD2020-12-06 09:17:23 UTC (rev 771010)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-quart
-pkgver=0.13.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-setuptools
-)
-checkdepends=(
-  python-asynctest
-  python-distlib
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-cov
-  python-pytest-sugar
-  python-tox
-)
-_tag=c6bef1fcac63ebd647e44a4888c6dc5f68465360
-source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd quart
-
-  git describe --tags
-}
-
-build() {
-  cd quart
-
-  python setup.py build
-}
-
-check() {
-  cd quart
-
-  tox -e py39
-}
-
-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 771009, 
python-quart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 09:17:23 UTC (rev 771010)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-quart
+pkgver=0.14.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-toml
+  python-werkzeug
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-asynctest
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-cov
+  python-pytest-sugar
+  python-tox
+)
+_tag=97349f2e2cefbc2f1a09d6509066bb034bd368d9
+source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd quart
+
+  git describe --tags
+}
+
+build() {
+  cd quart
+
+  python setup.py build
+}
+
+check() {
+  cd quart
+
+  tox -e py39
+}
+
+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:


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

2020-09-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 13, 2020 @ 09:12:54
  Author: alucryd
Revision: 705014

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-13 09:12:48 UTC (rev 705013)
+++ PKGBUILD2020-09-13 09:12:54 UTC (rev 705014)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-quart
-pkgver=0.13.0
-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-setuptools
-)
-checkdepends=(
-  python-asynctest
-  python-distlib
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-cov
-  python-pytest-sugar
-  python-tox
-)
-_tag=81c1c54ccf1a0088f8df1cd06dfa1de647c6b9d3
-source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
-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 705013, 
python-quart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-13 09:12:54 UTC (rev 705014)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-quart
+pkgver=0.13.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-toml
+  python-werkzeug
+)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(
+  python-asynctest
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-cov
+  python-pytest-sugar
+  python-tox
+)
+_tag=c6bef1fcac63ebd647e44a4888c6dc5f68465360
+source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
+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:


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

2020-08-23 Thread Maxime Gauduin via arch-commits
Date: Sunday, August 23, 2020 @ 07:30:12
  Author: alucryd
Revision: 686947

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-23 07:30:07 UTC (rev 686946)
+++ PKGBUILD2020-08-23 07:30:12 UTC (rev 686947)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-quart
-pkgver=0.13.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
-)
-_tag=81c1c54ccf1a0088f8df1cd06dfa1de647c6b9d3
-source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
-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 686946, 
python-quart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-23 07:30:12 UTC (rev 686947)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-quart
+pkgver=0.13.0
+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-setuptools
+)
+checkdepends=(
+  python-asynctest
+  python-distlib
+  python-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-cov
+  python-pytest-sugar
+  python-tox
+)
+_tag=81c1c54ccf1a0088f8df1cd06dfa1de647c6b9d3
+source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
+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:


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

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 09:32:45
  Author: alucryd
Revision: 664691

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  125 ++---
 1 file changed, 63 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 09:32:39 UTC (rev 664690)
+++ PKGBUILD2020-07-21 09:32:45 UTC (rev 664691)
@@ -1,62 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-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:

Copied: python-quart/repos/community-any/PKGBUILD (from rev 664690, 
python-quart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 09:32:45 UTC (rev 664691)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-quart
+pkgver=0.13.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
+)
+_tag=81c1c54ccf1a0088f8df1cd06dfa1de647c6b9d3
+source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
+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:


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

2020-05-28 Thread Maxime Gauduin via arch-commits
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
===
--- PKGBUILD2020-05-28 08:09:38 UTC (rev 636187)
+++ PKGBUILD2020-05-28 08:09:44 UTC (rev 636188)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-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)
+++ PKGBUILD2020-05-28 08:09:44 UTC (rev 636188)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin 
+
+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:


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

2020-03-30 Thread Maxime Gauduin via arch-commits
Date: Monday, March 30, 2020 @ 08:34:59
  Author: alucryd
Revision: 606711

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-30 08:34:53 UTC (rev 606710)
+++ PKGBUILD2020-03-30 08:34:59 UTC (rev 606711)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-quart
-pkgver=0.11.3
-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=b8ec24b9336d06e7cf506b39ce241c25af82e146)
-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 606710, 
python-quart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-30 08:34:59 UTC (rev 606711)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+
+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:


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

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 10:31:26
  Author: alucryd
Revision: 600523

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 10:31:20 UTC (rev 600522)
+++ PKGBUILD2020-03-18 10:31:26 UTC (rev 600523)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-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:

Copied: python-quart/repos/community-any/PKGBUILD (from rev 600522, 
python-quart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 10:31:26 UTC (rev 600523)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-quart
+pkgver=0.11.3
+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=b8ec24b9336d06e7cf506b39ce241c25af82e146)
+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:


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

2020-02-10 Thread Maxime Gauduin via arch-commits
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
===
--- PKGBUILD2020-02-11 07:03:32 UTC (rev 566806)
+++ PKGBUILD2020-02-11 07:03:39 UTC (rev 566807)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-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)
+++ PKGBUILD2020-02-11 07:03:39 UTC (rev 566807)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+
+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:


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

2020-02-09 Thread Maxime Gauduin via arch-commits
Date: Sunday, February 9, 2020 @ 15:54:12
  Author: alucryd
Revision: 565413

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-09 15:54:07 UTC (rev 565412)
+++ PKGBUILD2020-02-09 15:54:12 UTC (rev 565413)
@@ -1,61 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-quart
-pkgver=0.11.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-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-pytest-cov
-  python-pytest-sugar
-  python-tox
-)
-source=(git+https://gitlab.com/pgjones/quart.git#tag=ad3de08632930049c75cb0f690131b16ca2e446b)
-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 565412, 
python-quart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-09 15:54:12 UTC (rev 565413)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+
+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:


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

2020-02-09 Thread Maxime Gauduin via arch-commits
Date: Sunday, February 9, 2020 @ 10:37:01
  Author: alucryd
Revision: 565272

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-09 10:36:56 UTC (rev 565271)
+++ PKGBUILD2020-02-09 10:37:01 UTC (rev 565272)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-quart
-pkgver=0.10.0
-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-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=${pkgver})
-sha256sums=(SKIP)
-
-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
-  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 565271, 
python-quart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-09 10:37:01 UTC (rev 565272)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-quart
+pkgver=0.11.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-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-cov
+  python-pytest-sugar
+  python-tox
+)
+source=(git+https://gitlab.com/pgjones/quart.git#tag=ad3de08632930049c75cb0f690131b16ca2e446b)
+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:


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

2020-02-09 Thread Maxime Gauduin via arch-commits
Date: Sunday, February 9, 2020 @ 10:33:21
  Author: alucryd
Revision: 565270

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-09 09:34:58 UTC (rev 565269)
+++ PKGBUILD2020-02-09 10:33:21 UTC (rev 565270)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-quart
-pkgver=0.10.0
-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-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=${pkgver})
-sha256sums=(SKIP)
-
-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
-  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 565269, 
python-quart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-09 10:33:21 UTC (rev 565270)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-quart
+pkgver=0.10.0
+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-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=${pkgver})
+sha256sums=(SKIP)
+
+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
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart/
+}
+
+# vim: ts=2 sw=2 et:


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

2019-08-30 Thread Maxime Gauduin via arch-commits
Date: Friday, August 30, 2019 @ 12:31:10
  Author: alucryd
Revision: 505219

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-30 12:31:05 UTC (rev 505218)
+++ PKGBUILD2019-08-30 12:31:10 UTC (rev 505219)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-quart
-pkgver=0.9.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-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=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd quart
-
-  python setup.py build
-}
-
-check() {
-  cd quart
-
-  tox -e py37
-}
-
-package() {
-  cd quart
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  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 505218, 
python-quart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-30 12:31:10 UTC (rev 505219)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-quart
+pkgver=0.10.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-hypothesis
+  python-pytest
+  python-pytest-asyncio
+  python-pytest-cov
+  python-pytest-sugar
+  python-tox
+)
+source=(git+https://gitlab.com/pgjones/quart.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd quart
+
+  python setup.py build
+}
+
+check() {
+  cd quart
+
+  tox -e py37
+}
+
+package() {
+  cd quart
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart/
+}
+
+# vim: ts=2 sw=2 et:


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

2019-05-23 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 23, 2019 @ 17:30:59
  Author: alucryd
Revision: 469444

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  105 +++--
 1 file changed, 55 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-23 17:30:54 UTC (rev 469443)
+++ PKGBUILD2019-05-23 17:30:59 UTC (rev 469444)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-quart
-pkgver=0.9.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-asynctest
-  python-hypothesis
-  python-pytest
-  python-pytest-asyncio
-  python-setuptools
-)
-source=(git+https://gitlab.com/pgjones/quart.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd quart
-
-  python setup.py build
-}
-
-check() {
-  cd quart
-
-  python setup.py test
-}
-
-package() {
-  cd quart
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  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 469443, 
python-quart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-23 17:30:59 UTC (rev 469444)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-quart
+pkgver=0.9.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-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=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd quart
+
+  python setup.py build
+}
+
+check() {
+  cd quart
+
+  tox -e py37
+}
+
+package() {
+  cd quart
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart/
+}
+
+# vim: ts=2 sw=2 et: