graphics/py-pygeos: Update to 0.10.2
Changes: https://github.com/pygeos/pygeos/releases https://github.com/pygeos/pygeos/blob/master/CHANGELOG.rst
This commit is contained in:
parent
488d8ab467
commit
25369966be
2 changed files with 5 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
|
||||||
PORTNAME= pygeos
|
PORTNAME= pygeos
|
||||||
PORTVERSION= 0.10
|
PORTVERSION= 0.10.2
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= graphics python
|
CATEGORIES= graphics python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -22,6 +21,6 @@ USES= python:3.6+
|
||||||
USE_PYTHON= autoplist concurrent cython distutils
|
USE_PYTHON= autoplist concurrent cython distutils
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pygeos/*.so
|
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1621699727
|
TIMESTAMP = 1632037180
|
||||||
SHA256 (pygeos-0.10.tar.gz) = 8ad4703cf8f983a6878a885765be975709a2fe300e54bc6c8623ddbca4903b6c
|
SHA256 (pygeos-0.10.2.tar.gz) = 08cd7fe047a7d7f9f94eaa9a65e0b4fd4057ffebc15e6179a0290a9576a0bbbc
|
||||||
SIZE (pygeos-0.10.tar.gz) = 106616
|
SIZE (pygeos-0.10.2.tar.gz) = 127320
|
||||||
|
|
Loading…
Reference in a new issue