Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions srcpkgs/python3-Mako/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Template file for 'python3-Mako'
pkgname=python3-Mako
version=1.3.2
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
version=1.4.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools"
depends="python3-MarkupSafe"
checkdepends="python3-pytest $depends"
checkdepends="${depends} python3-pytest"
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
changelog="https://docs.makotemplates.org/en/latest/changelog.html"
distfiles="${PYPI_SITE}/m/mako/mako-${version}.tar.gz"
checksum=d7904710b662996425a21627710c4777c45053146942cf8a7aebf757c92b8c27
conflicts="python-Mako>=0"

post_install() {
Expand Down