Merge pull request #3232 from pulux/pyro4
python-serpent: update to 1.12
This commit is contained in:
commit
e2f858f38e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-Pyro4'
|
||||
pkgname=python-Pyro4
|
||||
version=4.40
|
||||
version=4.41
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
noarch=yes
|
||||
|
@ -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="Markus Berger <pulux@pf4sh.de>"
|
||||
maintainer="pulux <pulux@pf4sh.de>"
|
||||
license="MIT"
|
||||
homepage="http://pythonhosted.org/Pyro4/"
|
||||
distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
|
||||
checksum=00423d3710f60b2da146075a59e17bfa837f556ed2c8acafe05bc209dcaac3e9
|
||||
checksum=3af4749140e9d4032632277ac19e7fd4761856d2df0f0643c574d1e7174a9703
|
||||
|
||||
pre_build() {
|
||||
cp -a ${wrksrc} /tmp/${pkgname#*-}-2.7
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-serpent'
|
||||
pkgname=python-serpent
|
||||
version=1.11
|
||||
revision=2
|
||||
version=1.12
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
|
@ -14,7 +14,12 @@ maintainer="pulux <pulux@pf4sh.de>"
|
|||
license="MIT"
|
||||
homepage="https://pypi.python.org/pypi/serpent"
|
||||
distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz"
|
||||
checksum=ab5df8f28574552bdbaf8d3774e6d0faff62f0aa6d5e6bb33b6b0c46937001ad
|
||||
checksum=1221fc402ab7aa3c3bac85a27e30df2c08658c7bf7a20e8d0025a10edc1788c0
|
||||
|
||||
post_install() {
|
||||
head -n 4 setup.py | tail -n 3 > LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3.4-serpent_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Reference in New Issue