python-mako: update to 1.3.10

This commit is contained in:
Biswapriyo Nath 2025-04-17 03:47:54 +00:00
parent 941dd42977
commit 37f4bcddfc

View File

@ -3,7 +3,7 @@
_realname=mako
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=1.3.9
pkgver=1.3.10
pkgrel=1
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
arch=('any')
@ -22,12 +22,9 @@ makedepends=(
"python-setuptools"
)
checkdepends=("python-pytest")
provides=("python3-${_realname}")
conflicts=("python3-${_realname}")
replaces=("python3-${_realname}")
options=('staticlibs')
source=("https://pypi.python.org/packages/source/m/mako/mako-${pkgver}.tar.gz")
sha256sums=('b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac')
sha256sums=('99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28')
build() {
cd "${srcdir}/Mako-${pkgver}"