diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template index 33f77c2308f..7e41cfa8acb 100644 --- a/srcpkgs/python-tempita/template +++ b/srcpkgs/python-tempita/template @@ -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 " 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 + } +} diff --git a/srcpkgs/python3.4-tempita b/srcpkgs/python3.4-tempita new file mode 120000 index 00000000000..63636314d97 --- /dev/null +++ b/srcpkgs/python3.4-tempita @@ -0,0 +1 @@ +python-tempita \ No newline at end of file