From owner-dev-commits-ports-all@freebsd.org Mon Aug 16 07:06:39 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5895F66E74C; Mon, 16 Aug 2021 07:06:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gp4vz1LF3z3KFq; Mon, 16 Aug 2021 07:06:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0629524C7B; Mon, 16 Aug 2021 07:06:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17G76cNn009179; Mon, 16 Aug 2021 07:06:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17G76cNm009178; Mon, 16 Aug 2021 07:06:38 GMT (envelope-from git) Date: Mon, 16 Aug 2021 07:06:38 GMT Message-Id: <202108160706.17G76cNm009178@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: be5434a41a63 - main - math/py-PuLP: Update 2.4 -> 2.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: be5434a41a6341493300224226f952efd75daa36 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2021 07:06:39 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=be5434a41a6341493300224226f952efd75daa36 commit be5434a41a6341493300224226f952efd75daa36 Author: Yuri Victorovich AuthorDate: 2021-08-16 07:06:05 +0000 Commit: Yuri Victorovich CommitDate: 2021-08-16 07:06:31 +0000 math/py-PuLP: Update 2.4 -> 2.5.0 --- math/py-PuLP/Makefile | 6 +++++- math/py-PuLP/distinfo | 6 +++--- math/py-PuLP/files/patch-pulp_apis_core.py | 7 ------- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/math/py-PuLP/Makefile b/math/py-PuLP/Makefile index ae2cde85bb2c..2048adc6be87 100644 --- a/math/py-PuLP/Makefile +++ b/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} @@ -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 diff --git a/math/py-PuLP/distinfo b/math/py-PuLP/distinfo index daf041f9aa0a..46117392accd 100644 --- a/math/py-PuLP/distinfo +++ b/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 diff --git a/math/py-PuLP/files/patch-pulp_apis_core.py b/math/py-PuLP/files/patch-pulp_apis_core.py index e176f80d8e29..267541f62fab 100644 --- a/math/py-PuLP/files/patch-pulp_apis_core.py +++ b/math/py-PuLP/files/patch-pulp_apis_core.py @@ -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