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_SPIDEV
bool "python-spidev"
help
Python module for interfacing with SPI devices from user
space via the spidev linux kernel driver.
https://pypi.python.org/pypi/spidev
+3
View File
@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/spidev/json, sha256 locally computed
md5 f601676f1bb48b9aa3b3897f95216365 spidev-3.2.tar.gz
sha256 09d2b5122f0dd79910713a11f9a0020f71537224bf829916def4fffc0ea59456 spidev-3.2.tar.gz
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-spidev
#
################################################################################
PYTHON_SPIDEV_VERSION = 3.2
PYTHON_SPIDEV_SOURCE = spidev-$(PYTHON_SPIDEV_VERSION).tar.gz
PYTHON_SPIDEV_SITE = https://pypi.python.org/packages/36/83/73748b6e1819b57d8e1df8090200195cdae33aaa22a49a91ded16785eedd
PYTHON_SPIDEV_SETUP_TYPE = distutils
PYTHON_SPIDEV_LICENSE = GPL-2.0
PYTHON_SPIDEV_LICENSE_FILES = LICENSE.md
$(eval $(python-package))