Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 2021 18:38:42 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: f66579ff687f - main - textproc/py-toml: py27 flavor is no longer needed
Message-ID:  <202104231838.13NIcgID002444@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=f66579ff687f7f3f2fb6212c9de9dadb031785fb

commit f66579ff687f7f3f2fb6212c9de9dadb031785fb
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2021-04-23 18:38:21 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2021-04-23 18:38:21 +0000

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

diff --git a/textproc/py-toml/Makefile b/textproc/py-toml/Makefile
index c5b4502983e9..0fccee6905ee 100644
--- a/textproc/py-toml/Makefile
+++ b/textproc/py-toml/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Python library for parsing and creating TOML
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-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?202104231838.13NIcgID002444>