Skip to content

Commit

Permalink
Add devel/py-intelhex, Python library and scripts for Intel HEX format
Browse files Browse the repository at this point in the history
PR:		260204
  • Loading branch information
dmytro-bilokha authored and lwhsu committed Dec 20, 2021
1 parent fd1a56e commit e6b4ca6
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -4627,6 +4627,7 @@
SUBDIR += py-iniparse
SUBDIR += py-installer
SUBDIR += py-intbitset
SUBDIR += py-intelhex
SUBDIR += py-intervals
SUBDIR += py-intervaltree
SUBDIR += py-invoke
Expand Down
17 changes: 17 additions & 0 deletions devel/py-intelhex/Makefile
@@ -0,0 +1,17 @@
PORTNAME= intelhex
PORTVERSION= 2.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= dmytro@posteo.net
COMMENT= Python library and scripts to work with files in Intel HEX format

LICENSE= BSD3CLAUSE

USES= python:3.5+
USE_PYTHON= autoplist distutils

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-intelhex/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1631563474
SHA256 (intelhex-2.3.0.tar.gz) = 892b7361a719f4945237da8ccf754e9513db32f5628852785aea108dcd250093
SIZE (intelhex-2.3.0.tar.gz) = 44513
7 changes: 7 additions & 0 deletions devel/py-intelhex/pkg-descr
@@ -0,0 +1,7 @@
The intelhex Python library is developed to read, write, create from
scratch and manipulate data from Intel HEX file format. The distribution
package also includes several convenience Python scripts, including
"classic" hex2bin and bin2hex converters and more, those based on the
library itself.

WWW: https://github.com/python-intelhex/intelhex

0 comments on commit e6b4ca6

Please sign in to comment.