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

Martin Wilke miwi at FreeBSD.org
Fri Feb 17 10:45:45 UTC 2017


Author: miwi
Date: Fri Feb 17 10:45:43 2017
New Revision: 434277
URL: https://svnweb.freebsd.org/changeset/ports/434277

Log:
  - Update to 3.3.4
  
  PR:             217101
  Submitted by:	Yuri Victorovich (maintainer)

Modified:
  head/math/py-yt/Makefile
  head/math/py-yt/distinfo

Modified: head/math/py-yt/Makefile
==============================================================================
--- head/math/py-yt/Makefile	Fri Feb 17 10:02:35 2017	(r434276)
+++ head/math/py-yt/Makefile	Fri Feb 17 10:45:43 2017	(r434277)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yt
-PORTVERSION=	3.3.3
+PORTVERSION=	3.3.4
 CATEGORIES=	math astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,10 +29,4 @@ post-patch:
 	@${REINPLACE_CMD} -e "s|\['-fopenmp', filename\]|['-I${LOCALBASE}/include', '-L${LOCALBASE}/lib', '-lm', '-fopenmp', filename]|" \
 		${WRKSRC}/setupext.py
 
-post-install:
-	# workaround for the bug https://bitbucket.org/yt_analysis/yt/issues/1296
-	@${ECHO} "${PYTHON_SITELIBDIR}/yt/__hg_version__.py" >> ${_PYTHONPKGLIST}
-	@${ECHO} "${PYTHON_SITELIBDIR}/yt/__hg_version__.pyc" >> ${_PYTHONPKGLIST}
-	@${ECHO} "${PYTHON_SITELIBDIR}/yt/__hg_version__.pyo" >> ${_PYTHONPKGLIST}
-
 .include <bsd.port.mk>

Modified: head/math/py-yt/distinfo
==============================================================================
--- head/math/py-yt/distinfo	Fri Feb 17 10:02:35 2017	(r434276)
+++ head/math/py-yt/distinfo	Fri Feb 17 10:45:43 2017	(r434277)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1482742193
-SHA256 (yt-3.3.3.tar.gz) = edf6453927eee311d4b51afacb52cd5504b2b57cc6d3d92dab9c6bfaf6d883df
-SIZE (yt-3.3.3.tar.gz) = 8911901
+TIMESTAMP = 1487050399
+SHA256 (yt-3.3.4.tar.gz) = 64c109ba4baf5afc0e1bc276ed2e3de13f1c5ce85c6d8b4c60e9a47c54bf3bcb
+SIZE (yt-3.3.4.tar.gz) = 8913821


More information about the svn-ports-all mailing list