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

Felix Yan felixonmars at archlinux.org
Wed Mar 4 11:58:20 UTC 2020


    Date: Wednesday, March 4, 2020 @ 11:58:19
  Author: felixonmars
Revision: 590060

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-04 11:58:11 UTC (rev 590059)
+++ PKGBUILD	2020-03-04 11:58:19 UTC (rev 590060)
@@ -1,23 +0,0 @@
-# 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
-}

Copied: python-testflo/repos/community-any/PKGBUILD (from rev 590059, python-testflo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-04 11:58:19 UTC (rev 590060)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-testflo
+pkgver=1.4.1
+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=('e69e9c18bb611737b38cc9c088e6e19e77a29b7070081a948d5c2d3a13b6222b5dd0cd88c11518115739273fb816bb1464e128e7e44a3bbb721286cb7dee0327')
+
+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