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

Felix Yan fyan at nymeria.archlinux.org
Mon Jun 16 01:16:00 UTC 2014


    Date: Monday, June 16, 2014 @ 03:16:00
  Author: fyan
Revision: 215180

upgpkg: python-service-identity 1.0.0-1

Modified:
  python-service-identity/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-16 01:15:46 UTC (rev 215179)
+++ PKGBUILD	2014-06-16 01:16:00 UTC (rev 215180)
@@ -3,7 +3,7 @@
 
 pkgbase=python-service-identity
 pkgname=('python-service-identity' 'python2-service-identity')
-pkgver=0.2
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="Service identity verification for pyOpenSSL"
 arch=('any')
@@ -10,9 +10,10 @@
 license=('MIT')
 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-setuptools' 'python2-setuptools' 'python-pyasn1-modules' 'python2-pyasn1-modules'
+             'python-characteristic' 'python2-characteristic')
 source=("http://pypi.python.org/packages/source/s/service_identity/service_identity-${pkgver}.tar.gz")
-md5sums=('5fd2b5103291e71b3afe23aaeefb89f2')
+md5sums=('437c380ce0fe85a0fbc4780a86b3ee58')
 
 prepare() {
    cp -a service_identity-${pkgver}{,-python2}
@@ -39,7 +40,7 @@
 }
  
 package_python-service-identity() {
-   depends=('python' 'python-pyopenssl' 'python-pyasn1' 'python-pyasn1-modules')
+   depends=('python' 'python-pyopenssl' 'python-pyasn1' 'python-pyasn1-modules' 'python-characteristic')
  
    cd service_identity-${pkgver}
    python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
@@ -47,7 +48,7 @@
 }
  
 package_python2-service-identity() {
-   depends=('python2' 'python2-pyopenssl' 'python2-pyasn1' 'python2-pyasn1-modules')
+   depends=('python2' 'python2-pyopenssl' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-characteristic')
  
    cd service_identity-${pkgver}-python2
    python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build




More information about the arch-commits mailing list