Bug#919617: python-gpiozero file conflict with python3-gpiozero

2019-01-19 Thread Ben Nuttall
On Fri, 18 Jan 2019 01:42:55 + Peter Green wrote: > Package: python-gpiozero > Version: 1.4.1-1 > Severity: serious > > The 1.4.1-1 upload of gpiozero added the "pinout" utility, unfortunately it added it to both the python-gpiozero and python3-gpiozero packages. The result is a file conflict

Bug#856413: gpiozero: please provide python module on all architectures

2018-09-13 Thread Ben Nuttall
Thanks Nick Please could you make gpiozero available for all arches? > I don't believe any changes to the library would be required for this. The control file already states "Architecture: all" [1]. Is that correct, or is there anything else required? [1]

Bug#856413:

2017-03-01 Thread Ben Nuttall
When run on a Raspberry Pi, the gpiozero module uses a low-level gpio pin library to do the physical pin state manipulation on the hardware. When run on a PC, you can either: - use the mock pin implementation for testing purposes - use the pigpio python library to access real hardware pins on a