Merge pull request #2144 from pulux/pyro4
python-Pyro4: update to 4.39.
This commit is contained in:
commit
991f095a4d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-Pyro4'
|
||||
pkgname=python-Pyro4
|
||||
version=4.38
|
||||
revision=2
|
||||
version=4.39
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
|
@ -10,11 +10,11 @@ pycompile_module="Pyro4"
|
|||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python-setuptools python-serpent"
|
||||
short_desc="Distributed Object Middleware (IPC/RPC) for Python2"
|
||||
maintainer="pulux <pulux@pf4sh.de>"
|
||||
maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||
license="MIT"
|
||||
homepage="http://pythonhosted.org/Pyro4/"
|
||||
distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
|
||||
checksum=837fb552f54e46e54a13fa03c321073ba8373715346c4bc7e522b2c82a2c75c9
|
||||
checksum=39c6ca7f86b0f0bebfeada687a5a8b99f66470a52b0f815195ae63c683266f24
|
||||
|
||||
pre_build() {
|
||||
cp -a ${wrksrc} /tmp/${pkgname#*-}-2.7
|
||||
|
|
Loading…
Reference in New Issue