diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-17 23:44:40 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-17 23:58:21 +0000 |
commit | 160929565d0bba7df8caceb471e98ad7b5988189 (patch) | |
tree | ebd91b6a59e510460bc4a52ce5c8d9c5bdb6d0c8 | |
parent | de9b5aa9d1d72878ae3437efbb7ef47289f1ca3f (diff) |
-rw-r--r-- | graphics/py-h3/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-h3/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/graphics/py-h3/Makefile b/graphics/py-h3/Makefile index 19ada687f886..a57f3dea7df6 100644 --- a/graphics/py-h3/Makefile +++ b/graphics/py-h3/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= h3 -PORTVERSION= 3.7.3 +PORTVERSION= 3.7.4 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -32,8 +32,6 @@ NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + - ${PYTHON_CMD} -m compileall -d ${PYTHON_SITELIBDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} - ${PYTHON_CMD} -O -m compileall -d ${PYTHON_SITELIBDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} do-test: cd ${WRKSRC} && ${SETENV} PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} ${PYTHON_CMD} -m pytest -rs -v diff --git a/graphics/py-h3/distinfo b/graphics/py-h3/distinfo index 24c117ce89df..b1a8ae91402e 100644 --- a/graphics/py-h3/distinfo +++ b/graphics/py-h3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623697066 -SHA256 (h3-3.7.3.tar.gz) = 75214450b89e5204d77700e01cf2d41a02d7cbfe9b9ca925727c52e18f91072e -SIZE (h3-3.7.3.tar.gz) = 17303722 +TIMESTAMP = 1650228794 +SHA256 (h3-3.7.4.tar.gz) = f8edf5a546b31afdcd801b60448ea890ce1ff418fb784335e1329519f13aa85e +SIZE (h3-3.7.4.tar.gz) = 178439 |