[arch-commits] Commit in (4 files)

Daniel Wallace dwallace at archlinux.org
Mon Oct 6 18:30:00 UTC 2014


    Date: Monday, October 6, 2014 @ 20:30:00
  Author: dwallace
Revision: 120295

add ioflo from aur

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

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

Added: python-ioflo/trunk/PKGBUILD
===================================================================
--- python-ioflo/trunk/PKGBUILD	                        (rev 0)
+++ python-ioflo/trunk/PKGBUILD	2014-10-06 18:30:00 UTC (rev 120295)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+
+pkgname=('python-ioflo' 'python2-ioflo')
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Flo based programming interface in python'
+arch=('any')
+url='http://ioflo.com'
+license=('APACHE')
+source=("https://pypi.python.org/packages/source/i/ioflo/ioflo-$pkgver.tar.gz")
+md5sums=('16dd420250da24f45ffe0bb786dc6536')
+
+prepare() {
+  cd $srcdir
+  cp -r ioflo-$pkgver python2-ioflo-$pkgver
+}
+
+package_python-ioflo() {
+  depends=('python')
+  cd "$srcdir/ioflo-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-ioflo() {
+  depends=('python2')
+  cd "$srcdir/python2-ioflo-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}
+


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



More information about the arch-commits mailing list