Added python-periphery package

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Franz Forstmayr 2018-05-30 07:40:26 +02:00 committed by Khem Raj
parent 75540ab149
commit 068b4ae968
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,7 @@
DESCRIPTION = "A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux."
HOMEPAGE = "http://pythonhosted.org/python-periphery/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=063846af82b555d48822cf43dc6db6af"
PYPI_PACKAGE = "python-periphery"

View File

@ -0,0 +1,4 @@
inherit pypi setuptools
require python-periphery.inc
SRC_URI[sha256sum] = "fe8f351934edce72cd919b4eb070878ebff551db5e21aea61e0f446101f0a79f"

View File

@ -0,0 +1,4 @@
inherit pypi setuptools3
require python-periphery.inc
SRC_URI[sha256sum] = "fe8f351934edce72cd919b4eb070878ebff551db5e21aea61e0f446101f0a79f"