16 lines
541 B
Bash
16 lines
541 B
Bash
# Template file for 'python3-opcua'
|
|
pkgname=python3-opcua
|
|
version=0.98.11
|
|
revision=1
|
|
archs=noarch
|
|
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=91b4dad14c2e1bede58cdd00ac0fb1ba4872af2ad894580973990edefbcce027
|