b898022e76
License file hash changed because CRLF line endings were removed. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
15 lines
547 B
Makefile
15 lines
547 B
Makefile
################################################################################
|
|
#
|
|
# python-canopen
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CANOPEN_VERSION = 2.2.0
|
|
PYTHON_CANOPEN_SOURCE = canopen-$(PYTHON_CANOPEN_VERSION).tar.gz
|
|
PYTHON_CANOPEN_SITE = https://files.pythonhosted.org/packages/49/55/67e555f6f4ea51d6d966e998a77881c1bd726c6e8cc602fd04852772ce87
|
|
PYTHON_CANOPEN_SETUP_TYPE = setuptools
|
|
PYTHON_CANOPEN_LICENSE = MIT
|
|
PYTHON_CANOPEN_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|