initial buildroot for linux 5.15
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 385716bdbd11fcf2c5728548c3d42f12ebc0974faa64fa1a98b89b4a44dc004c python-periphery-2.3.0.tar.gz
|
||||
sha256 76fe342043adfe8d9453c4979aa165476875137e15b0ddea1f4c3f3fa9808361 LICENSE
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-periphery
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PERIPHERY_VERSION = 2.3.0
|
||||
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