cysignals: Interrupt and signal handling for Cython¶
Description¶
Interrupt and signal handling for Cython
License¶
LGPL version 3 or later
Upstream Contact¶
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
cython: C-Extensions for Python, an optimizing static compiler
Version Information¶
package-version.txt:
1.12.3
src/pyproject.toml:
cysignals >=1.10.2
version_requirements.txt:
cysignals >=1.10.2
Equivalent System Packages¶
$ conda install cysignals
$ sudo emerge dev-python/cysignals
See https://repology.org/project/cysignals/versions, https://repology.org/project/python:cysignals/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.