Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 2021 18:25:30 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 30588b4ccce3 - main - misc/py-tqdm: py27 flavor is no longer needed
Message-ID:  <202104231825.13NIPUmw088811@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=30588b4ccce373a8304bf9de6e595c1f261b4217

commit 30588b4ccce373a8304bf9de6e595c1f261b4217
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2021-04-23 18:25:00 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2021-04-23 18:25:00 +0000

    misc/py-tqdm: py27 flavor is no longer needed
---
 misc/py-tqdm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile
index 34efcedc853d..72cd796394a6 100644
--- a/misc/py-tqdm/Makefile
+++ b/misc/py-tqdm/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE_MIT=	${WRKSRC}/LICENCE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR}
 
-USES=		python:2.7+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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