Skip to content

Commit

Permalink
math/py-PySCIPOpt: Update 4.2.0 → 4.3.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Mar 19, 2023
1 parent 39e991b commit a4b8341
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
13 changes: 9 additions & 4 deletions math/py-PySCIPOpt/Makefile
@@ -1,8 +1,8 @@
PORTNAME= PySCIPOpt
DISTVERSION= 4.2.0
PORTREVISION= 1
DISTVERSIONPREFIX= v
DISTVERSION= 4.3.0
CATEGORIES= math python
MASTER_SITES= PYPI
#MASTER_SITES= PYPI # no tests
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -14,7 +14,12 @@ LICENSE= MIT
LIB_DEPENDS= libscip.so:math/SCIP

USES= localbase python:3.6+
USE_PYTHON= distutils cython autoplist
USE_PYTHON= distutils cython autoplist pytest

USE_GITHUB= yes
GH_ACCOUNT= scipopt

TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyscipopt/scip*.so
Expand Down
6 changes: 3 additions & 3 deletions math/py-PySCIPOpt/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1652027325
SHA256 (PySCIPOpt-4.2.0.tar.gz) = c9ac57a996ad2f9d53bdd354134fb081c1bb3ed9bb5b9ed348c8f80f6161d4ec
SIZE (PySCIPOpt-4.2.0.tar.gz) = 661194
TIMESTAMP = 1679207677
SHA256 (scipopt-PySCIPOpt-v4.3.0_GH0.tar.gz) = f2c71fdf9cdf4bbe2bdb3f26a1e3f5eb6d7a95e0c3dd6b7b31d4d5a910a191b2
SIZE (scipopt-PySCIPOpt-v4.3.0_GH0.tar.gz) = 213335

0 comments on commit a4b8341

Please sign in to comment.