You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
abbe6c68e0
Package has been relicensed under the MIT license, and LICENSE.md has been removed. The git repo has a LICENSE file, but it isn't available in the tarball, so use the readme file instead. https://github.com/doceme/py-spidev/commit/611b74341f44d444670fd373b1fb755ea2589718 Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
533 B
Makefile
15 lines
533 B
Makefile
################################################################################
|
|
#
|
|
# python-spidev
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SPIDEV_VERSION = 3.4
|
|
PYTHON_SPIDEV_SOURCE = spidev-$(PYTHON_SPIDEV_VERSION).tar.gz
|
|
PYTHON_SPIDEV_SITE = https://files.pythonhosted.org/packages/fb/14/4c2e1640f0cb04862c76d9d76ed7c945b0f67876e503ac02f7f675fe86a0
|
|
PYTHON_SPIDEV_SETUP_TYPE = distutils
|
|
PYTHON_SPIDEV_LICENSE = MIT
|
|
PYTHON_SPIDEV_LICENSE_FILES = README.md
|
|
|
|
$(eval $(python-package))
|