[arch-commits] Commit in python-testflo/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Mar 1 14:12:32 UTC 2020


    Date: Sunday, March 1, 2020 @ 14:12:32
  Author: felixonmars
Revision: 587480

upgpkg: python-testflo 1.4.0-1

Modified:
  python-testflo/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-01 14:12:04 UTC (rev 587479)
+++ PKGBUILD	2020-03-01 14:12:32 UTC (rev 587480)
@@ -1,22 +1,17 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-testflo
-pkgver=1.3.6
+pkgver=1.4.0
 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')
+depends=('python-coverage')
 makedepends=('python-setuptools')
 source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz")
-sha512sums=('4f409edfa88f9cc0be8af572f2285a7ed5fe1fa99860bbb31b305b98cc11606012bdd53c3a2b124e07f5a7e8e46c893f947d99c209db0ce97062be8c4ff79064')
+sha512sums=('d18bff5cd3be791678a5963824867a6fe8789c48c3bd989e1eeabf9098c78b28a8228aacba318912d1aeb75537ebf5977b3112cae58a361753cceb09a98a0079')
 
-prepare() {
-  cd testflo-$pkgver
-  sed -i 's/from distutils.core/from setuptools/' setup.py
-}
-
 build() {
   cd testflo-$pkgver
   python setup.py build



More information about the arch-commits mailing list