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

Felix Yan fyan at archlinux.org
Mon Jan 5 03:15:15 UTC 2015


    Date: Monday, January 5, 2015 @ 04:15:15
  Author: fyan
Revision: 228429

upgpkg: python-cryptography 0.7.1-2

fix dependency on pyasn1 (FS#43331)

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-05 01:34:38 UTC (rev 228428)
+++ PKGBUILD	2015-01-05 03:15:15 UTC (rev 228429)
@@ -4,14 +4,15 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
 url="http://pypi.python.org/pypi/cryptography"
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
+             'python-pyasn1' 'python2-pyasn1')
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' "python2-cryptography-vectors=$pkgver"
-              'python-iso8601' 'python2-iso8601' 'python-pretend' 'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
+              'python-iso8601' 'python2-iso8601' 'python-pretend' 'python2-pretend')
 source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz")
 md5sums=('4a933b1e01b604cee0e22ce1f9fe7c81')
 
@@ -43,7 +44,7 @@
 }
  
 package_python-cryptography() {
-   depends=('python' 'python-six' 'python-cffi')
+   depends=('python-pyasn1' 'python-six' 'python-cffi')
  
    cd cryptography-${pkgver}
    python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
@@ -50,7 +51,7 @@
 }
  
 package_python2-cryptography() {
-   depends=('python2' 'python2-six' 'python2-cffi' 'python2-enum34')
+   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34')
  
    cd cryptography-${pkgver}-python2
    python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build



More information about the arch-commits mailing list