Skip to content

Commit

Permalink
graphics/py-rasterio: Strip shared library
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Sep 19, 2021
1 parent 892f901 commit dbe4e65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions graphics/py-rasterio/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= rasterio
PORTVERSION= 1.2.6
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down Expand Up @@ -34,4 +35,7 @@ S3_DESC= Amazon S3 support
PLOT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
S3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.2.4:www/py-boto3@${PY_FLAVOR}

post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rasterio/*.so

.include <bsd.port.mk>

0 comments on commit dbe4e65

Please sign in to comment.