mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
python-Pyro4: update to 4.41
This commit is contained in:
parent
1bcf73d3af
commit
fc40723c7e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-Pyro4'
|
# Template file for 'python-Pyro4'
|
||||||
pkgname=python-Pyro4
|
pkgname=python-Pyro4
|
||||||
version=4.40
|
version=4.41
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
@ -10,11 +10,11 @@ pycompile_module="Pyro4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python-setuptools python-serpent"
|
depends="python-setuptools python-serpent"
|
||||||
short_desc="Distributed Object Middleware (IPC/RPC) for Python2"
|
short_desc="Distributed Object Middleware (IPC/RPC) for Python2"
|
||||||
maintainer="Markus Berger <pulux@pf4sh.de>"
|
maintainer="pulux <pulux@pf4sh.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://pythonhosted.org/Pyro4/"
|
homepage="http://pythonhosted.org/Pyro4/"
|
||||||
distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
|
||||||
checksum=00423d3710f60b2da146075a59e17bfa837f556ed2c8acafe05bc209dcaac3e9
|
checksum=3af4749140e9d4032632277ac19e7fd4761856d2df0f0643c574d1e7174a9703
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cp -a ${wrksrc} /tmp/${pkgname#*-}-2.7
|
cp -a ${wrksrc} /tmp/${pkgname#*-}-2.7
|
||||||
|
|
Loading…
Add table
Reference in a new issue