16 lines
540 B
Bash
16 lines
540 B
Bash
|
# Template file for 'python3-opcua'
|
||
|
pkgname=python3-opcua
|
||
|
version=0.98.9
|
||
|
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=cff42f65dc8aa0752d6e0c416be40298009a0b6001c71109b3032f70816fc779
|