Skip to content

Commit

Permalink
math/py-PuLP: Update 2.4 -> 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Aug 16, 2021
1 parent 92a8d05 commit be5434a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
6 changes: 5 additions & 1 deletion math/py-PuLP/Makefile
@@ -1,5 +1,5 @@
PORTNAME= PuLP
DISTVERSION= 2.4
DISTVERSION= 2.5.0
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -23,4 +23,8 @@ post-patch:
@${CP} ${WRKSRC}/pulp/pulp.cfg.linux ${WRKSRC}/pulp/pulp.cfg.freebsd
@${REINPLACE_CMD} -E 's/^(CplexPath|PulpCbcPath) = .*/#&/' ${WRKSRC}/pulp/pulp.cfg.freebsd

do-test: install # one test is known to fail: https://github.com/coin-or/pulp/issues/472
@cd ${TEST_WRKSRC} && py.test


.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions math/py-PuLP/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1608514274
SHA256 (PuLP-2.4.tar.gz) = b2aff10989b3692e3a59301a0cb0acddeb25dcea378f8804c86007075eae55b5
SIZE (PuLP-2.4.tar.gz) = 1395471
TIMESTAMP = 1629096882
SHA256 (PuLP-2.5.0.tar.gz) = 5dc7d76bfb1da06ac048066ced75603340d0d7ba8a7dbfce4040d6f126eda0d5
SIZE (PuLP-2.5.0.tar.gz) = 1391143
7 changes: 0 additions & 7 deletions math/py-PuLP/files/patch-pulp_apis_core.py
Expand Up @@ -10,10 +10,3 @@
else:
operating_system = "linux"
PULPCFGFILE += ".linux"
@@ -375,4 +378,4 @@ try:
return cList
except(ImportError):
def ctypesArrayFill(myList, type = None):
- return None
\ No newline at end of file
+ return None

0 comments on commit be5434a

Please sign in to comment.