generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-spidev/Config.in
Normal file
7
package/python-spidev/Config.in
Normal 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
|
||||
5
package/python-spidev/python-spidev.hash
Normal file
5
package/python-spidev/python-spidev.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# sha256 from https://pypi.org/project/spidev
|
||||
sha256 8a7f5c289f161ea2ac4697fa8a10918232c990678dd0053084b3c43b1363910d spidev-3.5.tar.gz
|
||||
|
||||
# locally computed
|
||||
sha256 153a6f02f41aebe292cf3307f973a80b4fb0c988d8d3e7d126c7a66c20b1cc27 README.md
|
||||
14
package/python-spidev/python-spidev.mk
Normal file
14
package/python-spidev/python-spidev.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-spidev
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SPIDEV_VERSION = 3.5
|
||||
PYTHON_SPIDEV_SOURCE = spidev-$(PYTHON_SPIDEV_VERSION).tar.gz
|
||||
PYTHON_SPIDEV_SITE = https://files.pythonhosted.org/packages/62/56/de649e7d95f9fcfaf965a6eb937b4a46bc77ef21487c99cde1a7a0546040
|
||||
PYTHON_SPIDEV_SETUP_TYPE = setuptools
|
||||
PYTHON_SPIDEV_LICENSE = MIT
|
||||
PYTHON_SPIDEV_LICENSE_FILES = README.md
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user