From owner-dev-commits-ports-all@freebsd.org Fri Apr 23 20:40:15 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 146F95FEF16; Fri, 23 Apr 2021 20:40:15 +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 4FRmPq06c4z3KKx; Fri, 23 Apr 2021 20:40:15 +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 EAE0013D4E; Fri, 23 Apr 2021 20:40:14 +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 13NKeEwF067304; Fri, 23 Apr 2021 20:40:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13NKeEp0067300; Fri, 23 Apr 2021 20:40:14 GMT (envelope-from git) Date: Fri, 23 Apr 2021 20:40:14 GMT Message-Id: <202104232040.13NKeEp0067300@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: deb4a8f6e24a - main - math/py-ecos: Update 2.0.7 -> 2.0.8 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: deb4a8f6e24af3d9e878485ed16fe648e7b96f87 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: Fri, 23 Apr 2021 20:40:15 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=deb4a8f6e24af3d9e878485ed16fe648e7b96f87 commit deb4a8f6e24af3d9e878485ed16fe648e7b96f87 Author: Yuri Victorovich AuthorDate: 2021-04-23 20:22:39 +0000 Commit: Yuri Victorovich CommitDate: 2021-04-23 20:40:10 +0000 math/py-ecos: Update 2.0.7 -> 2.0.8 --- math/py-ecos/Makefile | 17 +++++++++++++---- math/py-ecos/distinfo | 8 +++++--- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/math/py-ecos/Makefile b/math/py-ecos/Makefile index a12fead4f9ff..231b43ed8f41 100644 --- a/math/py-ecos/Makefile +++ b/math/py-ecos/Makefile @@ -1,9 +1,7 @@ PORTNAME= ecos -DISTVERSION= 2.0.7 -PORTREVISION= 2 -DISTVERSIONSUFFIX= .post1 +DISTVERSION= 2.0.8 CATEGORIES= math python -MASTER_SITES= CHEESESHOP +#MASTER_SITES= CHEESESHOP # outdated on PyPI, use GitHub instead PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org @@ -19,4 +17,15 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= python:3.6+ USE_PYTHON= distutils autoplist +USE_GITHUB= yes +GH_ACCOUNT= embotech +GH_PROJECT= ecos-python +GH_TUPLE= embotech:ecos:v${DISTVERSION}:ecos/ecos + +pre-configure: + @${ECHO} "__version__=\"$(DISTVERSION)\"" > ${WRKSRC}/src/ecos/version.py + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ecos.so + .include diff --git a/math/py-ecos/distinfo b/math/py-ecos/distinfo index bc20f5faf647..65106958da3b 100644 --- a/math/py-ecos/distinfo +++ b/math/py-ecos/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1542569562 -SHA256 (ecos-2.0.7.post1.tar.gz) = 83e90f42b3f32e2a93f255c3cfad2da78dbd859119e93844c45d2fca20bdc758 -SIZE (ecos-2.0.7.post1.tar.gz) = 126583 +TIMESTAMP = 1619208483 +SHA256 (embotech-ecos-python-2.0.8_GH0.tar.gz) = 4715d97fa728c1446e2a68a3009f73325c79c509b25ad745d3756a397193d884 +SIZE (embotech-ecos-python-2.0.8_GH0.tar.gz) = 30898 +SHA256 (embotech-ecos-v2.0.8_GH0.tar.gz) = d905d16599efd927a75b29852c3476ff1ffd0b97ab27d5b8ad63bb4ff2ad8130 +SIZE (embotech-ecos-v2.0.8_GH0.tar.gz) = 1283274