svn commit: r477599 - head/x11-toolkits/py-kivy

Antoine Brodin antoine at FreeBSD.org
Sun Aug 19 20:51:52 UTC 2018


Author: antoine
Date: Sun Aug 19 20:51:51 2018
New Revision: 477599
URL: https://svnweb.freebsd.org/changeset/ports/477599

Log:
  py-kivy doesn't support python 3

Modified:
  head/x11-toolkits/py-kivy/Makefile

Modified: head/x11-toolkits/py-kivy/Makefile
==============================================================================
--- head/x11-toolkits/py-kivy/Makefile	Sun Aug 19 20:32:47 2018	(r477598)
+++ head/x11-toolkits/py-kivy/Makefile	Sun Aug 19 20:51:51 2018	(r477599)
@@ -22,7 +22,7 @@ TEST_DEPENDS=	nosetests-${PYTHON_VER}:devel/py-nose@${
 MAKE_ENV=	KIVY_NO_CONFIG=yes KIVY_NO_FILELOG=yes USE_OPENGL_ES2=1 \
 		PYTHONPATH=${WRKSRC}
 
-USES=		display:test python:2.7+ shebangfix uniquefiles:dirs
+USES=		display:test python:2.7 shebangfix uniquefiles:dirs
 USE_GL=		egl gl glesv2
 USE_PYTHON=	autoplist concurrent cython distutils
 PYDISTUTILS_BUILD_TARGET=	build_ext


More information about the svn-ports-all mailing list