From owner-svn-ports-all@freebsd.org Fri Jan 26 22:57:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F645ECE241; Fri, 26 Jan 2018 22:57:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FC4269CCC; Fri, 26 Jan 2018 22:57:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2683C21D8F; Fri, 26 Jan 2018 22:57:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0QMvAGE056116; Fri, 26 Jan 2018 22:57:10 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0QMvAZj056114; Fri, 26 Jan 2018 22:57:10 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201801262257.w0QMvAZj056114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 26 Jan 2018 22:57:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460059 - head/cad/py-lcapy X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/cad/py-lcapy X-SVN-Commit-Revision: 460059 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jan 2018 22:57:11 -0000 Author: yuri Date: Fri Jan 26 22:57:10 2018 New Revision: 460059 URL: https://svnweb.freebsd.org/changeset/ports/460059 Log: cad/py-lcapy: Added missing dependency science/py-scipy, etc. Additionally: * updated to the latest version * added USE_PYTHON=concurrent (for the executable) * labeled as compatible with all pythons PR: 210583 Submitted by: myself Approved by: tcberner (mentor) Differential Revision: D13894 Modified: head/cad/py-lcapy/Makefile head/cad/py-lcapy/distinfo Modified: head/cad/py-lcapy/Makefile ============================================================================== --- head/cad/py-lcapy/Makefile Fri Jan 26 22:53:35 2018 (r460058) +++ head/cad/py-lcapy/Makefile Fri Jan 26 22:57:10 2018 (r460059) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= lcapy -DISTVERSION= 40de0a2 +DISTVERSION= g20171202 +PORTEPOCH= 1 CATEGORIES= cad python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +13,14 @@ LICENSE= LGPL21 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${FLAVOR} -USES= python:2.7 -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= distutils concurrent autoplist USE_GITHUB= yes GH_ACCOUNT= mph- +GH_TAGNAME= 23c940f PORTEXAMPLES= netlists \ networks \ notebooks \ Modified: head/cad/py-lcapy/distinfo ============================================================================== --- head/cad/py-lcapy/distinfo Fri Jan 26 22:53:35 2018 (r460058) +++ head/cad/py-lcapy/distinfo Fri Jan 26 22:57:10 2018 (r460059) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463419670 -SHA256 (mph--lcapy-40de0a2_GH0.tar.gz) = 5588fe619ee409ab3727a1d38245b7a0cf493726f00679a0dff6f33a6a815055 -SIZE (mph--lcapy-40de0a2_GH0.tar.gz) = 976810 +TIMESTAMP = 1515814601 +SHA256 (mph--lcapy-g20171202-23c940f_GH0.tar.gz) = d80e74aa1a2a57d67c10e7d0da12a76855df695a7571e7d8ebbb1eafc7657da7 +SIZE (mph--lcapy-g20171202-23c940f_GH0.tar.gz) = 1057329