Merge pull request #22072 from commodo/python-updates1
[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.3.0
9 PKG_RELEASE:=1
10
11 PYPI_NAME:=intelhex
12 PKG_HASH:=892b7361a719f4945237da8ccf754e9513db32f5628852785aea108dcd250093
13
14 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> 
15 PKG_LICENSE:=BSD-3-Clause
16 PKG_LICENSE_FILES:=LICENSE.txt
17
18 include ../pypi.mk
19 include $(INCLUDE_DIR)/package.mk
20 include ../python3-package.mk
21
22 define Package/python3-intelhex
23 SECTION:=lang
24 CATEGORY:=Languages
25 SUBMENU:=Python
26 TITLE:=Intel HEX files manipulations
27 URL:=https://github.com/python-intelhex/intelhex
28 DEPENDS:=+python3-light
29 endef
30
31 define Package/python3-intelhex/description
32 This work implements an intelhex Python library to read, write, create from
33 scratch and manipulate data from Intel HEX file format.
34 endef
35
36 $(eval $(call Py3Package,python3-intelhex))
37 $(eval $(call BuildPackage,python3-intelhex))
38 $(eval $(call BuildPackage,python3-intelhex-src))