[arch-commits] Commit in (4 files)

Daniel Wallace dwallace at archlinux.org
Mon Oct 6 20:19:34 UTC 2014


    Date: Monday, October 6, 2014 @ 22:19:33
  Author: dwallace
Revision: 120305

move raet from aur to community

Added:
  python-raet/
  python-raet/repos/
  python-raet/trunk/
  python-raet/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Added: python-raet/trunk/PKGBUILD
===================================================================
--- python-raet/trunk/PKGBUILD	                        (rev 0)
+++ python-raet/trunk/PKGBUILD	2014-10-06 20:19:33 UTC (rev 120305)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+
+pkgname=('python-raet' 'python2-raet')
+pkgver=0.3.3
+pkgrel=1
+pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
+arch=('any')
+url='http://raet.docs.saltstack.com/'
+license=('APACHE')
+makedepends=(python-setuptools python2-setuptools)
+source=("https://pypi.python.org/packages/source/r/raet/raet-$pkgver.tar.gz")
+md5sums=('ed8e90dadd23431412adb4ac1cef727f')
+
+prepare() {
+  cd $srcdir
+  cp -r raet-$pkgver python2-raet-$pkgver
+}
+
+package_python-raet() {
+  depends=('python-libnacl' 'python-ioflo')
+  cd "$srcdir/raet-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-raet() {
+  depends=('python2-libnacl' 'python2-ioflo')
+  cd "$srcdir/python2-raet-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}
+


Property changes on: python-raet/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list