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:
parent
7305cd0572
commit
f712e8e88d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user