Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Nov 2025 23:30:25 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fbbf54f78ab6 - main - lang/cython: mark DEPRECATED, recommend cython3
Message-ID:  <202511012330.5A1NUP9q076062@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mandree:

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

commit fbbf54f78ab6b4a946da9135a87ae3e94bdbba08
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-11-01 23:24:40 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-11-01 23:29:33 +0000

    lang/cython: mark DEPRECATED, recommend cython3
    
    PR:             281145
    PR:             289075
---
 lang/cython/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lang/cython/Makefile b/lang/cython/Makefile
index 503daebf8559..e48553951d40 100644
--- a/lang/cython/Makefile
+++ b/lang/cython/Makefile
@@ -15,6 +15,9 @@ WWW=		https://cython.org/ \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECTED=	Does not work with newer Python versions, use cython3
+EXPIRATION_DATE=2025-12-31
+
 USES=		compiler:c11 python:2.7-3.12
 USE_PYTHON=	allflavors autoplist concurrent distutils
 


home | help

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