Port Moves |
- port moved to devel/py-pyproject-hooks on 2024-10-14
REASON: Move devel/py-pyproject_hooks to devel/py-pyproject-hooks
|
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 |
1.1.0_1 14 Oct 2024 04:45:22 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyproject-hooks: Move devel/py-pyproject_hooks to
devel/py-pyproject-hooks
- Bump PORTREVISION of dependent ports for dependency change |
1.1.0_1 15 Aug 2024 11:53:27 |
Po-Chuan Hsieh (sunpoet) Author: Charlie Li |
devel/py-pyproject_hooks: Fix entry-point loading
- Bump PORTREVISION for package change
PR: 280646
Obtained from: https://github.com/pypa/pyproject-hooks/pull/199 |
1.1.0 19 May 2024 17:15:43 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyproject_hooks: Update to 1.1.0
Changes: https://github.com/pypa/pyproject-hooks/blob/main/docs/changelog.rst
https://pyproject-hooks.readthedocs.io/en/latest/changelog.html |
1.0.0_2 26 Aug 2023 23:19:05 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyproject_hooks: Update WWW |
1.0.0_2 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.0.0_2 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
1.0.0_1 21 Mar 2023 19:20:59 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyproject_hooks: Set USES=python version explicitly |
1.0.0_1 12 Feb 2023 18:41:46 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyproject_hooks: Convert to USE_PYTHON=pep517
- Add build for all Python flavors/versions (USE_PYTHON=allflavors)
- Bump PORTREVISION for dependency and package change |
1.0.0 30 Jan 2023 12:58:47 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyproject_hooks: Add py-pyproject_hooks 1.0.0
pyproject-hooks is a low-level library for calling build-backends in
pyproject.toml-based project. It provides the basic functionality to help write
tooling that generates distribution files from Python projects.
If you want a tool that builds Python packages, you'll want to use
devel/py-build instead. This is an underlying piece for pip, build and other
"build frontends" use to call "build backends" within them. |
Number of commits found: 9
|