Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2018 04:42:30 +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: r482404 - head/math/py-yt
Message-ID:  <201810190442.w9J4gUpl060505@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810190442.w9J4gUpl060505>