Commit 30d076be authored by Angelo Compagnucci's avatar Angelo Compagnucci Committed by Thomas Petazzoni
Browse files

package/python-can: new package

parent 55a5200b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -573,6 +573,7 @@ if BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
menu "external python modules"
	source "package/python-alsaaudio/Config.in"
	source "package/python-bottle/Config.in"
	source "package/python-can/Config.in"
	source "package/python-certifi/Config.in"
	source "package/python-cffi/Config.in"
	source "package/python-cheetah/Config.in"
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PYTHON_CAN
	bool "python-can"
	help
	  This module provides controller area network support for Python.

	  https://bitbucket.org/hardbyte/python-can
+15 −0
Original line number Diff line number Diff line
################################################################################
#
# 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))