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

Evangelos Foutras foutrelis at archlinux.org
Wed Jul 18 05:25:12 UTC 2018


    Date: Wednesday, July 18, 2018 @ 05:25:12
  Author: foutrelis
Revision: 361740

Disable pychecker plugin; breaks the build

Modified:
  python-pyassert/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++++
 1 file changed, 5 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-18 05:19:52 UTC (rev 361739)
+++ PKGBUILD	2018-07-18 05:25:12 UTC (rev 361740)
@@ -19,6 +19,11 @@
 prepare() {
   # Pybuilder uses directory name to determine distribution name
   mv pyassert-$pkgver pyassert
+
+  # BUILD FAILED - Missing plugin dependency 'pychecker':
+  #   pip._internal.exceptions.DistributionNotFound:
+  #     No matching distribution found for pychecker
+  sed -i '/use_plugin("python.pychecker")/d' pyassert/build.py
 }
 
 check() {



More information about the arch-commits mailing list