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:08
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-jupyter-events: Update to 0.12.0
Changes: https://github.com/jupyter/jupyter_events/releases |
0.11.0 31 Dec 2024 15:48:37
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-jupyter-events: Update to 0.11.0
Changes: https://github.com/jupyter/jupyter_events/releases |
0.10.0_1 08 Sep 2024 18:37:23
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-jupyter-events: Update RUN_DEPENDS after py-jsonschema 4.23.0 update
Reference: https://github.com/python-jsonschema/jsonschema/blob/v4.23.0/pyproject.toml#L70 |
0.10.0_1 07 Jul 2024 08:05:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
0.10.0 31 Mar 2024 03:06:34
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-jupyter-events: Update to 0.10.0
Changes: https://github.com/jupyter/jupyter_events/releases |
0.9.1 23 Mar 2024 14:49:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-jupyter-events: Update to 0.9.1
Changes: https://github.com/jupyter/jupyter_events/releases |
0.9.0 14 Nov 2023 17:15:43
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-jupyter-events: Update to 0.9.0
Changes: https://github.com/jupyter/jupyter_events/releases |
0.8.0 01 Nov 2023 01:57:10
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-jupyter-events: Update to 0.8.0
Changes: https://github.com/jupyter/jupyter_events/releases |
0.7.0 16 Aug 2023 18:25:27
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-jupyter-events: Update to 0.7.0
- Add LICENSE_FILE
- Update WWW
Changes: https://github.com/jupyter/jupyter_events/releases |
0.6.3_1 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.6.3_1 04 Apr 2023 18:29:11
    |
Antoine Brodin (antoine)  |
USE_PYTHON=pep517: bump PORTREVISION |
0.6.3 21 Mar 2023 19:19:51
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-jupyter-events: Add py-jupyter-events 0.6.3
Jupyter Events enables Jupyter Python Applications (e.g. Jupyter Server,
JupyterLab Server, JupyterHub, etc.) to emit events -- structured data
describing things happening inside the application. Other software (e.g. client
applications like JupyterLab) can listen and respond to these events. |