From f712e8e88dd658c847e0dd8e88176b8106e539d2 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 7 Dec 2022 08:49:31 +0000 Subject: [PATCH] update to py3-patiencediff-0.2.10, point MODPY_TEST_DIR at the build dir so that the compiled extension is found and related tests aren't skipped --- textproc/py-patiencediff/Makefile | 6 ++++-- textproc/py-patiencediff/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/textproc/py-patiencediff/Makefile b/textproc/py-patiencediff/Makefile index ec77a87d1d8..d8d5fe952c8 100644 --- a/textproc/py-patiencediff/Makefile +++ b/textproc/py-patiencediff/Makefile @@ -1,9 +1,8 @@ COMMENT = Python implementation of the patiencediff algorithm -MODPY_EGG_VERSION = 0.2.6 +MODPY_EGG_VERSION = 0.2.10 DISTNAME = patiencediff-${MODPY_EGG_VERSION} PKGNAME = py-patiencediff-${MODPY_EGG_VERSION} -REVISION = 0 CATEGORIES = textproc @@ -17,6 +16,9 @@ WANTLIB += ${MODPY_WANTLIB} pthread MODULES = lang/python MODPY_PI = Yes MODPY_PYBUILD = setuptools +# otherwise extension is not found and relevant tests are skipped +MODPY_TEST_DIR = ${WRKSRC}/build/lib.* + BUILD_DEPENDS = lang/cython${MODPY_FLAVOR} FLAVORS = python3 diff --git a/textproc/py-patiencediff/distinfo b/textproc/py-patiencediff/distinfo index 4c06b4a2769..3f0ba0b19f3 100644 --- a/textproc/py-patiencediff/distinfo +++ b/textproc/py-patiencediff/distinfo @@ -1,2 +1,2 @@ -SHA256 (patiencediff-0.2.6.tar.gz) = wdaNB6VzqeLEt5HBMIki08j08aRuc11l4wg8J01e5Fk= -SIZE (patiencediff-0.2.6.tar.gz) = 29124 +SHA256 (patiencediff-0.2.10.tar.gz) = qzCwwjyN8kVXt+ywA1ogYsjXqip26PTAjdwU6Yh5aKE= +SIZE (patiencediff-0.2.10.tar.gz) = 26829