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

Felix Yan felixonmars at archlinux.org
Thu Jun 11 06:45:41 UTC 2020


    Date: Thursday, June 11, 2020 @ 06:45:40
  Author: felixonmars
Revision: 641920

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-11 06:45:24 UTC (rev 641919)
+++ PKGBUILD	2020-06-11 06:45:40 UTC (rev 641920)
@@ -1,23 +0,0 @@
-# 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
-}

Copied: python-testflo/repos/community-any/PKGBUILD (from rev 641919, python-testflo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-11 06:45:40 UTC (rev 641920)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-testflo
+pkgver=1.4.2
+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=('133475b4d870685e8a836b3bfb25da569664e7f54bf144332da41130107d0b0fb1142d34804d968796c76bc30ac891994ffc4e7c04ea6d73f4ceff406842a6a5')
+
+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