diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-11-14 17:52:59 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-11-14 17:52:59 +0000 |
commit | 4e83b76f361a80f20a6fdca91f8ed80d2370185b (patch) | |
tree | c8e2d6b956067e3e1a685ff0b490f18966dd3045 /math/py-PuLP | |
parent | 87d279f583624adc991a536ab127640e9c82730c (diff) | |
download | ports-4e83b76f361a80f20a6fdca91f8ed80d2370185b.tar.gz ports-4e83b76f361a80f20a6fdca91f8ed80d2370185b.zip |
Notes
Diffstat (limited to 'math/py-PuLP')
-rw-r--r-- | math/py-PuLP/Makefile | 4 | ||||
-rw-r--r-- | math/py-PuLP/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/py-PuLP/Makefile b/math/py-PuLP/Makefile index 7298a92ac634..a5819651b628 100644 --- a/math/py-PuLP/Makefile +++ b/math/py-PuLP/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= PuLP -DISTVERSION= 2.3 +DISTVERSION= 2.3.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= LP modeler written in python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amply>=0.1.2:math/py-amply@${PY_FLAVOR} \ cbc:math/cbc \ glpsol:math/glpk diff --git a/math/py-PuLP/distinfo b/math/py-PuLP/distinfo index daffa5bc255f..34cc59a114b8 100644 --- a/math/py-PuLP/distinfo +++ b/math/py-PuLP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1596642984 -SHA256 (PuLP-2.3.tar.gz) = 9d8ecf532868cc31fa9ff59ee5d5b2049600c5c902c18c794a2bad677c1f92e5 -SIZE (PuLP-2.3.tar.gz) = 1392791 +TIMESTAMP = 1605375553 +SHA256 (PuLP-2.3.1.tar.gz) = 5bbe53f854fb3b689e4faacac5bdb5fa576cb270fc12c78edef827dd46a4fb50 +SIZE (PuLP-2.3.1.tar.gz) = 1393564 |