Add python-smbus2 as an alternative for python-smbus-cffi as the latter has not seen updates in 8 years and was archived on Jan 4 2024. Signed-off-by: Vincent Fazio <vfazio@xes-inc.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
534 B
Makefile
15 lines
534 B
Makefile
################################################################################
|
|
#
|
|
# python-smbus2
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SMBUS2_VERSION = 0.5.0
|
|
PYTHON_SMBUS2_SOURCE = smbus2-$(PYTHON_SMBUS2_VERSION).tar.gz
|
|
PYTHON_SMBUS2_SITE = https://files.pythonhosted.org/packages/10/c9/6d85aa809e107adf85303010a59b340be109c8f815cbedc5c08c73bcffef
|
|
PYTHON_SMBUS2_SETUP_TYPE = setuptools
|
|
PYTHON_SMBUS2_LICENSE = MIT
|
|
PYTHON_SMBUS2_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|