FreeBSD Bugzilla – Attachment 229876 Details for
Bug 260204
[NEW PORT] devel/py-intelhex Python library and scripts to work with files in Intel HEX format
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add a devel/py-intelhex port
devel_py-intelhex.diff (text/plain), 1.40 KB, created by
Dmytro Bilokha
on 2021-12-04 09:22:16 UTC
(
hide
)
Description:
Patch to add a devel/py-intelhex port
Filename:
MIME Type:
Creator:
Dmytro Bilokha
Created:
2021-12-04 09:22:16 UTC
Size:
1.40 KB
patch
obsolete
>diff --git a/devel/py-intelhex/Makefile b/devel/py-intelhex/Makefile >new file mode 100644 >index 000000000000..d032495aab0d >--- /dev/null >+++ b/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> >diff --git a/devel/py-intelhex/distinfo b/devel/py-intelhex/distinfo >new file mode 100644 >index 000000000000..c75424687fbc >--- /dev/null >+++ b/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 >diff --git a/devel/py-intelhex/pkg-descr b/devel/py-intelhex/pkg-descr >new file mode 100644 >index 000000000000..360305d108b8 >--- /dev/null >+++ b/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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 260204
: 229876