Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#60127 closed defect (fixed)

pybombs: portindex fails

Reported by: dbevans (David B. Evans) Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: pybombs

Description

Error: 

You must select a Python variant; you cannot select -python38 alone.

Failed to parse file science/pybombs/Portfile: Invalid variant selection.

Change History (3)

comment:1 Changed 4 years ago by jmroot (Joshua Root)

It's relying on the default value of python.default_version (which just changed) to correspond to one of the declared variants. There's no python38 variant.

comment:2 Changed 4 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: assignedclosed

In 14a66a808b691f780c7b2e538a84b1bfcaef6d91/macports-ports (master):

pybombs: add support for Py38 and remove it for Py34

Fixes: #60127

comment:3 Changed 4 years ago by jmroot (Joshua Root)

Be aware that it could easily just break again when the default changes to 39. It would be better to remove the use of the "default default" entirely.

Note: See TracTickets for help on using tickets.