Port details |
- py-cysignals Interrupt and signal handling for Cython
- 1.11.2 devel
=1 1.11.1Version of this port present on the latest quarterly branch. - Maintainer: thierry@FreeBSD.org
 - Port Added: 2020-05-13 20:08:48
- Last Update: 2022-04-22 15:27:55
- Commit Hash: 9527dc0
- People watching this port, also watch:: SparseBitSet, R-cran-eRm, MathMod, python
- Also Listed In: python
- License: LGPL3
- Description:
- When writing Cython code, special care must be taken to ensure that the code can
be interrupted with CTRL-C. Since Cython optimizes for speed, Cython normally
does not check for interrupts. For example, code like the following cannot be
interrupted in Cython:
while True:
pass
The cysignals package provides mechanisms to handle interrupts (and other
signals and errors) in Cython code.
WWW: https://github.com/sagemath/cysignals
WWW: https://pypi.org/project/cysignals/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-cysignals/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-cysignals
- pkg install py38-cysignals
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 py38-cysignals listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-cysignals
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1650628168
SHA256 (cysignals-1.11.2.tar.gz) = 5858b1760fbe21848121b826b2463a67ac5a45caf3d73105497a68618c5a6fa6
SIZE (cysignals-1.11.2.tar.gz) = 99014
- 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:
-
- py38-sphinx>=1.6,1 : textproc/py-sphinx@py38
- msgfmt : devel/gettext-tools
- cython-3.8 : lang/cython@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- gmake>=4.3 : devel/gmake
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Library dependencies:
-
- libpari.so : math/pari
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
-
- math/py-cypari2
- math/py-fpylll
- math/py-pplpy
- math/py-primecountpy
- math/sage
- for Run
-
- math/py-cypari2
- math/py-fpylll
- math/py-pplpy
- math/py-primecountpy
- math/sage
- Configuration Options:
- ===> The following configuration options are available for py38-cysignals-1.11.2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_py-cysignals
- USES:
- autoreconf:build compiler:c++11-lang gettext localbase python:3.6+ gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Apr 2022 15:27:55 1.11.2
|
Thierry Thomas (thierry)  |
devel/py-cysignals: upgrade to 1.11.2
This remove unstable assembly code.
Also add a test target and strip the libraries. |
29 Nov 2021 19:06:14 1.11.1
|
Thierry Thomas (thierry)  |
devel/py-cysignals: upgrade to 1.11.1 |
06 Apr 2021 14:31:07 1.10.3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
22 Mar 2021 16:35:39
1.10.3
|
thierry  |
Update to 1.10.3.
Changelog at <https://pypi.org/project/cysignals/1.10.3/>. |
14 Mar 2021 16:11:34
1.10.2_1
|
kai  |
devel/py-cysignals: Fix packaging with Python 3.8
PR: 253815
Approved by: python (with hat) |
14 Jan 2021 14:34:38
1.10.2_1
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
25 Oct 2020 05:39:49
1.10.2_1
|
yuri  |
math/pari: Update 2.11.4 -> 2.13.0
Bump 15 depending ports.
Reported by: portscout |
13 May 2020 20:08:42
1.10.2
|
thierry  |
Adding cysignals: interrupt and signal handling for Cython.
To be used by SageMath. |
Number of commits found: 8
|