diff options
Diffstat (limited to 'science/py-gemmi/Makefile')
-rw-r--r-- | science/py-gemmi/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/science/py-gemmi/Makefile b/science/py-gemmi/Makefile index 2aac5d8717f0..9e7f9f8d7544 100644 --- a/science/py-gemmi/Makefile +++ b/science/py-gemmi/Makefile @@ -1,12 +1,13 @@ PORTNAME= gemmi DISTVERSIONPREFIX= v -DISTVERSION= 0.7.1 +DISTVERSION= 0.7.3 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Macromolecular crystallography library and utilities -WWW= https://gemmi.readthedocs.io/en/latest/ +WWW= https://gemmi.readthedocs.io/en/latest/ \ + https://github.com/project-gemmi/gemmi LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -36,4 +37,6 @@ PLIST_SUB= VER=${PORTVERSION} do-test: @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m unittest discover -v tests/ +# tests as of 0.7.3: test 'test_syntax_error' fails with syntax error, see https://github.com/project-gemmi/gemmi/issues/384 + .include <bsd.port.mk> |