[arch-commits] Commit in python-quart/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue May 18 08:30:41 UTC 2021
Date: Tuesday, May 18, 2021 @ 08:30:41
Author: alucryd
Revision: 936224
archrelease: copy trunk to community-any
Added:
python-quart/repos/community-any/PKGBUILD
(from rev 936223, python-quart/trunk/PKGBUILD)
Deleted:
python-quart/repos/community-any/PKGBUILD
----------+
PKGBUILD | 120 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 60 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-18 08:30:36 UTC (rev 936223)
+++ PKGBUILD 2021-05-18 08:30:41 UTC (rev 936224)
@@ -1,60 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-quart
-pkgver=0.14.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-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
- export PYTHONHASHSEED=0
- 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 936223, python-quart/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-18 08:30:41 UTC (rev 936224)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-quart
+pkgver=0.15.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=169162bf7a1aead6254ece081d89c20ed48b9708
+source=(git+https://gitlab.com/pgjones/quart.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd quart
+ git describe --tags
+}
+
+build() {
+ cd quart
+ export PYTHONHASHSEED=0
+ 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:
More information about the arch-commits
mailing list