[arch-commits] Commit in python-testflo/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 1 13:38:09 UTC 2019


    Date: Friday, November 1, 2019 @ 13:38:08
  Author: foutrelis
Revision: 521886

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 13:38:02 UTC (rev 521885)
+++ PKGBUILD	2019-11-01 13:38:08 UTC (rev 521886)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-testflo
-pkgver=1.3.4
-pkgrel=2
-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=('9d2466eb5ebc844632fba4eabd3f453af61cde0788f27c5f23ea383661fb27b19496cc42064f0b0a58537ba6e5661d8c948344449f5717a262d8725c7ff9c5ac')
-
-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-staging-any/PKGBUILD (from rev 521885, python-testflo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-01 13:38:08 UTC (rev 521886)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-testflo
+pkgver=1.3.4
+pkgrel=3
+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=('9d2466eb5ebc844632fba4eabd3f453af61cde0788f27c5f23ea383661fb27b19496cc42064f0b0a58537ba6e5661d8c948344449f5717a262d8725c7ff9c5ac')
+
+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
+}



More information about the arch-commits mailing list