mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-intelhex: new package
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
1c3e331043
commit
9dfcb24268
14
package/python-intelhex/python-intelhex.mk
Normal file
14
package/python-intelhex/python-intelhex.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-intelhex
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_INTELHEX_VERSION = 2.2.1
|
||||
PYTHON_INTELHEX_SOURCE = intelhex-$(PYTHON_INTELHEX_VERSION).tar.gz
|
||||
PYTHON_INTELHEX_SITE = https://files.pythonhosted.org/packages/01/66/8fab869edcc0eaf8fc030472ff379b8eeee2ef3b42f8aec6bd84e9f735e3
|
||||
PYTHON_INTELHEX_SETUP_TYPE = distutils
|
||||
PYTHON_INTELHEX_LICENSE = BSD-3-Clause
|
||||
PYTHON_INTELHEX_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user