[arch-commits] Commit in python-ioflo/repos/community-any (PKGBUILD PKGBUILD)

Daniel Wallace dwallace at archlinux.org
Tue May 12 13:35:02 UTC 2015


    Date: Tuesday, May 12, 2015 @ 15:35:02
  Author: dwallace
Revision: 133321

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-12 13:34:34 UTC (rev 133320)
+++ PKGBUILD	2015-05-12 13:35:02 UTC (rev 133321)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-
-pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.1.5
-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=('39741180b1013c39c30c2eb8b10c7890')
-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
-}
-

Copied: python-ioflo/repos/community-any/PKGBUILD (from rev 133320, python-ioflo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-05-12 13:35:02 UTC (rev 133321)
@@ -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.2.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=('5a2c68c5264081d02f6e172393198093')
+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