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

Felix Yan felixonmars at archlinux.org
Fri Nov 1 22:09:04 UTC 2019


    Date: Friday, November 1, 2019 @ 22:09:04
  Author: felixonmars
Revision: 522096

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 22:08:50 UTC (rev 522095)
+++ PKGBUILD	2019-11-01 22:09:04 UTC (rev 522096)
@@ -1,31 +0,0 @@
-# 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.6
-pkgrel=2
-pkgdesc='Flo based programming interface in python'
-arch=('any')
-url='https://ioflo.com'
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools-git')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ioflo/ioflo/archive/v$pkgver.tar.gz")
-sha512sums=('ce3e400249c530c55dee8ac4bacd7baf6edbba0be918251266a2c03ecbb30dbec38535097925cf949fa21b1c4e37499726f9bcca784109979f90cec086c94899')
-
-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-staging-any/PKGBUILD (from rev 522095, python-ioflo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-01 22:09:04 UTC (rev 522096)
@@ -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=2.0.0
+pkgrel=1
+pkgdesc='Flo based programming interface in python'
+arch=('any')
+url='https://ioflo.com'
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools-git')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ioflo/ioflo/archive/v$pkgver.tar.gz")
+sha512sums=('b4b70aef65cffe067d7563682a2cbeac0a07cd4722aa2de8fb56fd127c99df771dc5d3d22be24aadd628a26fd1b7407db684ea7257b45eba8f8376f4ad226a87')
+
+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