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

Felix Yan fyan at nymeria.archlinux.org
Fri Apr 4 09:28:46 UTC 2014


    Date: Friday, April 4, 2014 @ 11:28:46
  Author: fyan
Revision: 209789

upgpkg: python-cryptography 0.3-1

- upstream new release

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-04 08:57:39 UTC (rev 209788)
+++ PKGBUILD	2014-04-04 09:28:46 UTC (rev 209789)
@@ -3,16 +3,17 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.3
+pkgrel=1
 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')
-checkdepends=('python-pytest' 'python2-pytest')
+checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 'python2-cryptography-vectors'
+              'python-iso8601' 'python2-iso8601' 'python-pretend' 'python2-pretend')
 source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz")
-md5sums=('f002a442c8c5c7463bf8d2f11f6c3128')
+md5sums=('1a9f2520acfef9489ac42fdc9a7be441')
 
 check() {
    # Check python3 module
@@ -48,6 +49,6 @@
 package_python2-cryptography() {
    depends=('python2' 'python2-six' 'python2-cffi')
  
-   cd "${srcdir}/cryptography-${pkgver}-python2"
+   cd cryptography-${pkgver}-python2
    python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }




More information about the arch-commits mailing list