void-packages/srcpkgs/python3-Mako/template

20 lines
570 B
Bash

# Template file for 'python3-Mako'
pkgname=python3-Mako
version=1.2.4
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="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=d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34
conflicts="python-Mako>=0"
post_install() {
vlicense LICENSE
}