diff options
| author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-05-08 05:20:17 +0000 |
|---|---|---|
| committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-05-08 05:20:17 +0000 |
| commit | e6fbd49bdcd076df0a51cd40c2a83372178f5b90 (patch) | |
| tree | 08f063767bd875ffc687faca3cfbcc1fd1ebfca2 /math/py-kiwisolver | |
| parent | 9594a13c99711fc29545d9a86952a49eec43a201 (diff) | |
Notes
Diffstat (limited to 'math/py-kiwisolver')
| -rw-r--r-- | math/py-kiwisolver/Makefile | 9 | ||||
| -rw-r--r-- | math/py-kiwisolver/distinfo | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/math/py-kiwisolver/Makefile b/math/py-kiwisolver/Makefile index 924fe7d524dd..b79ae9ff471e 100644 --- a/math/py-kiwisolver/Makefile +++ b/math/py-kiwisolver/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kiwisolver -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,12 @@ COMMENT= Fast implementation of the Cassowary constraint solver LICENSE= BSD3CLAUSE -USES= python +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cppy>=1.1.0:devel/py-cppy@${PY_FLAVOR} + +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}.so + .include <bsd.port.mk> diff --git a/math/py-kiwisolver/distinfo b/math/py-kiwisolver/distinfo index f8e8c43da777..d3802ffb3479 100644 --- a/math/py-kiwisolver/distinfo +++ b/math/py-kiwisolver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556631212 -SHA256 (kiwisolver-1.1.0.tar.gz) = 53eaed412477c836e1b9522c19858a8557d6e595077830146182225613b11a75 -SIZE (kiwisolver-1.1.0.tar.gz) = 30847 +TIMESTAMP = 1586581890 +SHA256 (kiwisolver-1.2.0.tar.gz) = 247800260cd38160c362d211dcaf4ed0f7816afb5efe56544748b21d6ad6d17f +SIZE (kiwisolver-1.2.0.tar.gz) = 52090 |
