Opened 4 years ago

Last modified 4 years ago

#60297 closed defect

signing-party: @2.10_1: wants to use an uninstalled python version / also could be switched to python 3 — at Version 1

Reported by: tweinbrenner Owned by:
Priority: Low Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: signing-party

Description (last modified by tweinbrenner)

When I try to use the program keyart I get the following error:

% keyart 0x3FD243BC8036B322
zsh: /opt/local/bin/keyart: bad interpreter: /opt/local/bin/python2.73: no such file or directory

I am using MacPorts 2.6.2 / macOS 10.15.4 / Xcode 11.4.

I suggest to change the program to use python 3

--- keyart	2020-04-02 08:43:52.000000000 +0200
+++ /opt/local/bin/keyart	2019-10-09 18:22:45.000000000 +0200
@@ -1,4 +1,4 @@
-#!/opt/local/bin/python3
+#!/opt/local/bin/python2.73

and make the port depend on python3 instead.

Upstream changed to python3 in version 2.8 (see changelog).

Change History (1)

comment:1 Changed 4 years ago by tweinbrenner

Description: modified (diff)
Note: See TracTickets for help on using tickets.