summaryrefslogtreecommitdiff
path: root/graphics/py-vispy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-vispy/Makefile')
-rw-r--r--graphics/py-vispy/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/py-vispy/Makefile b/graphics/py-vispy/Makefile
index 99227b9a8052..23511cc3beee 100644
--- a/graphics/py-vispy/Makefile
+++ b/graphics/py-vispy/Makefile
@@ -1,12 +1,13 @@
PORTNAME= vispy
-DISTVERSION= 0.14.3
+DISTVERSION= 0.15.2
CATEGORIES= graphics science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= High-performance interactive 2D/3D data visualization library
-WWW= https://vispy.org/
+WWW= https://vispy.org/ \
+ https://github.com/vispy/vispy
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
@@ -27,6 +28,6 @@ USE_PYTHON= autoplist cython3 pep517 pytest # pytest crashes on some tests, and
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/vispy/visuals/text/_sdf_cpu${PYTHON_EXT_SUFFIX}.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/vispy/visuals/text/_sdf_cpu${PYTHON_TAG}.so
.include <bsd.port.mk>