summaryrefslogtreecommitdiff
path: root/graphics/py-pygeos
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-19 13:30:31 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-19 14:00:20 +0800
commit892f901e717e7f6a238ffbc41ea4358082c7b3c7 (patch)
treecbc56b5186495ee46a5c868c9c8d0b4e2e22afb5 /graphics/py-pygeos
parentdevel/py-twine: Update to 3.4.2 (diff)
graphics/py-pygeos: Strip shared library
- Bump PORTREVISION for package change
Diffstat (limited to 'graphics/py-pygeos')
-rw-r--r--graphics/py-pygeos/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/py-pygeos/Makefile b/graphics/py-pygeos/Makefile
index d2c762f95d5e..ad444459faa4 100644
--- a/graphics/py-pygeos/Makefile
+++ b/graphics/py-pygeos/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pygeos
PORTVERSION= 0.10
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,4 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.13,1:math/py-numpy@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent cython distutils
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pygeos/*.so
+
.include <bsd.port.mk>