15 lines
528 B
Bash
15 lines
528 B
Bash
# Template file for 'python3-opcua'
|
|
pkgname=python3-opcua
|
|
version=0.98.12
|
|
revision=2
|
|
wrksrc="opcua-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-cryptography python3-dateutil python3-lxml"
|
|
short_desc="Pure Python OPC-UA client and server library"
|
|
maintainer="Pulux <pulux@pf4sh.de>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="http://freeopcua.github.io/"
|
|
distfiles="${PYPI_SITE}/o/opcua/opcua-${version}.tar.gz"
|
|
checksum=947cf0de842f9eee86ed2c39607c2b2c5a288ed42e0298d87c7a663ec7ee48aa
|