-
Notifications
You must be signed in to change notification settings - Fork 19
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
Python 3 compatibility #7
base: master
Are you sure you want to change the base?
Conversation
and add patch to support Python 3 since Python 2 is EoL on January 1 2020. PR: 242413 Submitted by: maintainer Obtained from: feurix/hatop#7 git-svn-id: svn+ssh://svn.freebsd.org/ports/head@519596 35697150-7ecd-e111-bb59-0022644237b5
and add patch to support Python 3 since Python 2 is EoL on January 1 2020. PR: 242413 Submitted by: maintainer Obtained from: feurix/hatop#7
and add patch to support Python 3 since Python 2 is EoL on January 1 2020. PR: 242413 Submitted by: maintainer Obtained from: feurix/hatop#7 git-svn-id: svn+ssh://svn.freebsd.org/ports/head@519596 35697150-7ecd-e111-bb59-0022644237b5
bump. can this be merged? hatop is broken since python3 has become de facto standard. |
To @domdom82, @hajs , and anyone else who stumbles on this PR, I've taken @feurix's lack of interaction with this project and the 404'ing of all the project links, as evidence of non-interest, and have forked this project over to https://github.com/jhunt/hatop. This PR has since been merged there, and I will continue to maintain HATop over there, since I too derive value from its continued existence / viability. |
@jhunt thanks for taking this one! I think it might be useful for me, too. Will be watching the new repo if you need any help. |
Hello, this patch makes sure that the code runs with Python 3.
This is tested with Python 3.6 and Python 2.7