git: 7e988aaf62da - main - devel/py-six: py27 flavor is no longer needed by the ports tree
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 17:39:06 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e988aaf62dab71d14eef684723377cc458cad26 commit 7e988aaf62dab71d14eef684723377cc458cad26 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-20 17:38:30 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-20 17:39:05 +0000 devel/py-six: py27 flavor is no longer needed by the ports tree --- devel/py-six/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-six/Makefile b/devel/py-six/Makefile index 17b7a5a46981..972441563daf 100644 --- a/devel/py-six/Makefile +++ b/devel/py-six/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>=0:databases/py-gdbm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR} -USES= python:2.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes