Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions python/py-intelhex/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup python 1.0

name py-intelhex
version 2.3.0
revision 0
license BSD
platforms {darwin any}
supported_archs noarch
maintainers nomaintainer
description The Intel HEX file format is widely used in microprocessors and microcontrollers area (embedded systems etc) \
as the de facto standard for representation of code to be programmed into microelectronic devices.
long_description {*}${description} This work implements an intelhex Python library to read, write, create from scratch \
and manipulate data from Intel HEX file format.
homepage https://github.com/python-intelhex/intelhex

checksums rmd160 f6aa96053d8b6cd85df8c433acb02a0e368c04cd \
sha256 892b7361a719f4945237da8ccf754e9513db32f5628852785aea108dcd250093 \
size 44513

python.versions 310 311 312