michaelcmartin / Ophis

A cross-assembler for the 6502 series of microprocessors.
http://michaelcmartin.github.io/Ophis/
Other
96 stars 26 forks source link

New (python3) release for distribution packagers #36

Closed UffeJakobsen closed 4 months ago

UffeJakobsen commented 6 months ago

Hi, Could you be persuaded to make a new release of the current HEAD - in order to get python3 support out ?

The latest release is 2.1.1 - and that is a python2 release

That would make the work for distribution packagers easier

Thanks in advance :-)

michaelcmartin commented 4 months ago

I've been busy with other things but expect to be looping back to this project fairly soon, but this is a somewhat puzzling request:

Is there something here that isn't a duplicate of those that I should be aware of?

UffeJakobsen commented 4 months ago

thanks for your answer :-)

Sorry - the 2.1.1 is a typo from my side - it was supposed to be version 2.1

UffeJakobsen commented 4 months ago

FYI: I found this repo that seems to have done some further development https://github.com/gardners/Ophis/

michaelcmartin commented 4 months ago

Yeah, his work is part of 2.1, even; most of the support for the 4502/Mega65 is either directly his work or based on it. Thanks for the pointer, but it turns out he filed a PR for it here awhile back, so that stuff was on my radar 😄

In the absence of something special, I'm going to close this as a duplicate of #35 - this project has been fallow/stable for awhile now but I was intending to loop back to it once I wrapped up my current project. Watch this space; I expect there to be some progress later this month or August or so!

UffeJakobsen commented 4 months ago

Thanks for the update :+1:

michaelcmartin commented 4 months ago

Final update on this ticket: There is now a formal 2.2 release both here and at PyPI: https://pypi.org/project/ophis-asm/

UffeJakobsen commented 4 months ago

Thank you so much :+1: