[arch-commits] Commit in python-ioflo/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Fri Oct 25 20:19:30 UTC 2019
Date: Friday, October 25, 2019 @ 20:19:28
Author: foutrelis
Revision: 519847
archrelease: copy trunk to community-staging-any
Added:
python-ioflo/repos/community-staging-any/
python-ioflo/repos/community-staging-any/PKGBUILD
(from rev 519846, python-ioflo/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: python-ioflo/repos/community-staging-any/PKGBUILD (from rev 519846, python-ioflo/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-10-25 20:19:28 UTC (rev 519847)
@@ -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.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
+}
More information about the arch-commits
mailing list