git: 046a5369a363 - main - www/py-html5lib: py27 flavor is no longer needed by the ports tree

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Thu, 23 Jun 2022 09:05:52 UTC
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=046a5369a3632fe73702623b3d148875653c317a

commit 046a5369a3632fe73702623b3d148875653c317a
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2022-06-23 09:05:41 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2022-06-23 09:05:41 +0000

    www/py-html5lib: py27 flavor is no longer needed by the ports tree
---
 www/py-html5lib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-html5lib/Makefile b/www/py-html5lib/Makefile
index c20587e62c21..9efefad18801 100644
--- a/www/py-html5lib/Makefile
+++ b/www/py-html5lib/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}webencodings>0:converters/py-webencodings@${PY_FLAVOR}
 
 NO_ARCH=	yes
-USES=		cpe python:2.7+
+USES=		cpe python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>