This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_PERIPHERY
bool "python-periphery"
help
A pure Python 2/3 library for peripheral I/O (GPIO, LED,
PWM, SPI, I2C, MMIO, Serial) in Linux.
https://github.com/vsergeev/python-periphery
@@ -0,0 +1,3 @@
# Locally calculated
sha256 a9a0a0ac02b8c3a954281777e92a15ec41abd311eb8732b50a2faaa9df62f1df python-periphery-1.1.1.tar.gz
sha256 db1bea825e728d8bcdf6c220d79c74370a9fcb63a4f9153c2cece2b63e177aa4 LICENSE
@@ -0,0 +1,13 @@
################################################################################
#
# python-periphery
#
################################################################################
PYTHON_PERIPHERY_VERSION = 1.1.1
PYTHON_PERIPHERY_SITE = $(call github,vsergeev,python-periphery,v$(PYTHON_PERIPHERY_VERSION))
PYTHON_PERIPHERY_LICENSE = MIT
PYTHON_PERIPHERY_LICENSE_FILES = LICENSE
PYTHON_PERIPHERY_SETUP_TYPE = setuptools
$(eval $(python-package))