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_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
|
||||
@@ -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
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user