Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2024 20:47:43 GMT
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: 2529a3dc19db - main - lang/cython-devel: Remove expired port
Message-ID:  <202404112047.43BKlhhC093627@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

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

commit 2529a3dc19dbc2b0e957bbfddcd0726c056df958
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-11 20:47:13 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-11 20:47:36 +0000

    lang/cython-devel: Remove expired port
    
    2024-04-11 lang/cython-devel: use devel/cython3
---
 MOVED                       |  1 +
 lang/Makefile               |  1 -
 lang/cython-devel/Makefile  | 30 ------------------------------
 lang/cython-devel/distinfo  |  3 ---
 lang/cython-devel/pkg-descr | 14 --------------
 5 files changed, 1 insertion(+), 48 deletions(-)

diff --git a/MOVED b/MOVED
index d33970fdf80c..fbedc128af5a 100644
--- a/MOVED
+++ b/MOVED
@@ -3170,3 +3170,4 @@ audio/fasttracker2|audio/ft2-clone|2024-04-10|Renamed to match upstream
 lang/ocaml-nox11|lang/ocaml|2024-04-10|X11 support removed upstream
 lang/qscheme||2024-04-10|Has expired: Unmaintained and there are more modern alternatives
 x11/nvidia-hybrid-graphics||2024-04-11|Has expired: Not maintained and obsoleted by glvnd and nvidia-drm-kmod
+lang/cython-devel|lang/cython3|2024-04-11|Has expired: use lang/cython3
diff --git a/lang/Makefile b/lang/Makefile
index 6363652f2663..ac3e7e835660 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -40,7 +40,6 @@
     SUBDIR += crystal
     SUBDIR += csharp-mode.el
     SUBDIR += cython
-    SUBDIR += cython-devel
     SUBDIR += cython3
     SUBDIR += dhall
     SUBDIR += dlang-tools
diff --git a/lang/cython-devel/Makefile b/lang/cython-devel/Makefile
deleted file mode 100644
index 707878f1aecc..000000000000
--- a/lang/cython-devel/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME=	cython
-DISTVERSION=	3.0.4
-CATEGORIES=	lang python
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	-devel
-
-MAINTAINER=	amdmi3@FreeBSD.org
-COMMENT=	Compiler for Writing C Extensions for the Python Language
-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
-
-CONFLICTS_INSTALL=	py*-cython # bin/cygdb bin/cygdb-3.8 bin/cython bin/cython-3.8 bin/cythonize bin/cythonize-3.8
-CFLAGS+=	-Wno-unreachable-code
-
-post-install:
-	${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython -name '*.so' -exec ${STRIP_CMD} {} +
-
-do-test:
-	@cd ${WRKSRC} && ${SETENV} XDG_CACHE_HOME="${WRKDIR}" ${PYTHON_CMD} runtests.py -vv
-
-.include <bsd.port.mk>
diff --git a/lang/cython-devel/distinfo b/lang/cython-devel/distinfo
deleted file mode 100644
index b6fe47a9da57..000000000000
--- a/lang/cython-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1697638949
-SHA256 (cython-cython-3.0.4_GH0.tar.gz) = d22c3fd0141860ef892f51ea834556ee42c3c9f83739ad92187dcf0b9f938786
-SIZE (cython-cython-3.0.4_GH0.tar.gz) = 2754689
diff --git a/lang/cython-devel/pkg-descr b/lang/cython-devel/pkg-descr
deleted file mode 100644
index 3c57b208ba46..000000000000
--- a/lang/cython-devel/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-The Cython language makes writing C extensions for the Python language
-as easy as Python itself. Cython is a source code translator based on
-the well-known Pyrex, but supports more cutting edge functionality and
-optimizations.
-
-The Cython language is very close to the Python language (and most
-Python code is also valid Cython code), but Cython 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 writing glue code for external
-C libraries, and for fast C modules that speed up the execution of
-Python code.



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