Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2018 12:38:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459514 - head/devel/py-enum34
Message-ID:  <201801201238.w0KCc5A3002198@repo.freebsd.org>

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



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