Date: Mon, 19 Feb 2018 19:52:39 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462343 - head/math/py-yt Message-ID: <201802191952.w1JJqdVl006895@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802191952.w1JJqdVl006895>