svn commit: r462343 - head/math/py-yt

Yuri Victorovich yuri at FreeBSD.org
Mon Feb 19 19:52:40 UTC 2018


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 at rawbw.com
+MAINTAINER=	yuri at 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


More information about the svn-ports-head mailing list