View | Details | Raw Unified | Return to bug 260204
Collapse All | Expand All

(-)b/devel/py-intelhex/Makefile (+17 lines)
Added Link Here
1
PORTNAME=	intelhex
2
PORTVERSION=	2.3.0
3
CATEGORIES=	devel python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	dmytro@posteo.net
8
COMMENT=	Python library and scripts to work with files in Intel HEX format
9
10
LICENSE=	BSD3CLAUSE
11
12
USES=		python:3.5+
13
USE_PYTHON=	autoplist distutils
14
15
NO_ARCH=	yes
16
17
.include <bsd.port.mk>
(-)b/devel/py-intelhex/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1631563474
2
SHA256 (intelhex-2.3.0.tar.gz) = 892b7361a719f4945237da8ccf754e9513db32f5628852785aea108dcd250093
3
SIZE (intelhex-2.3.0.tar.gz) = 44513
(-)b/devel/py-intelhex/pkg-descr (+7 lines)
Added Link Here
1
The intelhex Python library is developed to read, write, create from
2
scratch and manipulate data from Intel HEX file format.  The distribution
3
package also includes several convenience Python scripts, including
4
"classic" hex2bin and bin2hex converters and more, those based on the
5
library itself.
6
7
WWW: https://github.com/python-intelhex/intelhex

Return to bug 260204