mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -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))
|
||||
Reference in New Issue
Block a user