From 5160f87c3bfd3a9c27c56cd2cce66321da23a0ab Mon Sep 17 00:00:00 2001 From: elbachir-one Date: Sun, 23 Aug 2026 10:13:36 +0100 Subject: [PATCH] python3-Mako: update to 1.4.1 --- srcpkgs/python3-Mako/template | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template index 762627cba6e132..89c04beeaa57b8 100644 --- a/srcpkgs/python3-Mako/template +++ b/srcpkgs/python3-Mako/template @@ -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 " 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() {