Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2019 12:56:20 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511574 - in head: . graphics graphics/py-pyembree math math/py-yt
Message-ID:  <201909081256.x88CuK76061452@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Sep  8 12:56:20 2019
New Revision: 511574
URL: https://svnweb.freebsd.org/changeset/ports/511574

Log:
  Resurrect graphics/py-pyembree and math/py-yt now that graphics/embree is fixed.
  
  PR:		240117 (related)
  Submitted by:	FreeBSD@ShaneWare.Biz

Added:
  head/graphics/py-pyembree/
     - copied from r511179, head/graphics/py-pyembree/
  head/math/py-yt/
     - copied from r511179, head/math/py-yt/
Modified:
  head/MOVED
  head/graphics/Makefile
  head/graphics/py-pyembree/Makefile
  head/math/Makefile
  head/math/py-yt/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Sep  8 12:51:55 2019	(r511573)
+++ head/MOVED	Sun Sep  8 12:56:20 2019	(r511574)
@@ -12923,7 +12923,6 @@ emulators/qemu2||2019-09-05|Has expired: Latest 3.X br
 games/asc||2019-09-05|Has expired: Broken for more than 6 months
 games/slade||2019-09-05|Has expired: Broken for more than 6 months
 graphics/gimp-wavelet-decompose-plugin||2019-09-05|Has expired: Broken for more than 6 months
-graphics/py-pyembree||2019-09-05|Has expired: Depends on expiring graphics/embree
 irc/irssi-otr||2019-09-05|Has expired: Broken for more than 6 months
 mail/p5-Mail-ClamAV||2019-09-05|Has expired: Broken for more than 6 months
 mail/qmail-ldap||2019-09-05|Has expired: Broken for more than 6 months
@@ -12936,7 +12935,6 @@ math/octave-forge-parallel||2019-09-05|Has expired: Br
 math/octave-forge-strings||2019-09-05|Has expired: Broken for more than 6 months
 math/octave-forge-tisean||2019-09-05|Has expired: Broken for more than 6 months
 math/octave-forge-video||2019-09-05|Has expired: Broken for more than 6 months
-math/py-yt||2019-09-05|Has expired: Depends on expiring graphics/embree
 misc/gnustep-examples||2019-09-05|Has expired: Broken for more than 6 months
 net/turses||2019-09-05|Has expired: Depends on expiring net/py-tweepy
 security/clamcour||2019-09-05|Has expired: Broken for more than 6 months

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Sep  8 12:51:55 2019	(r511573)
+++ head/graphics/Makefile	Sun Sep  8 12:56:20 2019	(r511574)
@@ -869,6 +869,7 @@
     SUBDIR += py-pycha
     SUBDIR += py-pycollada
     SUBDIR += py-pydot
+    SUBDIR += py-pyembree
     SUBDIR += py-pyepsg
     SUBDIR += py-pygal
     SUBDIR += py-pyganim

Modified: head/graphics/py-pyembree/Makefile
==============================================================================
--- head/graphics/py-pyembree/Makefile	Thu Sep  5 11:27:14 2019	(r511179)
+++ head/graphics/py-pyembree/Makefile	Sun Sep  8 12:56:20 2019	(r511574)
@@ -13,9 +13,6 @@ COMMENT=	Python wrapper for Embree
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Depends on expiring graphics/embree
-EXPIRATION_DATE=	2019-09-04
-
 BUILD_DEPENDS=	${PYNUMPY}
 LIB_DEPENDS=	libembree.so:graphics/embree
 RUN_DEPENDS=	${PYNUMPY}

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Sep  8 12:51:55 2019	(r511573)
+++ head/math/Makefile	Sun Sep  8 12:56:20 2019	(r511574)
@@ -784,6 +784,7 @@
     SUBDIR += py-uncertainties
     SUBDIR += py-vincenty
     SUBDIR += py-viper
+    SUBDIR += py-yt
     SUBDIR += py-z3-solver
     SUBDIR += qalculate
     SUBDIR += qd

Modified: head/math/py-yt/Makefile
==============================================================================
--- head/math/py-yt/Makefile	Thu Sep  5 11:27:14 2019	(r511179)
+++ head/math/py-yt/Makefile	Sun Sep  8 12:56:20 2019	(r511574)
@@ -14,9 +14,6 @@ COMMENT=	Analysis and visualization toolkit for volume
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
-DEPRECATED=	Depends on expiring graphics/embree
-EXPIRATION_DATE=	2019-09-04
-
 BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pyembree>0:graphics/py-pyembree@${PY_FLAVOR}
 LIB_DEPENDS=	libembree.so:graphics/embree \



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