mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package/python-can: new package
This patch provides controller area network support for Python. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
55a5200b59
commit
30d076be23
15
package/python-can/python-can.mk
Normal file
15
package/python-can/python-can.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-can
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CAN_VERSION = ae5b6cf
|
||||
PYTHON_CAN_SITE = https://bitbucket.org/hardbyte/python-can/get/
|
||||
PYTHON_CAN_SOURCE = $(PYTHON_CAN_VERSION).tar.bz2
|
||||
PYTHON_CAN_LICENSE = LGPLv3
|
||||
PYTHON_CAN_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_CAN_DEPENDENCIES = python
|
||||
PYTHON_CAN_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user