mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Also re-numbers energenie sockets 1-4 (as noted by @bennuttall in comments to #239), and adds several "real pins" tests and board tests. The bad-PWM stuff is currently disabled as it causes segfaults when running the tests and I can't seem to trace the cause at the moment. Finally, I've tweaked the deb config to suggest gpiozero, removed spidev as a mandatory dep (which'll fix installs on wheezy for py3), and there's some more miscellaneous last-minute stuff here that I can't recall...
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Source: gpiozero
 | |
| Maintainer: Ben Nuttall <ben@raspberrypi.org>
 | |
| Homepage: http://github.com/RPi-Distro/python-gpiozero
 | |
| Section: python
 | |
| Priority: extra
 | |
| Build-Depends: debhelper (>= 8), python-all (>= 2.7), python-setuptools, python3-all, python3-setuptools, python-sphinx (>= 1.0.7+dfsg-1~)
 | |
| Standards-Version: 3.9.6
 | |
| X-Python-Version: >= 2.7
 | |
| X-Python3-Version: >= 3.2
 | |
| 
 | |
| Package: python-gpiozero
 | |
| Architecture: all
 | |
| Section: python
 | |
| Depends: ${misc:Depends}, ${python:Depends}, python-rpi.gpio
 | |
| Suggests: python-spidev, python-gpiozero-docs
 | |
| Description: Simple API for controlling devices attached to the GPIO pins.
 | |
|  gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify
 | |
|  interaction with devices connected to the GPIO pins, from simple buttons and
 | |
|  LEDs, up to various add-on boards. The API tries to adhere closely to Python's
 | |
|  idioms and naming conventions.
 | |
|  .
 | |
|  This is the Python 2 version of the package.
 | |
| 
 | |
| Package: python3-gpiozero
 | |
| Architecture: all
 | |
| Section: python
 | |
| Depends: ${misc:Depends}, ${python3:Depends}, python3-rpi.gpio
 | |
| Suggests: python3-spidev, python-gpiozero-docs
 | |
| Description: Simple API for controlling devices attached to the GPIO pins.
 | |
|  gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify
 | |
|  interaction with devices connected to the GPIO pins, from simple buttons and
 | |
|  LEDs, up to various add-on boards. The API tries to adhere closely to Python's
 | |
|  idioms and naming conventions.
 | |
|  .
 | |
|  This is the Python 3 version of the package.
 | |
| 
 | |
| Package: python-gpiozero-doc
 | |
| Architecture: all
 | |
| Section: doc
 | |
| Depends: ${sphinxdoc:Depends}, ${misc:Depends}
 | |
| Description: Documentation for the gpiozero API
 | |
|  gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify
 | |
|  interaction with devices connected to the GPIO pins, from simple buttons and
 | |
|  LEDs, up to various add-on boards. The API tries to adhere closely to Python's
 | |
|  idioms and naming conventions.
 | |
|  .
 | |
|  This is the version independent documentation for the package.
 |