Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2018 17:57:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469459 - head/graphics/py-traitsui
Message-ID:  <201805091757.w49HvCWf089005@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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