From owner-svn-ports-all@freebsd.org Wed Jul 22 15:33:38 2020 Return-Path: Delivered-To: svn-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 2D49337FA0A; Wed, 22 Jul 2020 15:33:38 +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.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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BBfcy0SQkz4Lf1; Wed, 22 Jul 2020 15:33:38 +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 E68919468; Wed, 22 Jul 2020 15:33:37 +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 06MFXbhF057386; Wed, 22 Jul 2020 15:33:37 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06MFXbSh057384; Wed, 22 Jul 2020 15:33:37 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202007221533.06MFXbSh057384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 22 Jul 2020 15:33:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542865 - head/devel/py-qutip X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-qutip X-SVN-Commit-Revision: 542865 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.33 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: Wed, 22 Jul 2020 15:33:38 -0000 Author: yuri Date: Wed Jul 22 15:33:37 2020 New Revision: 542865 URL: https://svnweb.freebsd.org/changeset/ports/542865 Log: devel/py-qutip: Update 4.5.1 -> 4.5.2 Modified: head/devel/py-qutip/Makefile head/devel/py-qutip/distinfo Modified: head/devel/py-qutip/Makefile ============================================================================== --- head/devel/py-qutip/Makefile Wed Jul 22 15:18:01 2020 (r542864) +++ head/devel/py-qutip/Makefile Wed Jul 22 15:33:37 2020 (r542865) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qutip -DISTVERSION= 4.5.1 +DISTVERSION= 4.5.2 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,19 +10,17 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Quantum toolbox in python LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 - BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mayavi>0:graphics/py-mayavi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} +# the optional graphics/py-mayavi dependency is omitted because it is python-2.7 -only -USES= python:2.7 # 2.7 because of graphics/py-mayavi +USES= python USE_PYTHON= distutils cython cython_run autoplist post-patch: # https://github.com/qutip/qutip/issues/1059 Modified: head/devel/py-qutip/distinfo ============================================================================== --- head/devel/py-qutip/distinfo Wed Jul 22 15:18:01 2020 (r542864) +++ head/devel/py-qutip/distinfo Wed Jul 22 15:33:37 2020 (r542865) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590271245 -SHA256 (qutip-4.5.1.tar.gz) = 687e216aaeafdbbc47b61d7b210c0f07206e73c28afd987473cf6b292a6101cb -SIZE (qutip-4.5.1.tar.gz) = 4915253 +TIMESTAMP = 1595272441 +SHA256 (qutip-4.5.2.tar.gz) = 56a39a1a948d8e2fe7568e96cac73aafbfc0437cd9f89a4ad946fa1e3d2f3fa2 +SIZE (qutip-4.5.2.tar.gz) = 3402971