void-packages/srcpkgs/python-Mako/template
2019-03-22 08:14:53 -03:00

34 lines
961 B
Bash

# Template file for 'python-Mako'
pkgname=python-Mako
version=1.0.8
revision=1
archs=noarch
wrksrc="Mako-${version}"
build_style=python-module
pycompile_module="mako"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools python-MarkupSafe"
short_desc="Hyperfast and lightweight templating for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT"
homepage="https://www.makotemplates.org/"
distfiles="${PYPI_SITE}/M/Mako/Mako-${version}.tar.gz"
checksum=04092940c0df49b01f43daea4f5adcecd0e50ef6a4b222be5ac003d5d84b2843
alternatives="mako:mako-render:/usr/bin/mako-render2"
post_install() {
vlicense LICENSE
}
python3-Mako_package() {
archs=noarch
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
}
}