Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.3 26 Oct 2024 23:26:35
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.4.3
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.4.2 17 Oct 2024 19:02:56
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.4.2
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.4.1 30 Sep 2024 13:36:32
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.4.1
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.3.3 16 Jul 2024 18:36:17
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.3.3
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.3.2 08 Jul 2024 16:21:44
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.3.2
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.3.1 03 Jul 2024 04:36:39
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.3.1
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.3.0 19 May 2024 17:15:38
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.3.0
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.2.1 20 Apr 2024 14:25:42
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.2.1
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.1.8 21 Feb 2024 15:07:34
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.1.8
- Update WWW
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.1.7 11 Oct 2023 12:57:58
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.1.7
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.1.6 04 Sep 2023 21:30:13
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.1.6
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.1.5 21 Aug 2023 17:04:08
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.1.5
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.1.4 31 Jul 2023 16:40:05
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.1.4
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.1.2 09 Jul 2023 10:19:09
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.1.2
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.1.0 30 Jun 2023 07:03:44
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.1.0
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.0.7 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> |
2.0.7 27 May 2023 23:44:00
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.0.7
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.0.6 18 Apr 2023 18:00:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Update to 2.0.6
Changes: https://github.com/pdm-project/pdm-backend/releases |
2.0.5 05 Apr 2023 17:29:39
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pdm-backend: Add py-pdm-backend 2.0.5
This is the backend for PDM projects that is fully-compatible with PEP 517 spec,
but you can also use it alone. It reads the metadata of PEP 621 format and
coverts it to Core metadata. |