Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2026 16:12:09 +0000
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 56c3f39b3f92 - main - lang/cython0: Remove expired port
Message-ID:  <69cbf259.3a2e3.5bee004c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

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

commit 56c3f39b3f92b4356488716e88f10f832ae2001d
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-03-31 16:11:21 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-03-31 16:11:21 +0000

    lang/cython0: Remove expired port
    
    2026-03-31 lang/cython0
---
 MOVED                  |  1 +
 lang/Makefile          |  1 -
 lang/cython0/Makefile  | 31 -------------------------------
 lang/cython0/distinfo  |  3 ---
 lang/cython0/pkg-descr | 10 ----------
 5 files changed, 1 insertion(+), 45 deletions(-)

diff --git a/MOVED b/MOVED
index e1f8fd1ce907..c81c7bc871fd 100644
--- a/MOVED
+++ b/MOVED
@@ -5179,3 +5179,4 @@ deskutils/py-paperless|deskutils/py-paperless-ngx|2026-03-31|Has expired: Upstre
 www/py-django-bleach||2026-03-31|Has expired: Upstream has been archived on November 5, 2024
 www/py-django-tagging|www/py-django-taggit|2026-03-31|Has expired: Upstream inactive since 5+ years, not compatible with Django 5+. Please use www/py-django-taggit instead
 www/py-django-star-ratings||2026-03-31|Has expired: Upstream repository has been archived on May 21, 2025
+lang/cython0|lang/cython|2026-03-31|Has expired
diff --git a/lang/Makefile b/lang/Makefile
index 5c110734f632..a7f7fb1e75b3 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -44,7 +44,6 @@
     SUBDIR += crystal
     SUBDIR += csharp-mode.el
     SUBDIR += cython
-    SUBDIR += cython0
     SUBDIR += dhall
     SUBDIR += dlang-tools
     SUBDIR += dotnet
diff --git a/lang/cython0/Makefile b/lang/cython0/Makefile
deleted file mode 100644
index 81a507559146..000000000000
--- a/lang/cython0/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME=	cython
-PORTVERSION=	0.29.37
-CATEGORIES=	lang python
-MASTER_SITES=	PYPI \
-		https://github.com/cython/cython/releases/download/${PORTVERSION}/
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	0
-DISTNAME=	Cython-${PORTVERSION}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Compiler for Writing C Extensions for the Python Language
-WWW=		https://cython.org/ \
-		https://github.com/cython/cython
-
-LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
-
-DEPRECTED=	Legacy version. Does not work with newer Python versions. Use lang/cython instead
-EXPIRATION_DATE=2026-03-31
-
-USES=		compiler:c11 python:2.7-3.12
-USE_PYTHON=	allflavors autoplist concurrent distutils
-
-CONFLICTS_INSTALL=	py*-cython py*-cython3 # bin/cygdb bin/cython bin/cythonize
-
-PORTSCOUT=	limit:^0\.
-
-post-install:
-	${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython -name '*.so' -exec ${STRIP_CMD} {} +
-
-.include <bsd.port.mk>
diff --git a/lang/cython0/distinfo b/lang/cython0/distinfo
deleted file mode 100644
index 28f67f251d2f..000000000000
--- a/lang/cython0/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1703227808
-SHA256 (Cython-0.29.37.tar.gz) = f813d4a6dd94adee5d4ff266191d1d95bf6d4164a4facc535422c021b2504cfb
-SIZE (Cython-0.29.37.tar.gz) = 2099621
diff --git a/lang/cython0/pkg-descr b/lang/cython0/pkg-descr
deleted file mode 100644
index e06adf8ec27b..000000000000
--- a/lang/cython0/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Cython is a Python compiler that makes writing C extensions for Python as easy
-as Python itself. Cython is based on Pyrex, but supports more cutting edge
-functionality and optimizations.
-
-Cython translates Python code to C/C++ code, but additionally supports calling C
-functions and declaring C types on variables and class attributes. This allows
-the compiler to generate very efficient C code from Cython code.
-
-This makes Cython the ideal language for wrapping external C libraries, and for
-fast C modules that speed up the execution of Python code.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cbf259.3a2e3.5bee004c>