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'
|
||||
pkgname=python-tempita
|
||||
version=0.5.1
|
||||
revision=2
|
||||
version=0.5.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="Tempita-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-distribute"
|
||||
makedepends="python-distribute"
|
||||
noarch="yes"
|
||||
pycompile_module="tempita"
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
makedepends="${hostmakedepends}"
|
||||
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>"
|
||||
homepage="http://pythonpaste.org/tempita/"
|
||||
license="MIT"
|
||||
distfiles="http://pypi.python.org/packages/source/T/Tempita/Tempita-$version.tar.gz"
|
||||
checksum=0ebe6938ca7401db79bac279849fffcb5752029150bcb6f3c3edbe7aa9a077d8
|
||||
distfiles="http://pypi.python.org/packages/source/T/Tempita/Tempita-${version}.tar.gz"
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
python-tempita
|
Loading…
Reference in New Issue