head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.10
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.8
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.6
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.4
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.2
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.1.0.2
	pkgsrc-2024Q4-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2025.03.05.10.20.33;	author wiz;	state Exp;
branches;
next	1.1;
commitid	U9wzd2GaHZOXFRLF;

1.1
date	2024.11.05.11.13.22;	author wiz;	state Exp;
branches;
next	;
commitid	yxDUQdZjV8tePrwF;


desc
@@


1.2
log
@py-uModbus: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.
@
text
@# $NetBSD: Makefile,v 1.1 2024/11/05 11:13:22 wiz Exp $

DISTNAME=	uModbus-1.0.4
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	net python
MASTER_SITES=	${MASTER_SITE_PYPI:=u/uModbus/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/AdvancedClimateSystems/umodbus/
COMMENT=	Implementation of the Modbus protocol in pure Python
LICENSE=	mpl-2.0

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
DEPENDS+=	${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial

USE_LANGUAGES=	# none

WHEEL_NAME=	${DISTNAME:tl}

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@net/py-uModbus: import py-uModbus-1.0.4

uModbus is a pure Python implementation of the Modbus protocol as
described in the MODBUS Application Protocol Specification V1.1b3.
uModbus implements both a Modbus client (both TCP and RTU) and a
Modbus server (both TCP and RTU). The "u" or "mu" in the name comes
from the the SI prefix "micro-". uModbus is very small and lightweight.
@
text
@d1 1
a1 1
# $NetBSD$
d5 1
d14 1
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
d19 2
@

