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

Felix Yan fyan at archlinux.org
Fri Aug 22 14:44:37 UTC 2014


    Date: Friday, August 22, 2014 @ 16:44:37
  Author: fyan
Revision: 220540

upgpkg: python-service-identity 14.0.0-2

add checkdepends/optdepends on python{,2}-idna

Modified:
  python-service-identity/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-22 14:33:39 UTC (rev 220539)
+++ PKGBUILD	2014-08-22 14:44:37 UTC (rev 220540)
@@ -4,7 +4,7 @@
 pkgbase=python-service-identity
 pkgname=('python-service-identity' 'python2-service-identity')
 pkgver=14.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Service identity verification for pyOpenSSL"
 arch=('any')
 license=('MIT')
@@ -12,6 +12,7 @@
 makedepends=('python-pyopenssl' 'python2-pyopenssl' 'python-pyasn1' 'python2-pyasn1'
              'python-setuptools' 'python2-setuptools' 'python-pyasn1-modules' 'python2-pyasn1-modules'
              'python-characteristic' 'python2-characteristic' 'python-pytest' 'python2-pytest')
+checkdepends=('python-idna' 'python2-idna')
 source=("http://pypi.python.org/packages/source/s/service_identity/service_identity-${pkgver}.tar.gz")
 md5sums=('cea0b0156d73b025ecef660fb51f0d9a')
 
@@ -41,6 +42,7 @@
  
 package_python-service-identity() {
    depends=('python' 'python-pyopenssl' 'python-pyasn1' 'python-pyasn1-modules' 'python-characteristic')
+   optdepends=('python-idna: for Internationalized Domain Names support')
  
    cd service_identity-${pkgver}
    python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
@@ -49,6 +51,7 @@
  
 package_python2-service-identity() {
    depends=('python2' 'python2-pyopenssl' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-characteristic')
+   optdepends=('python2-idna: for Internationalized Domain Names support')
  
    cd service_identity-${pkgver}-python2
    python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build




More information about the arch-commits mailing list