git: 25369966be5d - main - graphics/py-pygeos: Update to 0.10.2
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 21 03:52:33 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=25369966be5d155d2c682f96ef21776029066714
commit 25369966be5d155d2c682f96ef21776029066714
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 03:13:10 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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 at 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
More information about the dev-commits-ports-all
mailing list