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

Felix Yan felixonmars at archlinux.org
Wed Mar 29 17:29:22 UTC 2017


    Date: Wednesday, March 29, 2017 @ 17:29:21
  Author: felixonmars
Revision: 291784

upgpkg: python-cryptography 1.8.1-4

fix dependencies (FS#53238)

Modified:
  python-cryptography/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-29 17:05:17 UTC (rev 291783)
+++ PKGBUILD	2017-03-29 17:29:21 UTC (rev 291784)
@@ -4,7 +4,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=1.8.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -14,8 +14,8 @@
              'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 'python2-asn1crypto')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' "python-cryptography-vectors=$pkgver"
               "python2-cryptography-vectors=$pkgver" 'python-iso8601' 'python2-iso8601'
-              'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
-              'python-hypothesis' 'python2-hypothesis' 'python-pytz' 'python2-pytz')
+              'python-pretend' 'python2-pretend' 'python-hypothesis' 'python2-hypothesis'
+              'python-pytz' 'python2-pytz')
 source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz")
 md5sums=('9f28a9c141995cd2300d0976b4fac3fb')
 
@@ -40,8 +40,7 @@
 }
 
 package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna' 'python-setuptools'
-            'python-asn1crypto')
+   depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 'python-asn1crypto')
 
    cd cryptography-$pkgver
    python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -48,8 +47,8 @@
 }
 
 package_python2-cryptography() {
-   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna'
-            'python2-ipaddress' 'python2-setuptools' 'python2-asn1crypto')
+   depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 'python2-ipaddress'
+            'python2-setuptools' 'python2-asn1crypto')
 
    cd cryptography-$pkgver-python2
    python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build



More information about the arch-commits mailing list