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

Felix Yan felixonmars at archlinux.org
Sun Sep 16 02:37:40 UTC 2018


    Date: Sunday, September 16, 2018 @ 02:37:40
  Author: felixonmars
Revision: 382188

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-16 02:37:08 UTC (rev 382187)
+++ PKGBUILD	2018-09-16 02:37:40 UTC (rev 382188)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-
-pkgname=python-ioflo
-pkgver=1.7.4
-pkgrel=2
-pkgdesc='Flo based programming interface in python'
-arch=('any')
-url='http://ioflo.com'
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ioflo/ioflo/archive/v$pkgver.tar.gz")
-sha512sums=('415b43b66c1be479e8ba4fc993f180418f95f1ae0d16ff8c496476da7a04f6caa0f918a064c60034cd926f4f49c1112946b911b57339a76ee5b0d2564ade224f')
-
-build() {
-  cd ioflo-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd ioflo-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd ioflo-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-}

Copied: python-ioflo/repos/community-any/PKGBUILD (from rev 382187, python-ioflo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-16 02:37:40 UTC (rev 382188)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+
+pkgname=python-ioflo
+pkgver=1.7.5
+pkgrel=1
+pkgdesc='Flo based programming interface in python'
+arch=('any')
+url='http://ioflo.com'
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ioflo/ioflo/archive/v$pkgver.tar.gz")
+sha512sums=('886767d72c4067727d47652fba157a76ecd8a6a5478a761feb3923992ffc585addfe892027ade104c5d44a56fd1645c0548ce3b554553f58e1104864c359470b')
+
+build() {
+  cd ioflo-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd ioflo-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd ioflo-$pkgver
+  python setup.py install --root="$pkgdir" -O1
+}



More information about the arch-commits mailing list