Port details |
- py-psygnal Fast python callback/event system modeled after Qt Signals
- 0.12.0 devel
=0 0.11.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-09-18 06:21:15
- Last Update: 2025-02-08 16:59:23
- Commit Hash: 96d44ba
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://psygnal.readthedocs.io/en/latest/
- https://github.com/pyapp-kit/psygnal
- Description:
- Psygnal (pronounced "signal") is a pure python implementation of the observer
pattern, with the API of Qt-style Signals with (optional) signature and type
checking, and support for threading. It has no dependencies.
This library does not require or use Qt in any way, It simply implements a
similar observer pattern API.
 ¦ ¦ ¦ ¦ 
- 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}psygnal>0:devel/py-psygnal@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-psygnal/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-psygnal
- pkg install py311-psygnal
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-psygnal listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-psygnal
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1738982846
SHA256 (psygnal-0.12.0.tar.gz) = 8d2a99803f3152c469d3642d36c04d680213a20e114245558e026695adf9a9c2
SIZE (psygnal-0.12.0.tar.gz) = 104400
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-hatch-vcs>=0 : devel/py-hatch-vcs@py311
- py311-hatchling>=1.8.0 : devel/py-hatchling@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 Run
-
- devel/py-anywidget
- devel/py-app-model
- x11-toolkits/py-magicgui
Configuration Options:
- ===> The following configuration options are available for py311-psygnal-0.12.0:
PROXY=off: Evented proxy support
PYDANTIC=off: Evented model support
===> Use 'make config' to modify these settings
- Options name:
- devel_py-psygnal
- USES:
- python:3.9+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.0 08 Feb 2025 16:59:23
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-psygnal: Update to 0.12.0
Changes: https://github.com/pyapp-kit/psygnal/releases
https://github.com/pyapp-kit/psygnal/blob/main/CHANGELOG.md |
0.11.1 25 Sep 2024 06:16:32
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-psygnal: Add PROXY and PYDANTIC options |
0.11.1 18 Sep 2024 06:12:59
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-psygnal: Add py-psygnal 0.11.1
Psygnal (pronounced "signal") is a pure python implementation of the observer
pattern, with the API of Qt-style Signals with (optional) signature and type
checking, and support for threading. It has no dependencies.
This library does not require or use Qt in any way, It simply implements a
similar observer pattern API. |
Number of commits found: 3
|