summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorChristopher Arndt2018-08-02 15:24:51 +0200
committerChristopher Arndt2018-08-02 15:31:00 +0200
commit4b033d3254e743af17a45da6f77e6317ed857595 (patch)
tree754c15db169fc305ffcd275aadb0e99d75d09aaa /.SRCINFO
parentb3ac3cf4221e09c02ef3b01b6cb0a6a7a6e05c85 (diff)
downloadaur-4b033d3254e743af17a45da6f77e6317ed857595.tar.gz
New upstream version and various package improvements
* Updated to new upstream version 1.4.1. * Moved 'python-setuptools' to depends, it is needed by the installed 'pinout' program. * Added optdepends for 'python-spidev' and 'python-rpi.gio'. * Updated pkgdesc to match projects webpage. * Install custom license file. * Added package name to source tarball to avoid name conflicts. * Added git ignore file. Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO13
1 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f95ef909cc7..47f8b7f9398c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = python-gpiozero
- pkgdesc = A simple interface to everyday GPIO components used with Raspberry Pi.
- pkgver = 1.4.0
+ pkgdesc = A simple interface to GPIO devices with Raspberry Pi
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/RPi-Distro/python-gpiozero
arch = any
license = BSD
- makedepends = python-distribute
- depends = python
- source = https://github.com/RPi-Distro/python-gpiozero/archive/v1.4.0.tar.gz
- sha256sums = 7af2f049d0f16357b283620eab5a14925680cbf799d0a37093332686bf470227
+ depends = python-setuptools
+ optdepends = python-spidev: for SPI access
+ optdepends = python-rpi.gpio: for Raspberry Pi GPIO pin access via RPi.GPIO library
+ source = python-gpiozero-1.4.1.tar.gz::https://github.com/RPi-Distro/python-gpiozero/archive/v1.4.1.tar.gz
+ sha256sums = d2d7ef04487ac5271c0ff565877ce7a5c376fc05d01bff183c98aa00635af099
pkgname = python-gpiozero