From owner-svn-ports-all@freebsd.org Fri Oct 19 04:42:30 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 AEF59FCD790; Fri, 19 Oct 2018 04:42:30 +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 64B898E41D; Fri, 19 Oct 2018 04:42:30 +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 5FB8A1FE6; Fri, 19 Oct 2018 04:42:30 +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 w9J4gU8G060507; Fri, 19 Oct 2018 04:42:30 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9J4gUpl060505; Fri, 19 Oct 2018 04:42:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810190442.w9J4gUpl060505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 19 Oct 2018 04:42:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482404 - head/math/py-yt X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-yt X-SVN-Commit-Revision: 482404 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.29 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, 19 Oct 2018 04:42:30 -0000 Author: yuri Date: Fri Oct 19 04:42:29 2018 New Revision: 482404 URL: https://svnweb.freebsd.org/changeset/ports/482404 Log: math/py-yt: Update 3.4.1 -> 3.5.0 Reported by: portscout Modified: head/math/py-yt/Makefile head/math/py-yt/distinfo Modified: head/math/py-yt/Makefile ============================================================================== --- head/math/py-yt/Makefile Fri Oct 19 04:23:10 2018 (r482403) +++ head/math/py-yt/Makefile Fri Oct 19 04:42:29 2018 (r482404) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= yt -DISTVERSION= 3.4.1 -PORTREVISION= 2 +DISTVERSION= 3.5.0 CATEGORIES= math astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,13 +15,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyembree>0:graphics/py-pyembree@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} \ +LIB_DEPENDS= libembree.so:graphics/embree \ + libomp.so:devel/openmp +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=1.0:math/py-sympy@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyembree>0:graphics/py-pyembree@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.3:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython5>=1.0:devel/ipython5@${PY_FLAVOR} -LIB_DEPENDS= libembree.so:graphics/embree \ - libomp.so:devel/openmp USES= dos2unix localbase python USE_PYTHON= distutils cython autoplist concurrent Modified: head/math/py-yt/distinfo ============================================================================== --- head/math/py-yt/distinfo Fri Oct 19 04:23:10 2018 (r482403) +++ head/math/py-yt/distinfo Fri Oct 19 04:42:29 2018 (r482404) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519057854 -SHA256 (yt-3.4.1.tar.gz) = a4cfc47fe21683e7a3b680c05fe2a25fb774ffda6e3939a35755e5bf64065895 -SIZE (yt-3.4.1.tar.gz) = 10141725 +TIMESTAMP = 1539846194 +SHA256 (yt-3.5.0.tar.gz) = ee4bf8349f02ce21f571654c26d85c1f69d9678fc8f5c7cfe5d1686c7ed2e3ca +SIZE (yt-3.5.0.tar.gz) = 10417638