[arch-commits] Commit in (4 files)

Timothy Redaelli tredaelli at nymeria.archlinux.org
Wed Apr 23 08:22:07 UTC 2014


    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 <timothy.redaelli at gmail.com>
+# Contributor: Samuel Tardieu <sam at rfc1149.net>
+
+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



More information about the arch-commits mailing list