Date: Wednesday, April 23, 2014 @ 10:22:07 Author: tredaelli Revision: 110025
New package: python2-slowaes (dep for electrum) Added: python2-slowaes/ python2-slowaes/repos/ python2-slowaes/trunk/ python2-slowaes/trunk/PKGBUILD ----------+ PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) Added: python2-slowaes/trunk/PKGBUILD =================================================================== --- python2-slowaes/trunk/PKGBUILD (rev 0) +++ python2-slowaes/trunk/PKGBUILD 2014-04-23 08:22:07 UTC (rev 110025) @@ -0,0 +1,23 @@ +# $Id$ +# Maintainer: Timothy Redaelli <[email protected]> +# Contributor: Samuel Tardieu <[email protected]> + +pkgname=python2-slowaes +pkgver=0.1a1 +pkgrel=2 +pkgdesc="Implementation of AES in Python" +arch=('any') +url="http://code.google.com/p/slowaes/" +license=('Apache') +depends=('python2') +makedepends=('python2-setuptools') +source=("http://pypi.python.org/packages/source/s/slowaes/slowaes-$pkgver.tar.gz") +md5sums=('eafee95a788a795403e972a35e80ce4f') + +package() { + cd "$srcdir/slowaes-$pkgver" + sed -i 's#/usr/bin/python#/usr/bin/python2#' aes.py + python2 setup.py install --root="$pkgdir/" --optimize=1 +} + +# vim:set ts=2 sw=2 et: Property changes on: python2-slowaes/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
