Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#60103 closed defect (fixed)

gitinspector needs p27-setuptools

Reported by: dirkx (Dirk-Willem van Gulik) Owned by: l2dy (Zero King)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: gitinspector

Description

A plain gitinspector buld faiils on Catalina on a lack of p27-setuptools

Installing p27-setuptools solves the issue.

Change History (5)

comment:1 Changed 4 years ago by mf2k (Frank Schima)

The Milestone field is for use by Macports team members only, please do not set it.

In the future, please add the port maintainer(s) to Cc (port info --maintainers gitinspector), if any.

comment:2 Changed 4 years ago by mf2k (Frank Schima)

Keywords: dependency issue removed
Milestone: MacPorts Future
Owner: set to l2dy
Status: newassigned

comment:3 Changed 4 years ago by reneeotten (Renee Otten)

that's caused by the fact that python.default_version 27 isn't set before specifying the dependencies. Ideally one would at the same time check whether the port can use Python 3.7 (or 3.8) instead.

comment:4 Changed 4 years ago by l2dy (Zero King)

Resolution: fixed
Status: assignedclosed

In 171172c59fda042551d997dcc35d63d815b00c87/macports-ports (master):

gitinspector: fix dependencies

Fixes: #60103

comment:5 in reply to:  3 Changed 4 years ago by l2dy (Zero King)

Replying to reneeotten:

that's caused by the fact that python.default_version 27 isn't set before specifying the dependencies. Ideally one would at the same time check whether the port can use Python 3.7 (or 3.8) instead.

Thanks. Fixed by moving python.default_version up.

Note: See TracTickets for help on using tickets.