| Port details on branch 2023Q1 |
- cython Compiler for Writing C Extensions for the Python Language
- 3.2.4 lang
=10 0.29.37_2Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2008-11-09 22:57:15
- Last Update: 2026-01-15 11:54:02
- Commit Hash: d5fc5ef2
- People watching this port, also watch:: libidn, autoconf, p5-Error, 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 py311-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 py311-cython listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-cython
- Package flavors (<flavor>: <package>)
- py311: py311-cython
- py312: py312-cython
- py313: py313-cython
- py313t: py313t-cython
- py314: py314-cython
- py310: py310-cython
- distinfo:
- TIMESTAMP = 1767624040
SHA256 (cython-3.2.4.tar.gz) = 84226ecd313b233da27dc2eb3601b4f222b8209c3a7216d8733b031da1dc64e6
SIZE (cython-3.2.4.tar.gz) = 3280291
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>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- archivers/py-bitshuffle
- archivers/py-blosc2
- archivers/py-borgbackup
- archivers/py-xopen
- astro/py-astropy
- audio/py-pyliblo3
- audio/py-pysndfile
-
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:
|