Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#64851 closed update (fixed)

autojump: use python 3.10?

Reported by: jowens (John Owens) Owned by: reneeotten (Renee Otten)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: autojump

Description

Autojump currently uses python 3.9, but it should support (per its webpage, https://github.com/wting/autojump) "Python v2.6+ or Python v3.3+". Can this be updated to 3.10?

Change History (4)

comment:1 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: update autojump to use python 3.10?autojump: use python 3.10?

autojump's last release was 3 years ago which predates the release of Python 3.10 by 2.5 years so there's no guarantee it works right with that version.

The port has no MacPorts maintainer. If you'd like, you could make this change, verify autojump still works, and submit a pull request.

comment:2 Changed 2 years ago by reneeotten (Renee Otten)

Owner: set to reneeotten
Resolution: fixed
Status: newclosed

In 6fc59ba0617f438f5fdc8c91c5f78378d8059072/macports-ports (master):

autojump: use Python 3.10

Closes: #64851

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

I attempted the change to Python 3.10 and included a test-phase, everything passes and it seems to work... so I committed the change. Please do a selfupdate (might take a little while before the mirrors have the changes) and upgrade the port; feel free to comment here and/or reopen the ticket if something is amiss.

comment:4 Changed 2 years ago by jowens (John Owens)

Builds fine here! Thank you!

Note: See TracTickets for help on using tickets.