Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 2017 08:43:39 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436325 - in head: misc/py3-tqdm textproc/py3-texttable
Message-ID:  <201703170843.v2H8hdT1031107@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Fri Mar 17 08:43:39 2017
New Revision: 436325
URL: https://svnweb.freebsd.org/changeset/ports/436325

Log:
  We don't need the python3 metaport.
  
  Reported by:	jbeich, antoine and rm.
  Pointyhat to:	bapt

Modified:
  head/misc/py3-tqdm/Makefile
  head/textproc/py3-texttable/Makefile

Modified: head/misc/py3-tqdm/Makefile
==============================================================================
--- head/misc/py3-tqdm/Makefile	Fri Mar 17 08:42:37 2017	(r436324)
+++ head/misc/py3-tqdm/Makefile	Fri Mar 17 08:43:39 2017	(r436325)
@@ -2,6 +2,6 @@
 
 MASTERDIR=	${.CURDIR}/../py-tqdm
 
-USES=	python:3
+USES=	python:3.3+
 
 .include "${MASTERDIR}/Makefile"

Modified: head/textproc/py3-texttable/Makefile
==============================================================================
--- head/textproc/py3-texttable/Makefile	Fri Mar 17 08:42:37 2017	(r436324)
+++ head/textproc/py3-texttable/Makefile	Fri Mar 17 08:43:39 2017	(r436325)
@@ -2,6 +2,6 @@
 
 MASTERDIR=	${.CURDIR}/../py-texttable
 
-USES=	python:3
+USES=	python:3.3+
 
 .include "${MASTERDIR}/Makefile"



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