New package: python-Pyro4
This commit is contained in:
parent
47e2ff5e66
commit
c0d36d744d
3 changed files with 35 additions and 1 deletions
31
srcpkgs/python-Pyro4/template
Normal file
31
srcpkgs/python-Pyro4/template
Normal 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
|
||||||
|
}
|
||||||
|
}
|
|
@ -3,11 +3,12 @@ pkgname=python-serpent
|
||||||
version=1.11
|
version=1.11
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
noarch="yes"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
pycompile_module="serpent"
|
pycompile_module="serpent"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="python-devel python3.4-devel"
|
makedepends="python python3.4"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Serialization based on ast.literal_eva"
|
short_desc="Serialization based on ast.literal_eva"
|
||||||
maintainer="pulux <pulux@pf4sh.de>"
|
maintainer="pulux <pulux@pf4sh.de>"
|
||||||
|
@ -17,6 +18,7 @@ distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz"
|
||||||
checksum=ab5df8f28574552bdbaf8d3774e6d0faff62f0aa6d5e6bb33b6b0c46937001ad
|
checksum=ab5df8f28574552bdbaf8d3774e6d0faff62f0aa6d5e6bb33b6b0c46937001ad
|
||||||
|
|
||||||
python3.4-serpent_package() {
|
python3.4-serpent_package() {
|
||||||
|
noarch="yes"
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile="serpent"
|
pycompile="serpent"
|
||||||
|
|
1
srcpkgs/python3.4-Pyro4
Symbolic link
1
srcpkgs/python3.4-Pyro4
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-Pyro4
|
Loading…
Reference in a new issue