1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

graphics/py-pygeos: Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2021-09-19 13:30:31 +08:00
parent ca07424580
commit 892f901e71
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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>