[arch-commits] Commit in python-waitress/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 2 12:49:30 UTC 2020


    Date: Tuesday, June 2, 2020 @ 12:49:30
  Author: felixonmars
Revision: 638028

upgpkg: python-waitress 1.4.4-1

Modified:
  python-waitress/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-02 12:49:28 UTC (rev 638027)
+++ PKGBUILD	2020-06-02 12:49:30 UTC (rev 638028)
@@ -2,7 +2,7 @@
 
 pkgbase=python-waitress
 pkgname=('python-waitress' 'python2-waitress')
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc="Waitress WSGI server"
 arch=('any')
@@ -9,9 +9,9 @@
 license=('ZPL')
 url="https://github.com/Pylons/waitress"
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-pytest-runner' 'python2-pytest-runner')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/Pylons/waitress/archive/v$pkgver.tar.gz")
-sha512sums=('15454758dfd56ab6bdbe8f6bfe565a0a00419f032f7976203d5e700ee18729ff999492f29a552227f525bbd744363ed23cf9b414a718b162125f79b57b290b30')
+sha512sums=('774fd5c436238a360d116b8683e5be6a4d9e09fcbe3853dea7e803e2c5f309f1d955b4eb9b5fe8c9ec9b8e5363a817e5bc57ca20ba5e5046744338b555dc439a')
 
 prepare() {
   cp -a waitress-$pkgver{,-py2}
@@ -27,10 +27,10 @@
 
 check() {
   cd "$srcdir"/waitress-$pkgver
-  nosetests3
+  python setup.py pytest
 
   cd "$srcdir"/waitress-$pkgver-py2
-  nosetests2
+  python2 setup.py pytest
 }
 
 package_python-waitress() {



More information about the arch-commits mailing list