| Port details on branch 2020Q3 |
- cython Compiler for Writing C Extensions for the Python Language
- 3.2.8 lang
=10 3.2.4Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2008-11-09 22:57:15
- Last Update: 2026-07-08 05:08:05
- Commit Hash: 51b5602
- People watching this port, also watch:: libidn, p5-Error, autoconf, py311-pycparser, libunistring
- 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}cython>0:lang/cython@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- py*-cython
- py*-cython0
- py*-cython3
- To install the port:
- cd /usr/ports/lang/cython/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/cython
- pkg install py312-cython
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 py312-cython listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-cython
- Package flavors (<flavor>: <package>)
- py312: py312-cython
- py313: py313-cython
- py313t: py313t-cython
- py314: py314-cython
- py314t: py314t-cython
- py311: py311-cython
- py310: py310-cython
- py315: py315-cython
- distinfo:
- TIMESTAMP = 1782821050
SHA256 (cython-3.2.8.tar.gz) = f4f23a56b25221a06f91817fe8f3114ab8b48a4fac73187dbb64bc2c4a87961f
SIZE (cython-3.2.8.tar.gz) = 3290300
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:
-
- py312-setuptools>=0 : devel/py-setuptools@py312
- py312-wheel>=0 : devel/py-wheel@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- python3.12 : lang/python312
- This port is required by:
- for Build
-
- archivers/py-bitshuffle
- archivers/py-blosc2
- archivers/py-borgbackup
- archivers/py-xopen
- astro/py-astropy
- astro/py-spiceypy
- audio/py-pyliblo3
-
Deleted ports which required this port:
- for Run
-
- biology/py-pysam
- devel/cython-lint
- devel/py-pycodeexport
- devel/py-pycompilation
- devel/py-qutip
- devel/py-streamparse
- math/py-mathics
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- lang_cython
- USES:
- compiler:c11 python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|