[arch-commits] Commit in python-quart/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu May 23 17:30:54 UTC 2019
Date: Thursday, May 23, 2019 @ 17:30:54
Author: alucryd
Revision: 469443
upgpkg: python-quart 0.9.1-2
Modified:
python-quart/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-23 17:28:35 UTC (rev 469442)
+++ PKGBUILD 2019-05-23 17:30:54 UTC (rev 469443)
@@ -2,7 +2,7 @@
pkgname=python-quart
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='A Python ASGI web microframework with the same API as Flask'
url=https://gitlab.com/pgjones/quart
arch=(any)
@@ -19,11 +19,16 @@
)
makedepends=(
git
+ python-setuptools
+)
+checkdepends=(
python-asynctest
python-hypothesis
python-pytest
python-pytest-asyncio
- python-setuptools
+ python-pytest-cov
+ python-pytest-sugar
+ python-tox
)
source=(git+https://gitlab.com/pgjones/quart.git#tag=${pkgver})
sha256sums=(SKIP)
@@ -37,7 +42,7 @@
check() {
cd quart
- python setup.py test
+ tox -e py37
}
package() {
More information about the arch-commits
mailing list