svn commit: r459514 - head/devel/py-enum34

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 20 12:38:06 UTC 2018


Author: sunpoet
Date: Sat Jan 20 12:38:05 2018
New Revision: 459514
URL: https://svnweb.freebsd.org/changeset/ports/459514

Log:
  Update USES=python usage
  
  With hat:	python

Modified:
  head/devel/py-enum34/Makefile

Modified: head/devel/py-enum34/Makefile
==============================================================================
--- head/devel/py-enum34/Makefile	Sat Jan 20 12:37:59 2018	(r459513)
+++ head/devel/py-enum34/Makefile	Sat Jan 20 12:38:05 2018	(r459514)
@@ -12,7 +12,7 @@ COMMENT=	Python 3.4 Enum backported to 3.3, 3.2, 3.1, 
 
 LICENSE=	BSD3CLAUSE
 
-USES?=		python:2.7-3.3
+USES?=		python:-3.3
 USE_PYTHON=	distutils autoplist
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list