diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-14 07:53:20 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-14 08:37:17 +0000 |
commit | 3a2fd5408fd43632bafe38cfec28f73a16284d9e (patch) | |
tree | 288ac272161559ca0f51c6e1e32b98e8b53d5a10 /math | |
parent | 6e09c88a0e456519a083ae3ecb83278aeddd4f0b (diff) | |
download | ports-3a2fd5408fd43632bafe38cfec28f73a16284d9e.tar.gz ports-3a2fd5408fd43632bafe38cfec28f73a16284d9e.zip |
math/py-scs: Update 2.1.2 -> 2.1.3
Reported by: portscout
Diffstat (limited to 'math')
-rw-r--r-- | math/py-scs/Makefile | 6 | ||||
-rw-r--r-- | math/py-scs/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/math/py-scs/Makefile b/math/py-scs/Makefile index 8270a4d47b15..884a81cb307a 100644 --- a/math/py-scs/Makefile +++ b/math/py-scs/Makefile @@ -1,5 +1,5 @@ PORTNAME= scs -DISTVERSION= 2.1.2 +DISTVERSION= 2.1.3 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,6 +8,7 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Splitting conic solver for Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} \ @@ -19,4 +20,7 @@ USE_PYTHON= distutils autoplist CONFIGURE_ENV= BLAS_LAPACK_LIBS="openblas" MAKE_ENV= ${CONFIGURE_ENV} +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_scs_*.so + .include <bsd.port.mk> diff --git a/math/py-scs/distinfo b/math/py-scs/distinfo index 774d05f2647a..13202a2735b3 100644 --- a/math/py-scs/distinfo +++ b/math/py-scs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605074110 -SHA256 (scs-2.1.2.tar.gz) = 667ed6019bb4e2f925bd9291161d2c61cc0077443094437b703ea905333fd585 -SIZE (scs-2.1.2.tar.gz) = 3544065 +TIMESTAMP = 1618386064 +SHA256 (scs-2.1.3.tar.gz) = 7c9ca6730638abcbd004909e7f4816b9e2c1486d3e864b1a26261ca84002cbf0 +SIZE (scs-2.1.3.tar.gz) = 147120 |