void-packages/srcpkgs/python3-Pyro4/template

21 lines
581 B
Bash
Raw Normal View History

2020-09-20 10:02:42 +00:00
# Template file for 'python3-Pyro4'
pkgname=python3-Pyro4
version=4.80
2020-10-07 13:55:27 +00:00
revision=3
2020-09-20 10:02:42 +00:00
wrksrc="${pkgname#*-}-${version}"
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
}