Port details |
- py-psygnal Fast python callback/event system modeled after Qt Signals
- 0.11.1 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-09-18 06:21:15
- Last Update: 2024-09-25 06:16:32
- Commit Hash: 16911a2
- 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 = 1726487274
SHA256 (psygnal-0.11.1.tar.gz) = f9b02ca246ab0adb108c4010b4a486e464f940543201074591e50370cd7b0cc0
SIZE (psygnal-0.11.1.tar.gz) = 102103
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
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-psygnal-0.11.1:
PROXY=off: Evented proxy support
PYDANTIC=off: Evented model support
===> Use 'make config' to modify these settings
- Options name:
- devel_py-psygnal
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 2
|