Date: Sat, 17 Aug 2024 20:45:00 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1cb447a76187 - main - comms/py-pyocd-pemicro: Python PyOCD_PEMicro plugin debug probes support Message-ID: <202408172045.47HKj0Zm043378@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cb447a7618742ac8c4a1680dbe052bd5a05e0a5 commit 1cb447a7618742ac8c4a1680dbe052bd5a05e0a5 Author: Shapovalov Alexey <aishapoval@mts.ru> AuthorDate: 2024-07-03 08:06:15 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-08-17 20:44:40 +0000 comms/py-pyocd-pemicro: Python PyOCD_PEMicro plugin debug probes support Sponsored by: Serenity Cybersecurity, LLC --- comms/Makefile | 1 + comms/py-pyocd-pemicro/Makefile | 25 +++++++++++++++++++++++++ comms/py-pyocd-pemicro/distinfo | 3 +++ comms/py-pyocd-pemicro/pkg-descr | 1 + 4 files changed, 30 insertions(+) diff --git a/comms/Makefile b/comms/Makefile index 01c53a385fc2..497011eadd46 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -140,6 +140,7 @@ SUBDIR += py-pylink-square SUBDIR += py-pymodbus SUBDIR += py-pyocd + SUBDIR += py-pyocd-pemicro SUBDIR += py-pyserial SUBDIR += py-pyserial-asyncio SUBDIR += py-streamdeck diff --git a/comms/py-pyocd-pemicro/Makefile b/comms/py-pyocd-pemicro/Makefile new file mode 100755 index 000000000000..ff6e9c093cb8 --- /dev/null +++ b/comms/py-pyocd-pemicro/Makefile @@ -0,0 +1,25 @@ +PORTNAME= pyocd-pemicro +PORTVERSION= 1.1.5 +CATEGORIES= comms python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= awoonyaa@gmail.com +COMMENT= Simple PyOCD debug probe plugin for PEMicro debug probes +WWW= https://pypi.org/project/pyocd-pemicro/ + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyocd>=0:comms/py-pyocd@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pypemicro>=0:devel/py-pypemicro@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/comms/py-pyocd-pemicro/distinfo b/comms/py-pyocd-pemicro/distinfo new file mode 100755 index 000000000000..f4aa17ee2222 --- /dev/null +++ b/comms/py-pyocd-pemicro/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1703157774 +SHA256 (pyocd-pemicro-1.1.5.tar.gz) = fc3e7c8bfcf3acd4902d32e3c06ad87347a1cb0a6a9324d8bfda80eda78ca024 +SIZE (pyocd-pemicro-1.1.5.tar.gz) = 11957 diff --git a/comms/py-pyocd-pemicro/pkg-descr b/comms/py-pyocd-pemicro/pkg-descr new file mode 100755 index 000000000000..c36a1d3a3dba --- /dev/null +++ b/comms/py-pyocd-pemicro/pkg-descr @@ -0,0 +1 @@ +The simple PyOCD debug probe plugin for PEMicro debug probes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408172045.47HKj0Zm043378>