Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 2017 08:06:02 +0000 (UTC)
From:      jbeich@freebsd.org (Jan Beich)
To:        araujo@FreeBSD.org, bapt@FreeBSD.org
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r436318 - in head/misc: . py-tqdm py3-tqdm
Message-ID:  <20170317080602.C6D2A2D63@freefall.freebsd.org>
In-Reply-To: <20170317075820.m7x5xli7ubk56oxg@ivaldir.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Baptiste Daroussin <bapt@FreeBSD.org> writes:

>> Added: head/misc/py3-tqdm/Makefile
>> ==============================================================================
>> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
>> +++ head/misc/py3-tqdm/Makefile	Fri Mar 17 07:41:25 2017	(r436318)
>> @@ -0,0 +1,7 @@
>> +# $FreeBSD$
>> +
>> +MASTERDIR=	${.CURDIR}/../py-tqdm
>> +
>> +USES=	python:3.3+
> Python 3.3 being the lower available version of python in the ports tree
> USES=python:3 would be enough :)

USES=python:3 pulls lang/python3 metaport, an unnecessary dependency.



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