Files
rpi-buildroot/package/python-canopen/python-canopen.mk
Bernd Kuhls 8372c94839 package/python-canopen: bump version to 2.4.1
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-10-14 20:44:13 +02:00

16 lines
604 B
Makefile

################################################################################
#
# python-canopen
#
################################################################################
PYTHON_CANOPEN_VERSION = 2.4.1
PYTHON_CANOPEN_SOURCE = canopen-$(PYTHON_CANOPEN_VERSION).tar.gz
PYTHON_CANOPEN_SITE = https://files.pythonhosted.org/packages/be/ea/f2654cb432988dfe9ab93140ff502f7e2e7eaa1835e8aaa4ee5a935af736
PYTHON_CANOPEN_SETUP_TYPE = setuptools
PYTHON_CANOPEN_LICENSE = MIT
PYTHON_CANOPEN_LICENSE_FILES = LICENSE.txt
PYTHON_CANOPEN_DEPENDENCIES = host-python-setuptools-scm
$(eval $(python-package))