svn commit: r429345 - head/devel/py3-py

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 24 13:03:45 UTC 2016


Author: sunpoet
Date: Sat Dec 24 13:03:43 2016
New Revision: 429345
URL: https://svnweb.freebsd.org/changeset/ports/429345

Log:
  - Use USES=python3.3+

Modified:
  head/devel/py3-py/Makefile

Modified: head/devel/py3-py/Makefile
==============================================================================
--- head/devel/py3-py/Makefile	Sat Dec 24 13:03:39 2016	(r429344)
+++ head/devel/py3-py/Makefile	Sat Dec 24 13:03:43 2016	(r429345)
@@ -2,6 +2,6 @@
 
 MASTERDIR=	${.CURDIR}/../py-py
 
-USES=		python:3.2+
+USES=		python:3.3+
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list