-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port to Python 3 #148
Comments
Hmm, the README says it already works with Python 3. So probably the script just needs to use |
I'm not sure what you mean, concretely. Honestly, I haven't kept up with Python evolution lately, and don't know much about the modern setup system. It used to be you could drop a file in your If there is somebody who has the time and knowledge to be the "release manager", that would be great, because I don't have either one right now. |
I've submitted a pull request that shows the exact change needed.
#154
I've tested this change locally and the script works fine with Python 3.
It is a totally awesome script btw, thanks so much for writing it.
The latest trend in Python packaging is pyproject.toml, I would suggest
dropping the setup.py from the setuptools branch and switching
to pyproject.toml. I'm not sure if setuptools or another Python
packaging tool should be used instead though.
https://snarky.ca/what-the-heck-is-pyproject-toml/
https://www.python.org/dev/peps/pep-0518/
https://www.python.org/dev/peps/pep-0517/
…--
bye,
pabs
https://wiki.debian.org/PaulWise
|
Fixed by |
Ref: #143 |
The Python 2 EOL is now passed and distros are starting to remove it. So it is going to become harder to run git-imerge. It would be great to see it ported to Python 3 soon.
https://pythonclock.org/
https://www.enricozini.org/blog/2020/python/python-2-is-dead/
The text was updated successfully, but these errors were encountered: