Date: Thursday, December 6, 2018 @ 16:23:10
  Author: felixonmars
Revision: 411784

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-12-06 16:22:59 UTC (rev 411783)
+++ PKGBUILD    2018-12-06 16:23:10 UTC (rev 411784)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-
-pkgname=python-testflo
-pkgver=1.3.3
-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=('cf3d8c53a5b7364f6261c391753651efc8b1eaa9785968d52eb182c88d51cdcfd199ca0d645ea01c0c87e3fe2163d17780c59c46cdac7e9aaefc3190d6bd2997')
-
-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 411783, 
python-testflo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-12-06 16:23:10 UTC (rev 411784)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgname=python-testflo
+pkgver=1.3.4
+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=('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
+}

Reply via email to