Date: Mon, 20 Feb 2023 17:39:06 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: 7e988aaf62da - main - devel/py-six: py27 flavor is no longer needed by the ports tree Message-ID: <202302201739.31KHd64N066835@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302201739.31KHd64N066835>