35 lines
956 B
Bash
35 lines
956 B
Bash
# Template file for 'python-Mako'
|
|
pkgname=python-Mako
|
|
version=1.0.7
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="Mako-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python-setuptools python-MarkupSafe"
|
|
pycompile_module="mako"
|
|
short_desc="Hyperfast and lightweight templating for Python2"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="http://www.makotemplates.org/"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/M/Mako/Mako-${version}.tar.gz"
|
|
checksum=4e02fde57bd4abb5ec400181e4c314f56ac3e49ba4fb8b0d50bba18cb27d25ae
|
|
alternatives="mako:mako-render:/usr/bin/mako-render2"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-Mako_package() {
|
|
noarch=yes
|
|
pycompile_module="mako"
|
|
depends="python3-setuptools python3-MarkupSafe"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
alternatives="mako:mako-render:/usr/bin/mako-render3"
|
|
pkg_install() {
|
|
vmove usr/bin/mako-render3
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
}
|
|
}
|