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

Felix Yan fyan at archlinux.org
Fri Aug 22 04:34:26 UTC 2014


    Date: Friday, August 22, 2014 @ 06:34:25
  Author: fyan
Revision: 220521

upgpkg: python-characteristic 14.0.0-1

Modified:
  python-characteristic/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-21 21:58:13 UTC (rev 220520)
+++ PKGBUILD	2014-08-22 04:34:25 UTC (rev 220521)
@@ -3,7 +3,7 @@
 
 pkgbase=python-characteristic
 pkgname=('python-characteristic' 'python2-characteristic')
-pkgver=0.1.0
+pkgver=14.0.0
 pkgrel=1
 pkgdesc="Service identity verification for pyOpenSSL"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("http://pypi.python.org/packages/source/c/characteristic/characteristic-${pkgver}.tar.gz")
-md5sums=('b4eba58e38133e5e90e8c679c116aa62')
+md5sums=('baea1f28f71c47d88d7d24335f814ee8')
 
 prepare() {
    cp -a characteristic-${pkgver}{,-python2}
@@ -31,11 +31,11 @@
 check() {
    # Check python3 module
    cd "${srcdir}"/characteristic-${pkgver}
-   py.test test_characteristic.py
+   python -Walways setup.py test
 
    # Check python2 module
    cd "${srcdir}"/characteristic-${pkgver}-python2
-   py.test2 test_characteristic.py
+   python2 -Walways setup.py test
 }
  
 package_python-characteristic() {




More information about the arch-commits mailing list