Files
ports/comms/meshcore-cli/Makefile
T
Po-Chuan Hsieh b3dae94d12 comms/meshcore-cli: Clean up USES=python
Python 3.10 is the minimal supported Python 3.

Approved by:	portmgr (blanket)
With hat:	python
2026-06-27 04:47:21 +08:00

24 lines
726 B
Makefile

PORTNAME= meshcore_cli
PORTVERSION= 1.5.7
CATEGORIES= comms python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= samm@FreeBSD.org
COMMENT= CLI interface to MeshCore companion app over TCP or Serial
WWW= https://github.com/meshcore-dev/meshcore-cli
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meshcore>=2.3.2:comms/py-meshcore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prompt-toolkit>0:devel/py-prompt-toolkit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>