Port details on branch 2024Q1 |
- cython Compiler for Writing C Extensions for the Python Language
- 0.29.37_2 lang
=13 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: 2025-04-08 02:27:11
- Commit Hash: 8bfcca3
- People watching this port, also watch:: libxml2, p5-Error, py311-six, indexinfo, p5-Digest-HMAC
- 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.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}cython>0:lang/cython@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- py*-cython-devel
- 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
- py27: py27-cython
- py312: py312-cython
- py310: py310-cython
- py39: py39-cython
- 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
-
- archivers/py-bitshuffle
- archivers/py-blosc2
- archivers/py-xopen
- audio/py-pyliblo
- audio/py-pysndfile
- biology/py-biom-format
- biology/py-crossmap
-
Deleted ports which required this port:
- for Run
-
- biology/py-pysam
- devel/cython-lint
- devel/py-pycodeexport
- devel/py-pycompilation
- devel/py-python-dtrace
- devel/py-streamparse
- graphics/py-scikit-image
-
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:2.7-3.12
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|