Opened 3 months ago

Closed 3 months ago

#69389 closed defect (fixed)

py37-platformdirs fails due to missing dependencies

Reported by: Themanwithoutaplan Owned by: reneeotten (Renee Otten)
Priority: Normal Milestone:
Component: ports Version: 2.9.1
Keywords: Cc:
Port: py37-platformdirs

Description

From the log, the full one is attached.

:info:build ERROR Missing dependencies:
:info:build     hatch-vcs>=0.4
:info:build     hatchling>=1.18

Attachments (1)

main.log (86.6 KB) - added by Themanwithoutaplan 3 months ago.

Download all attachments as: .zip

Change History (4)

Changed 3 months ago by Themanwithoutaplan

Attachment: main.log added

comment:1 Changed 3 months ago by jmroot (Joshua Root)

Owner: set to reneeotten
Status: newassigned

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

Summary: py37-platforndirs fails due to missing dependenciespy37-platformdirs fails due to missing dependencies

Surprising, given:

:debug:clean Searching for dependency: py37-hatch-vcs
:debug:clean Found Dependency: receipt exists for py37-hatch-vcs
:debug:clean Searching for dependency: py37-hatchling
:debug:clean Found Dependency: receipt exists for py37-hatchling

Ah: py37-hatch-vcs is pinned to version 0.3.0 and py37-hatchling is pinned to 1.17.1. I guess py37-platformdirs would need to be pinned to a previous version that is compatible with those older hatch-vcs/hatchling versions.

comment:3 Changed 3 months ago by reneeotten (Renee Otten)

Resolution: fixed
Status: assignedclosed

In 4cc9f1560bc693017d722011953f9ea7d5f4b914/macports-ports (master):

py-platformdirs: remove version restriction for build backend

Closes: #69389

Note: See TracTickets for help on using tickets.