python-Pyro4: update to 4.77
This commit is contained in:
parent
7276621482
commit
6d239d607b
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'python-Pyro4'
|
||||
pkgname=python-Pyro4
|
||||
version=4.75
|
||||
revision=2
|
||||
version=4.77
|
||||
revision=1
|
||||
archs=noarch
|
||||
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"
|
||||
|
@ -13,7 +12,7 @@ maintainer="pulux <pulux@pf4sh.de>"
|
|||
license="MIT"
|
||||
homepage="https://pythonhosted.org/Pyro4/"
|
||||
distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
|
||||
checksum=3897c0254046d4cb412a4d1a8f2f9c2c1c1ae643a24db07d0abdb51acdb8d7b5
|
||||
checksum=2bfe12a22f396474b0e57c898c7e2c561a8f850bf2055d8cf0f7119f0c7a523f
|
||||
|
||||
alternatives="
|
||||
pyro4:pyro4-check-config:/usr/bin/pyro4-check-config2
|
||||
|
@ -37,7 +36,6 @@ python3-Pyro4_package() {
|
|||
pyro4:pyro4-test-echoserver:/usr/bin/pyro4-test-echoserver3"
|
||||
archs=noarch
|
||||
depends="python3-setuptools python3-serpent"
|
||||
pycompile_module="Pyro4"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/*3
|
||||
|
|
Loading…
Reference in New Issue