[arch-commits] Commit in python-quart/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Mar 18 10:31:26 UTC 2020
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
===================================================================
--- PKGBUILD 2020-03-18 10:31:20 UTC (rev 600522)
+++ PKGBUILD 2020-03-18 10:31:26 UTC (rev 600523)
@@ -1,61 +0,0 @@
-# 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:
Copied: python-quart/repos/community-any/PKGBUILD (from rev 600522, python-quart/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-18 10:31:26 UTC (rev 600523)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+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:
More information about the arch-commits
mailing list