diff --git a/science/py-gsd/Makefile b/science/py-gsd/Makefile index e24ad6b6693f..f5a081b5de46 100644 --- a/science/py-gsd/Makefile +++ b/science/py-gsd/Makefile @@ -1,27 +1,30 @@ PORTNAME= gsd -DISTVERSION= 3.1.1 +DISTVERSION= 3.3.2 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= GSD (General Simulation Data) file format for Python WWW= https://bitbucket.org/glotzer/gsd/wiki/Home LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} USES= python USE_PYTHON= distutils cython autoplist pytest TEST_WRKSRC= ${WRKSRC}/gsd/test #TEST_ARGS= --pyargs gsd -p gsd.pytest_plugin_validate --validate # enable this line to run longer tests, see https://gsd.readthedocs.io/en/v2.6.0/installation.html#run-tests TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} +post-extract: # force cythonization because pre-cythonized fl.c fails to complile + @${RM} ${WRKSRC}/gsd/fl.c + post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/gsd/fl*.so .include diff --git a/science/py-gsd/distinfo b/science/py-gsd/distinfo index e569dac5dbb4..9defdd9fc5b8 100644 --- a/science/py-gsd/distinfo +++ b/science/py-gsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691124594 -SHA256 (gsd-3.1.1.tar.gz) = 6802b79d7f078536faf5a96ac300518613dd285cf3bc21ed81e1f2d0f7155bf5 -SIZE (gsd-3.1.1.tar.gz) = 174849 +TIMESTAMP = 1726475033 +SHA256 (gsd-3.3.2.tar.gz) = 7e0171c4ed3b5c5804ad5590ed06e8ef0f975162c0fc81b3395df32bd68f9dbe +SIZE (gsd-3.3.2.tar.gz) = 182317