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

Felix Yan felixonmars at archlinux.org
Wed Apr 14 14:22:19 UTC 2021


    Date: Wednesday, April 14, 2021 @ 14:22:18
  Author: felixonmars
Revision: 918458

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-14 14:21:58 UTC (rev 918457)
+++ PKGBUILD	2021-04-14 14:22:18 UTC (rev 918458)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-testflo
-pkgver=1.4.2
-pkgrel=4
-pkgdesc="A simple flow-based testing framework"
-url="https://github.com/OpenMDAO/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')
-
-prepare() {
-  cd testflo-$pkgver
-  sed -i 's/coverage<5.0/coverage/' 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 918457, python-testflo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-14 14:22:18 UTC (rev 918458)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-testflo
+pkgver=1.4.5
+pkgrel=1
+pkgdesc="A simple flow-based testing framework"
+url="https://github.com/OpenMDAO/testflo"
+license=('Apache')
+arch=('any')
+depends=('python-coverage')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz")
+sha512sums=('12e1d61546276278ca43865e6745c2620ae6380ff35096afece8f2d9b0f572d352f499b21b1109860222c6e0ea1e71ebbdb9f62de25eeeb08f6e1d32c3a70052')
+
+prepare() {
+  cd testflo-$pkgver
+  sed -i 's/coverage<5.0/coverage/' setup.py
+}
+
+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