[arch-commits] Commit in python-quart/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu May 23 17:30:59 UTC 2019
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
===================================================================
--- PKGBUILD 2019-05-23 17:30:54 UTC (rev 469443)
+++ PKGBUILD 2019-05-23 17:30:59 UTC (rev 469444)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-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)
+++ PKGBUILD 2019-05-23 17:30:59 UTC (rev 469444)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+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:
More information about the arch-commits
mailing list