svn commit: r469459 - head/graphics/py-traitsui

Antoine Brodin antoine at FreeBSD.org
Wed May 9 17:57:13 UTC 2018


Author: antoine
Date: Wed May  9 17:57:12 2018
New Revision: 469459
URL: https://svnweb.freebsd.org/changeset/ports/469459

Log:
  Remove python3 support, it's not ready yet
  
  With hat:	portmgr

Modified:
  head/graphics/py-traitsui/Makefile

Modified: head/graphics/py-traitsui/Makefile
==============================================================================
--- head/graphics/py-traitsui/Makefile	Wed May  9 17:51:41 2018	(r469458)
+++ head/graphics/py-traitsui/Makefile	Wed May  9 17:57:12 2018	(r469459)
@@ -19,7 +19,7 @@ LICENSE_FILE_EPL=	${WRKSRC}/image_LICENSE_Eclipse.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}apptools>=4.3.0:devel/py-apptools@${FLAVOR}
 
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list