python-tempita: update to 0.5.2; add python3.4 subpkg; switch to setuptools
This commit is contained in:
parent
5d6892dc12
commit
6043b75fd5
@ -1,17 +1,29 @@
|
|||||||
# Template file for 'python-tempita'
|
# Template file for 'python-tempita'
|
||||||
pkgname=python-tempita
|
pkgname=python-tempita
|
||||||
version=0.5.1
|
version=0.5.2
|
||||||
revision=2
|
revision=1
|
||||||
|
noarch=yes
|
||||||
wrksrc="Tempita-${version}"
|
wrksrc="Tempita-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-distribute"
|
python_versions="2.7 3.4"
|
||||||
makedepends="python-distribute"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
noarch="yes"
|
makedepends="${hostmakedepends}"
|
||||||
pycompile_module="tempita"
|
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="A lightweight unicode templating language"
|
pycompile_module="tempita"
|
||||||
|
short_desc="A small text templating language for text substitution (Python2)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://pythonpaste.org/tempita/"
|
homepage="http://pythonpaste.org/tempita/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://pypi.python.org/packages/source/T/Tempita/Tempita-$version.tar.gz"
|
distfiles="http://pypi.python.org/packages/source/T/Tempita/Tempita-${version}.tar.gz"
|
||||||
checksum=0ebe6938ca7401db79bac279849fffcb5752029150bcb6f3c3edbe7aa9a077d8
|
checksum=cacecf0baa674d356641f1d406b8bff1d756d739c46b869a54de515d08e6fc9c
|
||||||
|
|
||||||
|
python3.4-tempita_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3.4"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="tempita"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
1
srcpkgs/python3.4-tempita
Symbolic link
1
srcpkgs/python3.4-tempita
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
python-tempita
|
Loading…
x
Reference in New Issue
Block a user