Merge lp:~glatzor/software-properties/python3 into lp:software-properties
Proposed by Sebastian Heinlein
Status: | Needs review |
---|---|
Proposed branch: | lp:~glatzor/software-properties/python3 |
Merge into: | lp:software-properties |
Diff against target: | 140 lines (+54/-10) 7 files modified debian/changelog (+10/-0) debian/control (+21/-2) debian/python-software-properties.install (+1/-1) debian/python3-software-properties.install (+1/-0) debian/rules (+16/-1) setup.cfg (+3/-0) setup.py (+2/-6) |
To merge this branch: | bzr merge lp:~glatzor/software-properties/python3 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Barry Warsaw (community) | Needs Fixing | ||
Review via email: |
Description of the change
Basic Python3 "port" to provide the depedencies of aptdaemon only.
To post a comment you must log in.
Unmerged revisions
- 758. By Sebastian Heinlein
-
* debian/control:
- Add new package python3-software- properties
- Add build dependencies on setuptools and python3 - 757. By Sebastian Heinlein
-
Add build dependency on setuptools
- 756. By Sebastian Heinlein
-
Update changelog
- 755. By Sebastian Heinlein
-
Add a new python3-
software- properties package (which is required by aptdaemon) - 754. By Sebastian Heinlein
-
Update debian/rules to also make a Python3 build
- 753. By Sebastian Heinlein
-
Switch to setuptools to get 2to3
I had to add Build-Deps for python-setuptools and python3-setuptools in order for the branch to build correctly.
Also, while I'm glad the tests are run, I'm wondering why you chose to run them during source package build, and in the .bzr-builddeb/ defaults. conf file instead of the debian/rules file? What do you think about moving the tests to rules and running them at binary package build time?
Other than that, this looks pretty good. Since it's required for python3 support in aptdaemon, I'd be fine if you fixed these small issues and uploaded the new package. Thanks!