svn commit: r529123 - head/devel/py-trimesh

Antoine Brodin antoine at FreeBSD.org
Wed Mar 25 20:07:55 UTC 2020


Author: antoine
Date: Wed Mar 25 20:07:46 2020
New Revision: 529123
URL: https://svnweb.freebsd.org/changeset/ports/529123

Log:
  Unbreak bulk -a harder, graphics/py-pyglet is only available for python:3.5+

Modified:
  head/devel/py-trimesh/Makefile

Modified: head/devel/py-trimesh/Makefile
==============================================================================
--- head/devel/py-trimesh/Makefile	Wed Mar 25 20:06:19 2020	(r529122)
+++ head/devel/py-trimesh/Makefile	Wed Mar 25 20:07:46 2020	(r529123)
@@ -36,7 +36,7 @@ NEEDED_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scipy>0:science
 BUILD_DEPENDS=	${NEEDED_DEPENDS}
 RUN_DEPENDS=	${NEEDED_DEPENDS}
 
-USES=		compiler:c++11-lang python
+USES=		compiler:c++11-lang python:3.5+
 
 USE_PYTHON=	distutils autoplist concurrent
 


More information about the svn-ports-all mailing list