python-Mako: update to 1.1.3.

This commit is contained in:
Piraty 2020-08-26 17:06:08 +02:00
parent 763047f22f
commit 3a0db962a9

View file

@ -1,28 +1,31 @@
# Template file for 'python-Mako' # Template file for 'python-Mako'
pkgname=python-Mako pkgname=python-Mako
version=1.1.0 version=1.1.3
revision=2 revision=1
archs=noarch archs=noarch
wrksrc="Mako-${version}" wrksrc="Mako-${version}"
build_style=python-module build_style=python-module
pycompile_module="mako"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools python-MarkupSafe" depends="python-setuptools python-MarkupSafe"
checkdepends="tox"
short_desc="Hyperfast and lightweight templating for Python2" short_desc="Hyperfast and lightweight templating for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT" license="MIT"
homepage="https://www.makotemplates.org/" homepage="https://www.makotemplates.org/"
distfiles="${PYPI_SITE}/M/Mako/Mako-${version}.tar.gz" distfiles="${PYPI_SITE}/M/Mako/Mako-${version}.tar.gz"
checksum=a36919599a9b7dc5d86a7a8988f23a9a3a3d083070023bab23d64f7f1d1e0a4b checksum=8195c8c1400ceb53496064314c6736719c6f25e7479cd24c77be3d9361cddc27
alternatives="mako:mako-render:/usr/bin/mako-render2" alternatives="mako:mako-render:/usr/bin/mako-render2"
do_check() {
tox -e py27,py${py3_ver/./}
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }
python3-Mako_package() { python3-Mako_package() {
archs=noarch archs=noarch
pycompile_module="mako"
depends="python3-setuptools python3-MarkupSafe" depends="python3-setuptools python3-MarkupSafe"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
alternatives="mako:mako-render:/usr/bin/mako-render3" alternatives="mako:mako-render:/usr/bin/mako-render3"