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

David Runge dvzrv at archlinux.org
Mon Nov 4 22:59:41 UTC 2019


    Date: Monday, November 4, 2019 @ 22:59:41
  Author: dvzrv
Revision: 524151

Removing obsoleted use of health_check in python-hypothesis (breaks in python3.8).

Modified:
  vdirsyncer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 22:55:21 UTC (rev 524150)
+++ PKGBUILD	2019-11-04 22:59:41 UTC (rev 524151)
@@ -23,6 +23,13 @@
             'f0d1f9755b21358b0371d94cb0d2f1fc12b8dc095d2536c7fc9025906d666ec33b85b3a3924b16a3311dc81e136e0790d50f84c7c8f9f65aaed80613fa69d066'
             'ac2656edc5ad39dbdc31a71117d98bfdc4ab5001729fc6a76f54e1e34ff81192f29e6162b2f8e429a5e02b8842fe1f2f51b00e84637eda53ba1448b8f08c6b80')
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # removing obsoleted use of health_check in hypothesis
+  sed -e '/_health_/d' \
+      -i tests/{unit/test_repair,conftest}.py
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   python setup.py build



More information about the arch-commits mailing list