python-mako: update to 1.3.10
This commit is contained in:
parent
941dd42977
commit
37f4bcddfc
@ -3,7 +3,7 @@
|
|||||||
_realname=mako
|
_realname=mako
|
||||||
pkgbase="python-${_realname}"
|
pkgbase="python-${_realname}"
|
||||||
pkgname=("python-${_realname}")
|
pkgname=("python-${_realname}")
|
||||||
pkgver=1.3.9
|
pkgver=1.3.10
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
|
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -22,12 +22,9 @@ makedepends=(
|
|||||||
"python-setuptools"
|
"python-setuptools"
|
||||||
)
|
)
|
||||||
checkdepends=("python-pytest")
|
checkdepends=("python-pytest")
|
||||||
provides=("python3-${_realname}")
|
|
||||||
conflicts=("python3-${_realname}")
|
|
||||||
replaces=("python3-${_realname}")
|
|
||||||
options=('staticlibs')
|
options=('staticlibs')
|
||||||
source=("https://pypi.python.org/packages/source/m/mako/mako-${pkgver}.tar.gz")
|
source=("https://pypi.python.org/packages/source/m/mako/mako-${pkgver}.tar.gz")
|
||||||
sha256sums=('b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac')
|
sha256sums=('99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/Mako-${pkgver}"
|
cd "${srcdir}/Mako-${pkgver}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user