Opened 2 weeks ago

Closed 2 weeks ago

Last modified 2 weeks ago

#70911 closed defect (fixed)

py312-panel @1.5.0: ERROR Backend 'hatchling.build' is not available.

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: Schamschula (Marius Schamschula)
Priority: Normal Milestone:
Component: ports Version: 2.10.1
Keywords: Cc:
Port: py312-panel

Description

https://build.macports.org/builders/ports-13_arm64-builder/builds/71730/steps/install-port/logs/stdio

Executing:  cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_python_py-panel/py312-panel/work/panel-1.5.0" && /opt/local/Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12 -m build --no-isolation --wheel --outdir /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_python_py-panel/py312-panel/work 
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
pyproject_hooks._impl.BackendUnavailable: Cannot import 'hatchling.build'

ERROR Backend 'hatchling.build' is not available.
Command failed:  cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_python_py-panel/py312-panel/work/panel-1.5.0" && /opt/local/Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12 -m build --no-isolation --wheel --outdir /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_python_py-panel/py312-panel/work 
Exit code: 1

Change History (3)

comment:1 Changed 2 weeks ago by Marius Schamschula <mschamschula@…>

Resolution: fixed
Status: assignedclosed

In 89873ce480663325498fcf2affbe3cf3d63e8f33/macports-ports (master):

py-panel: use hatch backend

Closes: #70911

comment:2 Changed 2 weeks ago by ryandesign (Ryan Carsten Schmidt)

Now:

ERROR Missing dependencies:
	hatch-vcs

comment:3 Changed 2 weeks ago by ryandesign (Ryan Carsten Schmidt)

Which has already been filed as #70930.

Note: See TracTickets for help on using tickets.