Date: Mon, 18 Apr 2022 00:02:06 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 160929565d0b - main - graphics/py-h3: Update to 3.7.4 Message-ID: <202204180002.23I026BQ044516@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=160929565d0bba7df8caceb471e98ad7b5988189 commit 160929565d0bba7df8caceb471e98ad7b5988189 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:44:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:58:21 +0000 graphics/py-h3: Update to 3.7.4 Changes: https://github.com/uber/h3-py/releases --- graphics/py-h3/Makefile | 4 +--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204180002.23I026BQ044516>