[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / net / py-modbus

File: [local] / ports / net / py-modbus / Makefile (download)

Revision 1.3, Mon May 6 12:23:47 2024 UTC (5 weeks, 1 day ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines

bump REVISION for py3.10 -> py3.11 switch

# do not update to 3.5.0, breaking change
# cf https://github.com/nmakel/solaredge_modbus/issues/83
COMMENT =	full modbus protocol written in python

MODPY_EGG_VERSION =	3.4.1
REVISION =	1
DISTNAME =	pymodbus-${MODPY_EGG_VERSION}
PKGNAME =	py-${DISTNAME}

CATEGORIES =	net

HOMEPAGE =	https://github.com/pymodbus-dev/pymodbus

# MIT
PERMIT_PACKAGE =	Yes

MODULES =	lang/python
MODPY_PYBUILD =	setuptools

MODPY_PI =	Yes
NO_TEST =	Yes

RUN_DEPENDS =	devel/py-serial${MODPY_FLAVOR}
FLAVORS =	python3
FLAVOR =	python3

.include <bsd.port.mk>