aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python-tempita/template
blob: bd61a4b21def1ad9bd1a6c1793eab452867552c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Template file for 'python-tempita'
pkgname=python-tempita
version=0.5.2
revision=6
wrksrc="Tempita-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
makedepends="${hostmakedepends}"
depends="python"
pycompile_module="tempita"
short_desc="A small text templating language for text substitution (Python2)"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="http://pythonpaste.org/tempita/"
license="MIT"
distfiles="${PYPI_SITE}/T/Tempita/Tempita-${version}.tar.gz"
checksum=cacecf0baa674d356641f1d406b8bff1d756d739c46b869a54de515d08e6fc9c

python3-tempita_package() {
	depends="python3"
	pycompile_module="tempita"
	short_desc="${short_desc/Python2/Python3}"
	pkg_install() {
		vmove usr/lib/python3*
	}
}