Date: Tuesday, September 18, 2018 @ 13:28:00
  Author: felixonmars
Revision: 383052

addpkg: python-testflo 1.3.1-1

Added:
  python-testflo/
  python-testflo/repos/
  python-testflo/trunk/
  python-testflo/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Added: python-testflo/trunk/PKGBUILD
===================================================================
--- python-testflo/trunk/PKGBUILD                               (rev 0)
+++ python-testflo/trunk/PKGBUILD       2018-09-18 13:28:00 UTC (rev 383052)
@@ -0,0 +1,22 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-testflo
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="A simple flow-based testing framework"
+url="https://github.com/RaRe-Technologies/testflo";
+license=('Apache')
+arch=('any')
+depends=('python-six' 'python-coverage')
+source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz";)
+sha512sums=('5d139ad87b1c4f19801888f25b870910bd810e5bf19ee29a61243562fa24ae5215a23b6280f64719d3fde5d2b3c528558816beed60bdf7a8e8c3999c5c275338')
+
+build() {
+  cd testflo-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd testflo-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Reply via email to