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

Felix Yan fyan at archlinux.org
Fri Aug 22 14:33:21 UTC 2014


    Date: Friday, August 22, 2014 @ 16:33:21
  Author: fyan
Revision: 220538

upgpkg: python-service-identity 14.0.0-1

Modified:
  python-service-identity/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-22 14:30:13 UTC (rev 220537)
+++ PKGBUILD	2014-08-22 14:33:21 UTC (rev 220538)
@@ -3,7 +3,7 @@
 
 pkgbase=python-service-identity
 pkgname=('python-service-identity' 'python2-service-identity')
-pkgver=1.0.0
+pkgver=14.0.0
 pkgrel=1
 pkgdesc="Service identity verification for pyOpenSSL"
 arch=('any')
@@ -11,9 +11,9 @@
 url="http://pypi.python.org/pypi/service_identity"
 makedepends=('python-pyopenssl' 'python2-pyopenssl' 'python-pyasn1' 'python2-pyasn1'
              'python-setuptools' 'python2-setuptools' 'python-pyasn1-modules' 'python2-pyasn1-modules'
-             'python-characteristic' 'python2-characteristic')
+             'python-characteristic' 'python2-characteristic' 'python-pytest' 'python2-pytest')
 source=("http://pypi.python.org/packages/source/s/service_identity/service_identity-${pkgver}.tar.gz")
-md5sums=('437c380ce0fe85a0fbc4780a86b3ee58')
+md5sums=('cea0b0156d73b025ecef660fb51f0d9a')
 
 prepare() {
    cp -a service_identity-${pkgver}{,-python2}
@@ -32,11 +32,11 @@
 check() {
    # Check python3 module
    cd "${srcdir}"/service_identity-${pkgver}
-   python3 setup.py test
+   py.test
 
    # Check python2 module
    cd "${srcdir}"/service_identity-${pkgver}-python2
-   python2 setup.py test
+   py.test2
 }
  
 package_python-service-identity() {




More information about the arch-commits mailing list