15 lines
539 B
Bash
15 lines
539 B
Bash
# Template file for 'python3-opcua'
|
|
pkgname=python3-opcua
|
|
version=0.98.13
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-cryptography python3-dateutil python3-lxml python3-pytz"
|
|
checkdepends="$depends"
|
|
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=3352f30b5fed863146a82778aaf09faa5feafcb9dd446a4f49ff34c0c3ebbde6
|