20 lines
570 B
Bash
20 lines
570 B
Bash
# Template file for 'python3-Mako'
|
|
pkgname=python3-Mako
|
|
version=1.3.2
|
|
revision=1
|
|
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=2a0c8ad7f6274271b3bb7467dd37cf9cc6dab4bc19cb69a4ef10669402de698e
|
|
conflicts="python-Mako>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|