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

Evangelos Foutras foutrelis at archlinux.org
Wed Jul 18 05:29:42 UTC 2018


    Date: Wednesday, July 18, 2018 @ 05:29:41
  Author: foutrelis
Revision: 361743

Python 3.7 rebuild

Modified:
  python-pyfix/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-18 05:26:58 UTC (rev 361742)
+++ PKGBUILD	2018-07-18 05:29:41 UTC (rev 361743)
@@ -6,7 +6,7 @@
 pkgname=python-pyfix
 pkgver=0.2.3
 _commit=403d51f426dda6a907c96d8d9d2e2942999b1f23
-pkgrel=4
+pkgrel=5
 pkgdesc='A framework for writing automated software tests'
 arch=('any')
 url='https://github.com/pyclectic/pyfix'
@@ -20,6 +20,11 @@
 prepare() {
   # Pybuilder uses directory name to determine distribution name
   mv pyfix-$_commit pyfix
+
+  # BUILD FAILED - Missing plugin dependency 'pychecker':
+  #   pip._internal.exceptions.DistributionNotFound:
+  #     No matching distribution found for pychecker
+  sed -i '/use_plugin("python.pychecker")/d' pyfix/build.py
 }
 
 check() {



More information about the arch-commits mailing list