SUBDIR += py-pyproject_hooks SUBDIR += py-pypugjs SUBDIR += py-pyqtree SUBDIR += py-pyquery3 changes: 2 additions & 1 deletion 3 devel/py-build/Makefile Original file line numberDiff line numberDiff line change @@ -1,5 +1,6 @@ PORTNAME= build PORTVERSION= 1.2.2 PORTREVISION=...
src/pyproject_hooks Bump version: 1.1.0 → 1.2.0 Sep 29, 2024 tests Relax test for build requirements from setuptools Sep 29, 2024 .bumpversion.cfg Bump version: 1.1.0 → 1.2.0 Sep 29, 2024 .git-blame-ignore-revs Ignore the black reformatting commit in git blames ...
282 changes: 181 additions & 101 deletions 282 src/pip/_vendor/pyproject_hooks/_impl.py Load diff Large diffs are not rendered by default. 7 changes: 5 additions & 2 deletions 7 src/pip/_vendor/pyproject_hooks/_in_process/__init__.py Original file line numberDiff line numberDiff ...
I'm still encountering the same issue, and I haven't utilized pyroject-hooks. This problem arose earlier today. Step #0: File "/usr/local/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 74, in _build_backend Step #0: ep = os.environ['PEP517_BUILD_BA...
The pyproject.toml contained the "dependencies" and "optional-dependencies" but also build hooks modified them. However as of today we fixed it in `apache-airflow' in apache/airflow#38439 and the problem remains. Both "dependencies" and "optional-dependencies" are set as dynamic in pyproject...
pyprojectDistHook is to be used instead of pyprojectHook when you want to get the wheel files instead of the installed files. cc Thaigersprint/thaigersprint-2025#1 build.hooks: Add hook to install dist directory into output … 7b88593 View details adisbladis merged commit 8266e7b into mast...
Closes #203. takluyver added the bug label Sep 29, 2024 takluyver added this to the 1.2 milestone Sep 29, 2024 Relax test for build requirements from setuptools 9efaa97 takluyver force-pushed the fix/setuptools-71 branch from 2ff5b75 to 9efaa97 Compare September 29, 2024 09:04 tak...
They were previously included automatically by flit build because they're checked into git, but we're moving away from that to a more explicit listing. Closes #194
I need to make the version number change in a PR, but I'd like the tag to point to the merge commit when I merge the PR, so I'll make it manually. Don't create tag automatically on bumping version number 5e2183d takluyver added this to the 1.2 milestone Apr 30, 2024 View det...
As pointed out by @layday pep517 currently requires a PEP-517 compatible build frontend to build, however this means no PEP-517 build frontends like build may depend on pep517 without introducing a circular dependency chain. One potential way of solving this issue is using setuptools along ...