20 lines
547 B
Bash
20 lines
547 B
Bash
# Template file for 'python3-Pyro4'
|
|
pkgname=python3-Pyro4
|
|
version=4.80
|
|
revision=6
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-serpent"
|
|
short_desc="Distributed Object Middleware (IPC/RPC) for Python3"
|
|
maintainer="pulux <pulux@pf4sh.de>"
|
|
license="MIT"
|
|
homepage="https://pythonhosted.org/Pyro4/"
|
|
distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
|
|
checksum=46847ca703de3f483fbd0b2d22622f36eff03e6ef7ec7704d4ecaa3964cb2220
|
|
|
|
conflicts="python-Pyro4>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|