Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2023 17:40:23 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: 449396c2d7c9 - main - lang/cython-devel: py27 flavor is no longer needed by the ports tree
Message-ID:  <202302201740.31KHeNFF075491@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=449396c2d7c9ba3b0116d6983c18c42c750262e7

commit 449396c2d7c9ba3b0116d6983c18c42c750262e7
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-02-20 17:39:58 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-02-20 17:39:58 +0000

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

diff --git a/lang/cython-devel/Makefile b/lang/cython-devel/Makefile
index b9d65721f357..f8df0265ac0f 100644
--- a/lang/cython-devel/Makefile
+++ b/lang/cython-devel/Makefile
@@ -11,7 +11,7 @@ WWW=		https://cython.org/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		compiler:c11 python:2.7+
+USES=		compiler:c11 python
 USE_PYTHON=	allflavors autoplist concurrent distutils
 USE_GITHUB=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302201740.31KHeNFF075491>