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

Felix Yan felixonmars at archlinux.org
Sat Dec 1 07:15:55 UTC 2018


    Date: Saturday, December 1, 2018 @ 07:15:54
  Author: felixonmars
Revision: 410669

archrelease: copy trunk to community-any

Added:
  python-testflo/repos/community-any/PKGBUILD
    (from rev 410668, 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-01 07:15:40 UTC (rev 410668)
+++ PKGBUILD	2018-12-01 07:15:54 UTC (rev 410669)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-testflo
-pkgver=1.3.1
-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=('5d139ad87b1c4f19801888f25b870910bd810e5bf19ee29a61243562fa24ae5215a23b6280f64719d3fde5d2b3c528558816beed60bdf7a8e8c3999c5c275338')
-
-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 410668, python-testflo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-01 07:15:54 UTC (rev 410669)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-testflo
+pkgver=1.3.2
+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=('481fbca3f725a70198b7dbb4844c3232b2b83103d630ad251efd1a69c18cc46305b4bf4da59d0e63d52eb5838c5f07a82685b77d6f584118100a68f31bb5ae0e')
+
+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