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

Felix Yan felixonmars at archlinux.org
Sun Mar 1 14:13:02 UTC 2020


    Date: Sunday, March 1, 2020 @ 14:12:54
  Author: felixonmars
Revision: 587482

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   51 +++++++++++++++++++++++----------------------------
 1 file changed, 23 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-01 14:12:41 UTC (rev 587481)
+++ PKGBUILD	2020-03-01 14:12:54 UTC (rev 587482)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-testflo
-pkgver=1.3.6
-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')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz")
-sha512sums=('4f409edfa88f9cc0be8af572f2285a7ed5fe1fa99860bbb31b305b98cc11606012bdd53c3a2b124e07f5a7e8e46c893f947d99c209db0ce97062be8c4ff79064')
-
-prepare() {
-  cd testflo-$pkgver
-  sed -i 's/from distutils.core/from setuptools/' setup.py
-}
-
-build() {
-  cd testflo-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd testflo-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-testflo/repos/community-any/PKGBUILD (from rev 587481, python-testflo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-01 14:12:54 UTC (rev 587482)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-testflo
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="A simple flow-based testing framework"
+url="https://github.com/RaRe-Technologies/testflo"
+license=('Apache')
+arch=('any')
+depends=('python-coverage')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz")
+sha512sums=('d18bff5cd3be791678a5963824867a6fe8789c48c3bd989e1eeabf9098c78b28a8228aacba318912d1aeb75537ebf5977b3112cae58a361753cceb09a98a0079')
+
+build() {
+  cd testflo-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd testflo-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list