diff options
Diffstat (limited to 'misc/py-natten/Makefile')
-rw-r--r-- | misc/py-natten/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/misc/py-natten/Makefile b/misc/py-natten/Makefile index 3f4cf385219e..2b240d47bebb 100644 --- a/misc/py-natten/Makefile +++ b/misc/py-natten/Makefile @@ -1,6 +1,7 @@ PORTNAME= natten DISTVERSIONPREFIX= v -DISTVERSION= 0.20.1 +DISTVERSION= 0.21.0 +PORTREVISION= 1 CATEGORIES= misc python # machine-learning #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -39,13 +40,6 @@ post-install: ${STAGEDIR}${PYTHON_SITELIBDIR}/cmake_install.cmake \ ${STAGEDIR}${PYTHON_SITELIBDIR}/Makefile -# tests as of 0.17.4: -# Results (35.54s): -# 24 passed -# 2 failed -# - .:? -# - .:? -# 12 xfailed -# 59 skipped +# tests as of 0.21.0: 1 passed, 55 skipped, 1 warning in 14.76s .include <bsd.port.mk> |