summaryrefslogtreecommitdiff
path: root/extra/python-cryptography
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-08 04:02:11 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-08 04:02:11 +0000
commit5351a11c6751fcbfd64ba00a4c4b8b0109b45b59 (patch)
tree85145d4cc8494818605961614ac64dc6e2679878 /extra/python-cryptography
parentb32e5e13c7dbf2d3acdaf49e85ddbc424207c14c (diff)
Tue Apr 8 03:58:10 UTC 2014
Diffstat (limited to 'extra/python-cryptography')
-rw-r--r--extra/python-cryptography/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/python-cryptography/PKGBUILD b/extra/python-cryptography/PKGBUILD
index e60e0739b..c966bc315 100644
--- a/extra/python-cryptography/PKGBUILD
+++ b/extra/python-cryptography/PKGBUILD
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD 208842 2014-03-27 14:43:27Z fyan $
+# $Id: PKGBUILD 209863 2014-04-07 10:17:02Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
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_python-cryptography() {
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
}