Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_CAN
|
||||
bool "python-can"
|
||||
help
|
||||
This module provides controller area network support for Python.
|
||||
|
||||
https://bitbucket.org/hardbyte/python-can
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=b9b556fe6f016c0a3b27cc67790cf821, sha256 locally computed
|
||||
md5 b9b556fe6f016c0a3b27cc67790cf821 python-can-1.4.3.tar.gz
|
||||
sha256 2dcd32737cc39fbf39f41521146a9685f594942c99c6183bad7e3c404930198b python-can-1.4.3.tar.gz
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-can
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CAN_VERSION = 1.4.3
|
||||
PYTHON_CAN_SITE = https://pypi.python.org/packages/source/p/python-can
|
||||
PYTHON_CAN_LICENSE = LGPLv3
|
||||
PYTHON_CAN_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_CAN_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user