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
This commit is contained in:
sthen 2022-12-07 08:49:31 +00:00
parent 7305cd0572
commit f712e8e88d
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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