~racb/uvtool:python3-packaging

Last commit made on 2019-10-23
Get this branch:
git clone -b python3-packaging https://git.launchpad.net/~racb/uvtool
Only Robie Basak can upload to this branch. If you are Robie Basak please log in for upload directions.

Branch merges

Branch information

Name:
python3-packaging
Repository:
lp:~racb/uvtool

Recent commits

e358612... by Robie Basak

Changelog for 0~git162-0ubuntu1

9f5cac0... by Robie Basak

Invoke tests with Python 3

c1afa05... by Robie Basak

Switch to pybuild for Python 3 build

537195a... by Robie Basak

Drop X-Python-Version

This is no longer needed in the Python 3 build since any current
packaged Python 3 version will do.

b51de8a... by Robie Basak

Swap python-all dependency for python3

473ffbf... by Robie Basak

Drop python-setuptools dependency

In Python 3, we are using distutils which is in the standard library.

4640746... by Robie Basak

Switch to equivalent Python 3 dependencies

34a456e... by Robie Basak

Drop dependency on python-mock

In Python 3 this is replaced with unittest.mock in the standard library.

335084a... by Robie Basak

Merge branch 'master' into ubuntu/devel

803a191... by Robie Basak

Merge branch 'python3'

This branch breaks things until it is done, so I am forcing a merge
commit to try and help with any future archaeology. Keeping everything
working on every commit would have necessitated dual 2/3 code, which
wasn't worth doing.