mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-08 10:15:23 +01:00
Added python-periphery package
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
75540ab149
commit
068b4ae968
7
meta-python/recipes-devtools/python/python-periphery.inc
Normal file
7
meta-python/recipes-devtools/python/python-periphery.inc
Normal 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"
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
inherit pypi setuptools
|
||||
require python-periphery.inc
|
||||
|
||||
SRC_URI[sha256sum] = "fe8f351934edce72cd919b4eb070878ebff551db5e21aea61e0f446101f0a79f"
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
inherit pypi setuptools3
|
||||
require python-periphery.inc
|
||||
|
||||
SRC_URI[sha256sum] = "fe8f351934edce72cd919b4eb070878ebff551db5e21aea61e0f446101f0a79f"
|
||||
Loading…
Reference in New Issue
Block a user