mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
python-Pyro4: update to 4.77
This commit is contained in:
parent
7276621482
commit
6d239d607b
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-Pyro4'
|
# Template file for 'python-Pyro4'
|
||||||
pkgname=python-Pyro4
|
pkgname=python-Pyro4
|
||||||
version=4.75
|
version=4.77
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="Pyro4"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools python-serpent>=1.27 python-selectors2"
|
depends="python-setuptools python-serpent>=1.27 python-selectors2"
|
||||||
short_desc="Distributed Object Middleware (IPC/RPC) for Python2"
|
short_desc="Distributed Object Middleware (IPC/RPC) for Python2"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="pulux <pulux@pf4sh.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pythonhosted.org/Pyro4/"
|
homepage="https://pythonhosted.org/Pyro4/"
|
||||||
distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
|
||||||
checksum=3897c0254046d4cb412a4d1a8f2f9c2c1c1ae643a24db07d0abdb51acdb8d7b5
|
checksum=2bfe12a22f396474b0e57c898c7e2c561a8f850bf2055d8cf0f7119f0c7a523f
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
pyro4:pyro4-check-config:/usr/bin/pyro4-check-config2
|
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"
|
pyro4:pyro4-test-echoserver:/usr/bin/pyro4-test-echoserver3"
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="python3-setuptools python3-serpent"
|
depends="python3-setuptools python3-serpent"
|
||||||
pycompile_module="Pyro4"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/*3
|
vmove usr/bin/*3
|
||||||
|
|
Loading…
Add table
Reference in a new issue