#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 5 years ago by mf2k (Frank Schima)
comment:2 Changed 5 years ago by mf2k (Frank Schima)
Keywords: | dependency issue removed |
---|---|
Milestone: | MacPorts Future |
Owner: | set to l2dy |
Status: | new → assigned |
comment:3 follow-up: 5 Changed 5 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 5 years ago by l2dy (Zero King)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 5 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.
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.