package/python-canopen: new package

A Python implementation of the CANopen standard.

Signed-off-by: Attila Wagner <attila.wagner@onyxinsight.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Attila Wagner
2020-02-13 13:40:40 +00:00
committed by Thomas Petazzoni
parent 27df8b7b0d
commit c7e9b4d8d2
5 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-canopen
#
################################################################################
PYTHON_CANOPEN_VERSION = 1.0.0
PYTHON_CANOPEN_SOURCE = canopen-$(PYTHON_CANOPEN_VERSION).tar.gz
PYTHON_CANOPEN_SITE = https://files.pythonhosted.org/packages/1f/2b/55b6d82b3dcba184a01c6fe027df239953940e36a463cd24b71e67bd1f37
PYTHON_CANOPEN_SETUP_TYPE = setuptools
PYTHON_CANOPEN_LICENSE = MIT
PYTHON_CANOPEN_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))