[arch-commits] Commit in python-ioflo/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Nov 10 05:01:10 UTC 2020
Date: Tuesday, November 10, 2020 @ 05:01:10
Author: felixonmars
Revision: 749234
archrelease: copy trunk to community-staging-any
Added:
python-ioflo/repos/community-staging-any/
python-ioflo/repos/community-staging-any/PKGBUILD
(from rev 749233, python-ioflo/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: python-ioflo/repos/community-staging-any/PKGBUILD (from rev 749233, python-ioflo/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-10 05:01:10 UTC (rev 749234)
@@ -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=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=('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