[arch-commits] Commit in python-ioflo/repos (2 files)

Daniel Wallace dwallace at archlinux.org
Mon Oct 6 18:41:01 UTC 2014


    Date: Monday, October 6, 2014 @ 20:41:00
  Author: dwallace
Revision: 120297

archrelease: copy trunk to community-testing-any

Added:
  python-ioflo/repos/community-testing-any/
  python-ioflo/repos/community-testing-any/PKGBUILD
    (from rev 120296, python-ioflo/trunk/PKGBUILD)

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

Copied: python-ioflo/repos/community-testing-any/PKGBUILD (from rev 120296, python-ioflo/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2014-10-06 18:41:00 UTC (rev 120297)
@@ -0,0 +1,32 @@
+# $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')
+makedepends=(python-setuptools python2-setuptools)
+
+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
+}
+



More information about the arch-commits mailing list