Skip to content
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

Activity Port to Python 3 Checklist #145

Closed
quozl opened this issue Mar 11, 2018 · 4 comments
Closed

Activity Port to Python 3 Checklist #145

quozl opened this issue Mar 11, 2018 · 4 comments

Comments

@quozl
Copy link
Contributor

quozl commented Mar 11, 2018

We need a "Activity Port to Python 3" checklist , for example;

  • install the Python 3 Sugar Toolkit for GTK+ 3,
  • change sugar-activity to sugar-activity3 in activity/activity.info,
  • change any #! from python2 to python3,
  • port to Python 3,
  • run flake8 and fix things,
  • test.
@rhl-bthr
Copy link

@quozl, I am working on this issue

Should we standardise the minor and the macro versions of Python 3 ?

@quozl
Copy link
Contributor Author

quozl commented Mar 14, 2018

Should we standardise the minor and the macro versions of Python 3 ?

I don't know, tell me more? My preference is to work with whatever version of Python 3 is included with latest release of Debian, Fedora, or Ubuntu. Those systems ship a /usr/bin/python3, so there's no real need to refer to minor version.

@rhl-bthr
Copy link

I looked at the changelogs of the past few releases of Python 3.
I agree that this shouldn't cause a problem. I think it would be similar to having different Gtk versions

@quozl
Copy link
Contributor Author

quozl commented Apr 4, 2018

@quozl quozl closed this as completed Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants