29 lines
858 B
Text
29 lines
858 B
Text
# Template file for 'python-tempita'
|
|
pkgname=python-tempita
|
|
version=0.5.2
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="Tempita-${version}"
|
|
build_style=python-module
|
|
python_versions="2.7 3.4"
|
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
makedepends="${hostmakedepends}"
|
|
depends="python"
|
|
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=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
|
|
}
|
|
}
|