vp-build/srcpkgs/python-Pyro4/template

48 lines
1.5 KiB
Bash

# Template file for 'python-Pyro4'
pkgname=python-Pyro4
version=4.74
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="Pyro4"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools python-serpent>=1.27 python-selectors2"
short_desc="Distributed Object Middleware (IPC/RPC) for Python2"
maintainer="pulux <pulux@pf4sh.de>"
license="MIT"
homepage="https://pythonhosted.org/Pyro4/"
distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
checksum=89ed7b12c162e5124f322f992f9506c44f5e1a379926cf01ee73ef810d3bf75f
alternatives="
pyro4:pyro4-check-config:/usr/bin/pyro4-check-config2
pyro4:pyro4-flameserver:/usr/bin/pyro4-flameserver2
pyro4:pyro4-httpgateway:/usr/bin/pyro4-httpgateway2
pyro4:pyro4-ns:/usr/bin/pyro4-ns2
pyro4:pyro4-nsc:/usr/bin/pyro4-nsc2
pyro4:pyro4-test-echoserver:/usr/bin/pyro4-test-echoserver2"
post_install() {
vlicense LICENSE
}
python3-Pyro4_package() {
alternatives="
pyro4:pyro4-check-config:/usr/bin/pyro4-check-config3
pyro4:pyro4-flameserver:/usr/bin/pyro4-flameserver3
pyro4:pyro4-httpgateway:/usr/bin/pyro4-httpgateway3
pyro4:pyro4-ns:/usr/bin/pyro4-ns3
pyro4:pyro4-nsc:/usr/bin/pyro4-nsc3
pyro4:pyro4-test-echoserver:/usr/bin/pyro4-test-echoserver3"
noarch=yes
depends="python3-setuptools python3-serpent"
pycompile_module="Pyro4"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/bin/*3
vmove usr/lib/python3*
vlicense LICENSE
}
}