| Port details |
- cython0 Compiler for Writing C Extensions for the Python Language
- 0.29.37 lang
=0 0.29.37Version of this port present on the latest quarterly branch. EXPIRATION DATE: 2026-03-31
- Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2025-12-30 13:33:05
- Last Update: 2025-12-30 13:29:03
- Commit Hash: 5776980
- Also Listed In: python
- License: APACHE20
- WWW:
- https://cython.org/
- https://github.com/cython/cython
- Description:
- 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.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}cython0>0:lang/cython0@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/lang/cython0/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/cython0
- pkg install py311-cython0
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-cython0 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-cython0
- Package flavors (<flavor>: <package>)
- py311: py311-cython0
- py27: py27-cython0
- py312: py312-cython0
- py310: py310-cython0
- distinfo:
- TIMESTAMP = 1703227808
SHA256 (Cython-0.29.37.tar.gz) = f813d4a6dd94adee5d4ff266191d1d95bf6d4164a4facc535422c021b2504cfb
SIZE (Cython-0.29.37.tar.gz) = 2099621
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- biology/py-macs2
- databases/py-cassandra-driver
- databases/py-peewee
- databases/py-pymssql
- devel/brz
- devel/py-fastbencode
- devel/py-game_sdl2
- for Run
-
- devel/py-python-dtrace
- science/py-molmod
Configuration Options:
- No options to configure
- Options name:
- lang_cython0
- USES:
- compiler:c11 python:2.7-3.12
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2026-01-15
Affects: users of lang/cython* and USE_PYTHON=cython* Author: sunpoet@FreeBSD.org Reason:
lang/cython has been updated to 3.2.4.
To support ports that still require the legacy 0.x branch, lang/cython0
has been added (version 0.29.37). lang/cython3 has been removed as it
is now redundant with lang/cython.
Port maintainers should note the following changes:
- Ports requiring Cython 0.x now use USE_PYTHON=cython0{,_run}.
- Ports previously using cython3{,_run,_test} now use
USE_PYTHON=cython{,_run,_test}.
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.29.37 30 Dec 2025 13:29:03
    |
Po-Chuan Hsieh (sunpoet)  |
lang/cython0: Add cython0 0.29.37 (copied from cython)
- Add PORTSCOUT |
Number of commits found: 1
|