mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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:
committed by
Thomas Petazzoni
parent
27df8b7b0d
commit
c7e9b4d8d2
14
package/python-canopen/python-canopen.mk
Normal file
14
package/python-canopen/python-canopen.mk
Normal 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))
|
||||
Reference in New Issue
Block a user