mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Add hash file and change download location to PyPi. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
407 B
Makefile
14 lines
407 B
Makefile
################################################################################
|
|
#
|
|
# python-can
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CAN_VERSION = 1.4.2
|
|
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))
|