git: 7d244d7f8992 - main - lang/cython-devel: deprecate (use devel/cython3 instead)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Mar 2024 14:22:15 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d244d7f8992321a77a191aa97069e02ade12c3f commit 7d244d7f8992321a77a191aa97069e02ade12c3f Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2024-03-28 14:14:44 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2024-03-28 14:14:44 +0000 lang/cython-devel: deprecate (use devel/cython3 instead) --- lang/cython-devel/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/cython-devel/Makefile b/lang/cython-devel/Makefile index 3c192429df00..707878f1aecc 100644 --- a/lang/cython-devel/Makefile +++ b/lang/cython-devel/Makefile @@ -11,6 +11,9 @@ WWW= https://cython.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= use devel/cython3 +EXPIRATION_DATE=2024-04-11 + USES= compiler:c11 python USE_PYTHON= allflavors autoplist concurrent distutils USE_GITHUB= yes