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

Felix Yan fyan at archlinux.org
Sat Sep 19 06:00:25 UTC 2015


    Date: Saturday, September 19, 2015 @ 08:00:25
  Author: fyan
Revision: 140689

archrelease: copy trunk to community-testing-any

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

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

Copied: python-ioflo/repos/community-testing-any/PKGBUILD (from rev 140688, python-ioflo/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2015-09-19 06:00:25 UTC (rev 140689)
@@ -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.3.9
+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=('066639d2e6e26536534f8dcb23481c3a')
+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