Merge pull request #1839 from pulux/pyro4

New package: python-Pyro4
This commit is contained in:
Juan RP 2015-06-22 12:35:19 +02:00
commit d9d67dbfac
4 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# Template file for 'python-Pyro4'
pkgname=python-Pyro4
version=4.37
revision=1
wrksrc="${pkgname#*-}-${version}"
noarch="yes"
build_style=python-module
python_versions="2.7 3.4"
pycompile_module="Pyro4"
hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python"
depends="python python-serpent"
short_desc="Pyro means PYthon Remote Qbjects"
maintainer="pulux <pulux@pf4sh.de>"
license="MIT"
homepage="http://pythonhosted.org/Pyro4/"
distfiles="${PYPI_SITE}/P/Pyro4/Pyro4-${version}.tar.gz"
checksum=2c4c9e7c3dbace3c75524324b6a686381be37bebab89b5001c0670418cec89c7
python3.4-Pyro4_package() {
noarch="yes"
makedepends="python3.4"
depends="python3.4 python3.4-serpent"
pycompile_version="3.4"
pycompile_module="Pyro4"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vmove usr/bin
}
}

View File

@ -0,0 +1,29 @@
# Template file for 'python-serpent'
pkgname=python-serpent
version=1.11
revision=1
wrksrc="${pkgname#*-}-${version}"
noarch="yes"
build_style=python-module
python_versions="2.7 3.4"
pycompile_module="serpent"
hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python python3.4"
depends="python"
short_desc="Serialization based on ast.literal_eva"
maintainer="pulux <pulux@pf4sh.de>"
license="MIT"
homepage="https://github.com/irmen/Serpent"
distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz"
checksum=ab5df8f28574552bdbaf8d3774e6d0faff62f0aa6d5e6bb33b6b0c46937001ad
python3.4-serpent_package() {
noarch="yes"
depends="python3.4"
pycompile_version="3.4"
pycompile="serpent"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}

1
srcpkgs/python3.4-Pyro4 Symbolic link
View File

@ -0,0 +1 @@
python-Pyro4

1
srcpkgs/python3.4-serpent Symbolic link
View File

@ -0,0 +1 @@
python-serpent