You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
24 lines
1.1 KiB
Tcl
24 lines
1.1 KiB
Tcl
# -*- 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
|