diff options
author | Grzegorz Blach <grzegorz@blach.pl> | 2018-09-28 20:00:34 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-09 15:35:42 +0200 |
commit | f99a1f95c9323b3216ed12d080e800476f3ff91a (patch) | |
tree | a0554dbd2fface6a37fe343e3e750a013e6056e4 /package/python-pigpio/python-pigpio.mk | |
parent | a3fb16a0ffead163aa2cfec7e561431a346f30c8 (diff) | |
download | buildroot-f99a1f95c9323b3216ed12d080e800476f3ff91a.tar.gz buildroot-f99a1f95c9323b3216ed12d080e800476f3ff91a.zip |
python-pigpio: new package
Pigpio is a Python module for the Raspberry Pi
which talks to the pigpio daemon to allow control
of the general purpose input outputs (GPIO).
http://abyz.co.uk/rpi/pigpio/python.html
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
[Thomas: use proper SPDX license tag]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-pigpio/python-pigpio.mk')
-rw-r--r-- | package/python-pigpio/python-pigpio.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/python-pigpio/python-pigpio.mk b/package/python-pigpio/python-pigpio.mk new file mode 100644 index 0000000000..7c4527ad94 --- /dev/null +++ b/package/python-pigpio/python-pigpio.mk @@ -0,0 +1,13 @@ +################################################################################ +# +# python-pigpio +# +################################################################################ + +PYTHON_PIGPIO_VERSION = 1.40.post1 +PYTHON_PIGPIO_SOURCE = pigpio-$(PYTHON_PIGPIO_VERSION).tar.gz +PYTHON_PIGPIO_SITE = https://files.pythonhosted.org/packages/da/91/80c893c398bc6805592f44267bbf4bf88323de3db0f5e8f94b0fa8e28426 +PYTHON_PIGPIO_SETUP_TYPE = setuptools +PYTHON_PIGPIO_LICENSE = Unlicense + +$(eval $(python-package)) |