From owner-svn-ports-all@freebsd.org Mon Feb 19 19:52:40 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 80DE9F1ED7A; Mon, 19 Feb 2018 19:52:40 +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 2EBDE87F84; Mon, 19 Feb 2018 19:52:40 +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 29AE71F09A; Mon, 19 Feb 2018 19:52:40 +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 w1JJqesx006897; Mon, 19 Feb 2018 19:52:40 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1JJqdVl006895; Mon, 19 Feb 2018 19:52:39 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802191952.w1JJqdVl006895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 19 Feb 2018 19:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462343 - 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: 462343 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: Mon, 19 Feb 2018 19:52:40 -0000 Author: yuri Date: Mon Feb 19 19:52:39 2018 New Revision: 462343 URL: https://svnweb.freebsd.org/changeset/ports/462343 Log: math/py-yt: Update to 3.4.1 Additional port changes: * Changed to DISTVERSION * Updated MAINTAINER * Now supports all python versions * Added USE_PYTHON=concurrent Reported by: portscout Approved by: tcberner (mentor, implicit) Modified: head/math/py-yt/Makefile head/math/py-yt/distinfo Modified: head/math/py-yt/Makefile ============================================================================== --- head/math/py-yt/Makefile Mon Feb 19 18:23:31 2018 (r462342) +++ head/math/py-yt/Makefile Mon Feb 19 19:52:39 2018 (r462343) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= yt -PORTVERSION= 3.4.0 +DISTVERSION= 3.4.1 CATEGORIES= math astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Analysis and visualization toolkit for volumetric data LICENSE= BSD3CLAUSE @@ -23,8 +23,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sy LIB_DEPENDS= libembree.so:graphics/embree \ libomp.so:devel/openmp -USES= dos2unix localbase python:2.7 -USE_PYTHON= autoplist distutils cython +USES= dos2unix localbase python +USE_PYTHON= distutils cython autoplist concurrent post-patch: @${REINPLACE_CMD} -e "s|check_for_pyembree() is not None|True|; s|check_for_openmp() is True|True|" \ Modified: head/math/py-yt/distinfo ============================================================================== --- head/math/py-yt/distinfo Mon Feb 19 18:23:31 2018 (r462342) +++ head/math/py-yt/distinfo Mon Feb 19 19:52:39 2018 (r462343) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502536922 -SHA256 (yt-3.4.0.tar.gz) = de52057d1677473a83961d8a1119a9beae3121ec69a4a5469c65348a75096d4c -SIZE (yt-3.4.0.tar.gz) = 9989933 +TIMESTAMP = 1519057854 +SHA256 (yt-3.4.1.tar.gz) = a4cfc47fe21683e7a3b680c05fe2a25fb774ffda6e3939a35755e5bf64065895 +SIZE (yt-3.4.1.tar.gz) = 10141725