diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-04-11 20:47:13 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-04-11 20:47:36 +0000 |
commit | 2529a3dc19dbc2b0e957bbfddcd0726c056df958 (patch) | |
tree | 5c7f63837d6f65b704d6c3a845fadfaaa95c0059 | |
parent | 4aef5cd7d24608ccb167550b087533bd81d4033e (diff) | |
download | ports-2529a3d.tar.gz ports-2529a3d.zip |
lang/cython-devel: Remove expired port
2024-04-11 lang/cython-devel: use devel/cython3
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/cython-devel/Makefile | 30 | ||||
-rw-r--r-- | lang/cython-devel/distinfo | 3 | ||||
-rw-r--r-- | lang/cython-devel/pkg-descr | 14 |
5 files changed, 1 insertions, 48 deletions
@@ -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. |