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

Jelle van der Waa jelle at archlinux.org
Wed Jan 18 21:39:03 UTC 2017


    Date: Wednesday, January 18, 2017 @ 21:39:02
  Author: jelle
Revision: 207928

upgpkg: python-cherrypy 8.9.1-1

Modified:
  python-cherrypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-18 21:26:43 UTC (rev 207927)
+++ PKGBUILD	2017-01-18 21:39:02 UTC (rev 207928)
@@ -5,7 +5,7 @@
 # Contributor: Armando M. Baratti <amblistas at ajato.com.br>
 # Contributor: Florian Richter <Florian_Richter at gmx.de>
 pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=8.8.0
+pkgver=8.9.1
 pkgrel=1
 pkgdesc="A pythonic, object-oriented web development framework"
 arch=('any')
@@ -12,9 +12,9 @@
 url="http://www.cherrypy.org"
 license=('BSD')
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
-source=("https://pypi.python.org/packages/1c/db/af94992bb0fb74f5968248e9e3ec5f405703c97cd97578874c9fb08a3bfa/CherryPy-8.8.0.tar.gz")
-md5sums=('71bb74990ff2016826a4fe762d0c07a2')
+checkdepends=('python-mock' 'python2-mock' 'python-nose')
+source=("https://pypi.python.org/packages/56/aa/91005730bdc5c0da8291a2f411aacbc5c3729166c382e2193e33f28044a3/CherryPy-8.9.1.tar.gz")
+md5sums=('7abe5198e48f14cfee57a07d23875a4b')
 
 build() {
   cp -r CherryPy-${pkgver} CherryPy-${pkgver}-py2
@@ -55,6 +55,6 @@
   #LANG="en_US.UTF-8" pytest2 test/
 
   cd $srcdir/CherryPy-${pkgver}/cherrypy
-  LANG="en_US.UTF-8" pytest test/
+  LANG="en_US.UTF-8" nosetests test/
 
 }



More information about the arch-commits mailing list