[arch-commits] Commit in python-ioflo/repos (2 files)
Felix Yan
fyan at archlinux.org
Sat Sep 19 16:42:52 UTC 2015
Date: Saturday, September 19, 2015 @ 18:42:52
Author: fyan
Revision: 140980
archrelease: copy trunk to community-staging-any
Added:
python-ioflo/repos/community-staging-any/
python-ioflo/repos/community-staging-any/PKGBUILD
(from rev 140978, python-ioflo/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: python-ioflo/repos/community-staging-any/PKGBUILD (from rev 140978, python-ioflo/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2015-09-19 16:42:52 UTC (rev 140980)
@@ -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=2
+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