Merge pull request #11353 from kvuorine/fwknop-fixes
[feed/packages.git] / lang / python / python-intelhex / Makefile
1 # This is free software, licensed under the GNU General Public License v2.
2 # See /LICENSE for more information.
3 #
4
5 include $(TOPDIR)/rules.mk
6
7 PKG_NAME:=python-intelhex
8 PKG_VERSION:=2.2.1
9 PKG_RELEASE:=2
10
11 PYPI_NAME:=IntelHex
12 PYPI_SOURCE_NAME:=intelhex
13 PKG_HASH:=009d8511e0d50639230c39af9607deee771cf026f67ef7507a8c3fd4fa927832
14
15 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
16 PKG_LICENSE:=BSD-3-Clause
17 PKG_LICENSE_FILES:=LICENSE.txt
18
19 include ../pypi.mk
20 include $(INCLUDE_DIR)/package.mk
21 include ../python3-package.mk
22
23 define Package/python3-intelhex
24 SECTION:=lang
25 CATEGORY:=Languages
26 SUBMENU:=Python
27 TITLE:=python3-intelhex
28 URL:=https://github.com/bialix/intelhex
29 DEPENDS:=+python3-light
30 endef
31
32 define Package/python3-intelhex/description
33 This work implements an intelhex Python library to read, write, create from
34 scratch and manipulate data from Intel HEX file format.
35 endef
36
37 PYTHON3_PKG_SETUP_ARGS:=
38
39 $(eval $(call Py3Package,python3-intelhex))
40 $(eval $(call BuildPackage,python3-intelhex))
41 $(eval $(call BuildPackage,python3-intelhex-src))