diff options
Diffstat (limited to 'misc/py-ezc3d/Makefile')
-rw-r--r-- | misc/py-ezc3d/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/py-ezc3d/Makefile b/misc/py-ezc3d/Makefile index 297484e15fe4..f726e1cd4b87 100644 --- a/misc/py-ezc3d/Makefile +++ b/misc/py-ezc3d/Makefile @@ -1,7 +1,6 @@ PORTNAME= ezc3d DISTVERSIONPREFIX= Release_ -DISTVERSION= 1.5.11 -PORTREVISION= 1 +DISTVERSION= 1.5.19 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +19,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ RUN_DEPENDS= ${PYNUMPY} USES= python -USE_PYTHON= distutils pytest # autoplist is broken due to https://github.com/pyomeca/ezc3d/issues/258 ; 3 tests fail, see https://github.com/pyomeca/ezc3d/issues/291 +USE_PYTHON= distutils autoplist pytest # autoplist is broken due to https://github.com/pyomeca/ezc3d/issues/258 ; 3 tests fail, see https://github.com/pyomeca/ezc3d/issues/291 USE_GITHUB= yes GH_ACCOUNT= pyomeca @@ -30,8 +29,6 @@ TEST_ARGS= ${WRKSRC}/test/python3 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - # remove unnecessary C++ headers, see https://github.com/pyomeca/ezc3d/issues/258 - @${RM} -r ${STAGEDIR}${PREFIX}/include/* # strip binaries @cd ${STAGEDIR}/${PYTHON_SITELIBDIR} && \ ${STRIP_CMD} \ @@ -53,4 +50,6 @@ pre-test: # download test c3d files @${MKDIR} ${WRKSRC}/test/c3dTestFiles @${CP} `${FIND} ${WRKSRC} -name "*.c3d"` ${WRKSRC}/test/c3dTestFiles +# tests as of : 2 failed, 25 passed, 1 error in 4.17s, see https://github.com/pyomeca/ezc3d/issues/368 + .include <bsd.port.mk> |