Port details |
- py-comm Jupyter Python Comm implementation
- 0.2.2 devel =2 0.2.2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-01-30 13:08:26
- Last Update: 2024-03-23 14:31:13
- Commit Hash: 60499fb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/ipython/comm
- Description:
- Comm provides a way to register a Kernel Comm implementation, as per the Jupyter
kernel protocol. It also provides a base Comm implementation and a default
CommManager that can be used.
- ¦ ¦ ¦ ¦
- 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}comm>0:devel/py-comm@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-comm/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-comm
- pkg install py39-comm
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 py39-comm listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-comm
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1710712420
SHA256 (comm-0.2.2.tar.gz) = 3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e
SIZE (comm-0.2.2.tar.gz) = 6210
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:
-
- py39-hatchling>=1.10 : devel/py-hatchling@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-traitlets>=4 : devel/py-traitlets@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- devel/py-ipykernel
- devel/py-ipywidgets
Configuration Options:
- No options to configure
- Options name:
- devel_py-comm
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.2 23 Mar 2024 14:31:13 |
Po-Chuan Hsieh (sunpoet) |
devel/py-comm: Update to 0.2.2
Changes: https://github.com/ipython/comm/releases |
0.2.1 21 Feb 2024 15:07:14 |
Po-Chuan Hsieh (sunpoet) |
devel/py-comm: Update to 0.2.1
Changes: https://github.com/ipython/comm/releases |
0.2.0 14 Nov 2023 17:15:41 |
Po-Chuan Hsieh (sunpoet) |
devel/py-comm: Update to 0.2.0
Changes: https://github.com/ipython/comm/releases |
0.1.4 16 Aug 2023 18:25:23 |
Po-Chuan Hsieh (sunpoet) |
devel/py-comm: Update to 0.1.4
Changes: https://github.com/ipython/comm/releases |
0.1.3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.1.3 09 Apr 2023 13:36:46 |
Po-Chuan Hsieh (sunpoet) |
devel/py-comm: Update to 0.1.3
Changes: https://github.com/ipython/comm/releases |
0.1.2_2 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
0.1.2_1 21 Mar 2023 19:20:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-comm: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change |
0.1.2 30 Jan 2023 12:58:45 |
Po-Chuan Hsieh (sunpoet) |
devel/py-comm: Add py-comm 0.1.2
Comm provides a way to register a Kernel Comm implementation, as per the Jupyter
kernel protocol. It also provides a base Comm implementation and a default
CommManager that can be used. |
Number of commits found: 9
|