diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-03-11 05:45:00 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-03-11 05:45:00 +0000 |
commit | a98431cc82cd410a293445556b73a5769f391892 (patch) | |
tree | 3e042c5dcebba2b5a22ad8225e77c0aca6475816 /math | |
parent | 3f65764a409a3c1a8366d09ef33923c5239ee62d (diff) | |
download | ports-a98431cc82cd410a293445556b73a5769f391892.tar.gz ports-a98431cc82cd410a293445556b73a5769f391892.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/py-symcxx/Makefile | 8 | ||||
-rw-r--r-- | math/py-symcxx/distinfo | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/math/py-symcxx/Makefile b/math/py-symcxx/Makefile index 315f4254dc0a..e9ac9e1ea221 100644 --- a/math/py-symcxx/Makefile +++ b/math/py-symcxx/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= symcxx -DISTVERSION= 0.1.9 -PORTREVISION= 4 +DISTVERSION= 0.1.10 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +12,9 @@ COMMENT= Minimal symbolic manipulation python package written in C++ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 - RUN_DEPENDS= ${PYNUMPY} -USES= compiler:c++11-lang fortran python:-3.6 # fortran because otherwise "import numpy" fails with wrong libgcc_s.so message +USES= compiler:c++11-lang fortran python # fortran because otherwise "import numpy" fails with wrong libgcc_s.so message USE_PYTHON= distutils autoplist post-patch: diff --git a/math/py-symcxx/distinfo b/math/py-symcxx/distinfo index 014fc906bf04..a637758f77cf 100644 --- a/math/py-symcxx/distinfo +++ b/math/py-symcxx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522365597 -SHA256 (symcxx-0.1.9.tar.gz) = 5ac726823920f3b9880fa6e32845aa6fb3d6bd9baebfa0fea2181eb9ed8a27b8 -SIZE (symcxx-0.1.9.tar.gz) = 214680 +TIMESTAMP = 1583905137 +SHA256 (symcxx-0.1.10.tar.gz) = f200be30b278fb34998b2723e62b4142037299c6ede48f31a5c8183df055586a +SIZE (symcxx-0.1.10.tar.gz) = 220459 |