Port unity to Python 3
Bug #1512909 reported by
Barry Warsaw
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity |
Fix Released
|
High
|
Marco Trevisan (Treviño) | ||
unity (Ubuntu) |
Fix Released
|
High
|
Marco Trevisan (Treviño) |
Bug Description
We're dropping Python 2.7 from the default installs so unity must be ported to Python 3. It actually might be fairly easy, since I think /usr/bin/unity might be the only actual Python 2 script and I think it will run on Python 3. I'm doing a test build now to see if that's the case and then will attach a patch or branch.
Related branches
lp://staging/~unity-team/unity/python3-ready
- PS Jenkins bot (community): Approve (continuous-integration)
- Barry Warsaw (community): Needs Information
- Unity Team: Pending requested
-
Diff: 292 lines (+67/-58)5 files modifieddebian/changelog (+13/-0)
debian/control (+3/-1)
debian/rules (+6/-11)
tests/CMakeLists.txt (+1/-1)
tools/unity.cmake (+44/-45)
tags: | added: patch |
Changed in unity: | |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
Changed in unity (Ubuntu): | |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
Changed in unity (Ubuntu): | |
status: | New → In Progress |
Changed in unity (Ubuntu): | |
milestone: | none → ubuntu-16.04 |
tags: | removed: rls-x-incoming |
tags: | added: unity-backlog |
Changed in unity: | |
status: | In Progress → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Here's my diff so far. I tried to build this locally but the build segfaulted, so I'll try in a PPA tomorrow.