Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.0 12 May 2024 08:06:50 |
Yuri Victorovich (yuri) |
devel/py-poetry-plugin-export: update 1.7.1 → 1.8.0
Reported by: portscout |
1.7.1 26 Apr 2024 06:24:17 |
Yuri Victorovich (yuri) |
devel/py-poetry-plugin-export: update 1.7.0 → 1.7.1
Reported by: portscout |
1.7.0 16 Mar 2024 16:12:40 |
Yuri Victorovich (yuri) |
devel/py-poetry-plugin-export: update 1.6.0 → 1.7.0
Reported by: portscout |
1.6.0 04 Jan 2024 08:07:26 |
Yuri Victorovich (yuri) |
devel/py-poetry-plugin-export: update 1.5.0 → 1.6.0
Reported by: portscout |
1.5.0 21 Aug 2023 07:43:10 |
Yuri Victorovich (yuri) |
devel/py-poetry-plugin-export: Update 1.4.0 → 1.5.0
Reported by: portscout |
1.4.0 06 Jul 2023 04:05:13 |
Yuri Victorovich (yuri) |
devel/py-poetry-plugin-export: Update 1.3.1 → 1.4.0
Reported by: portscout |
1.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> |
1.3.1 19 Apr 2023 07:32:42 |
Yuri Victorovich (yuri) |
devel/py-poetry-plugin-export: Update 1.2.0 → 1.3.1
Reported by: portscout |
1.2.0_1 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
1.2.0 05 Feb 2023 19:05:02 |
Charlie Li (vishwin) |
Revert "Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install
bytecode"
Despite installer's default behaviour to compile and install bytecode,
we are not doing so going forward at stage/package time. [0] During
initial development and qualification of PEP-517 framework support,
compiling and installing bytecode at stage/package time was considered,
but was found problematic, fragile and ultimately unreliable, both
currently and historically (with USE_PYTHON=distutils), due to our
fixed plist requirement. While the living binary distribution format
(wheel) specification [1] says to compile bytecode, that is in the
pure Python package management context (pip, etc); nuance always
exists when interacting with "system" package management.
Additionally, "bytecode is an implementation detail of the CPython
interpreter. No guarantees are made that bytecode will not be added, (Only the first 15 lines of the commit message are shown above ) |
1.2.0_1 05 Feb 2023 18:16:47 |
Po-Chuan Hsieh (sunpoet) |
Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install bytecode
- While I'm here, use long options for easier reading [1][2]
- Bump PORTREVISION of dependent ports (USE_PYTHON=pep517) for package change
It fixes build_fs_violation of dependent ports in poudriere (with -t flag).
It is also the default behavior of installer [2].
from py-sphinx log:
=>> Checking for staging violations... done
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.9/site-packages/importlib_metadata/__pycache__
=>> Cleaning up wrkdir
from installer documentation:
--compile-bytecode
Possible choices: 0, 1, 2
generate bytecode for the specified optimization level(s) (default=0, 1)
--no-compile-bytecode
don’t generate bytecode for installed modules
Default: False
With hat: python
Reference: https://pypa-build.readthedocs.io/en/stable/ [1]
https://installer.pypa.io/en/stable/cli/installer/ [2] |
1.2.0 29 Jan 2023 17:28:34 |
Yuri Victorovich (yuri) |
devel/py-poetry-plugin-export: New port: Poetry plugin to export the
dependencies to various formats |