20 lines
589 B
Bash
20 lines
589 B
Bash
# Template file for 'python3-Mako'
|
|
pkgname=python3-Mako
|
|
version=1.1.3
|
|
revision=5
|
|
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
|
|
}
|