Skip to content
This repository has been archived by the owner on Sep 15, 2019. It is now read-only.

Python3 support #5

Closed
AndreMiras opened this issue Nov 26, 2017 · 0 comments
Closed

Python3 support #5

AndreMiras opened this issue Nov 26, 2017 · 0 comments

Comments

@AndreMiras
Copy link
Collaborator

Makes sure the application is running under Python3.
Verify this in a unit test (tox).

AndreMiras added a commit that referenced this issue May 27, 2018
Moves from unmaintained zbar core python module, to `zbarlight` one.
Currently uses an old `zbarlight==1.2` version rather than `2.0`
because the other one requires `setuptools>=30.3` which doesn't yet
have working p4a recipe.
Unfortunately `zbarlight` doesn't yet make it possible to detect
multiple code types at the same time, see:
Polyconseil/zbarlight#23
But this is something we may workaround until it gets integrated
upstream.
Also, this brings another regression since the code type detection
is fixed to `qrcode`. This will be fixed in subsequent commits.
Last, this commit doesn't yet provide Python3 support, but migrating
was the first mandatory step of it.
AndreMiras added a commit that referenced this issue May 27, 2018
Moves from unmaintained zbar python module, to `zbarlight` one.
Currently uses an old `zbarlight==1.2` version rather than `2.0`
because the other one requires `setuptools>=30.3` which doesn't yet
have working p4a recipe.
Unfortunately `zbarlight` doesn't yet make it possible to detect
multiple code types at the same time, see:
Polyconseil/zbarlight#23
But this is something we may workaround until it gets integrated
upstream.
Also, this brings another regression since the code type detection
is fixed to `qrcode`. This will be fixed in subsequent commits.
Last, this commit doesn't yet provide Python3 support, but migrating
was the first mandatory step of it.
AndreMiras added a commit that referenced this issue May 27, 2018
zbarlight doesn't yet provide a more efficient way to do this, see:
Polyconseil/zbarlight#23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant