New package: python3-intelhex-2.3.0

This commit is contained in:
Mateusz Sylwestrzak 2024-09-09 21:16:43 +02:00 committed by classabbyamp
parent 8d0e7cde59
commit 7ed4337d17

View file

@ -0,0 +1,17 @@
# Template file for 'python3-intelhex'
pkgname=python3-intelhex
version=2.3.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python library for Intel HEX files manipulations"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="MIT"
homepage="https://github.com/python-intelhex/intelhex"
distfiles="${PYPI_SITE}/i/intelhex/intelhex-${version}.tar.gz"
checksum=892b7361a719f4945237da8ccf754e9513db32f5628852785aea108dcd250093
post_install() {
vlicense LICENSE.txt
}