[arch-commits] Commit in python-quart/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Jul 21 09:32:45 UTC 2020
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
===================================================================
--- PKGBUILD 2020-07-21 09:32:39 UTC (rev 664690)
+++ PKGBUILD 2020-07-21 09:32:45 UTC (rev 664691)
@@ -1,62 +0,0 @@
-# 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:
Copied: python-quart/repos/community-any/PKGBUILD (from rev 664690, python-quart/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-21 09:32:45 UTC (rev 664691)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+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:
More information about the arch-commits
mailing list