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

Felix Yan felixonmars at archlinux.org
Tue Oct 20 08:59:42 UTC 2020


    Date: Tuesday, October 20, 2020 @ 08:59:42
  Author: felixonmars
Revision: 727534

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-20 08:59:28 UTC (rev 727533)
+++ PKGBUILD	2020-10-20 08:59:42 UTC (rev 727534)
@@ -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=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
-}

Copied: python-ioflo/repos/community-any/PKGBUILD (from rev 727533, python-ioflo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-20 08:59:42 UTC (rev 727534)
@@ -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.2
+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=('7485924ce329889afb1c3e0555b54fdbfb11eafce48fb0ac15bacd229fea512c44fcc118bbc4368ebc7c770d62129ee6b895b982f73a269de7131ea37daac02b')
+
+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