git: 30588b4ccce3 - main - misc/py-tqdm: py27 flavor is no longer needed
Antoine Brodin
antoine at FreeBSD.org
Fri Apr 23 18:25:31 UTC 2021
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=30588b4ccce373a8304bf9de6e595c1f261b4217
commit 30588b4ccce373a8304bf9de6e595c1f261b4217
Author: Antoine Brodin <antoine at FreeBSD.org>
AuthorDate: 2021-04-23 18:25:00 +0000
Commit: Antoine Brodin <antoine at 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
More information about the dev-commits-ports-all
mailing list