void-packages/srcpkgs/python3-Mako/template
2021-10-09 08:00:25 -04:00

21 lines
614 B
Bash

# Template file for 'python3-Mako'
pkgname=python3-Mako
version=1.1.3
revision=4
wrksrc="Mako-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-MarkupSafe"
checkdepends="python3-pytest $depends"
short_desc="Hyperfast and lightweight templating for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://www.makotemplates.org/"
distfiles="${PYPI_SITE}/M/Mako/Mako-${version}.tar.gz"
checksum=8195c8c1400ceb53496064314c6736719c6f25e7479cd24c77be3d9361cddc27
conflicts="python-Mako>=0"
post_install() {
vlicense LICENSE
}