Date: Tue, 21 Sep 2021 03:52:22 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: 25369966be5d - main - graphics/py-pygeos: Update to 0.10.2 Message-ID: <202109210352.18L3qMx8034235@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=25369966be5d155d2c682f96ef21776029066714 commit 25369966be5d155d2c682f96ef21776029066714 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-21 03:13:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-21 03:44:47 +0000 graphics/py-pygeos: Update to 0.10.2 Changes: https://github.com/pygeos/pygeos/releases https://github.com/pygeos/pygeos/blob/master/CHANGELOG.rst --- graphics/py-pygeos/Makefile | 5 ++--- graphics/py-pygeos/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/graphics/py-pygeos/Makefile b/graphics/py-pygeos/Makefile index ad444459faa4..70c6d1ffe387 100644 --- a/graphics/py-pygeos/Makefile +++ b/graphics/py-pygeos/Makefile @@ -1,8 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= pygeos -PORTVERSION= 0.10 -PORTREVISION= 1 +PORTVERSION= 0.10.2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,6 +21,6 @@ USES= python:3.6+ USE_PYTHON= autoplist concurrent cython distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pygeos/*.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include <bsd.port.mk> diff --git a/graphics/py-pygeos/distinfo b/graphics/py-pygeos/distinfo index 7384b4676ecb..699eac01e7c0 100644 --- a/graphics/py-pygeos/distinfo +++ b/graphics/py-pygeos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621699727 -SHA256 (pygeos-0.10.tar.gz) = 8ad4703cf8f983a6878a885765be975709a2fe300e54bc6c8623ddbca4903b6c -SIZE (pygeos-0.10.tar.gz) = 106616 +TIMESTAMP = 1632037180 +SHA256 (pygeos-0.10.2.tar.gz) = 08cd7fe047a7d7f9f94eaa9a65e0b4fd4057ffebc15e6179a0290a9576a0bbbc +SIZE (pygeos-0.10.2.tar.gz) = 127320
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109210352.18L3qMx8034235>