Merge pull request #4643 from lazka/python-jinja-3.1.4
python-jinja: Update to 3.1.4
This commit is contained in:
commit
edee9b8c5e
@ -3,7 +3,7 @@
|
||||
_realname=jinja
|
||||
pkgbase=python-${_realname}
|
||||
pkgname=("python-${_realname}")
|
||||
pkgver=3.1.3
|
||||
pkgver=3.1.4
|
||||
pkgrel=1
|
||||
pkgdesc='A simple pythonic template language written in Python'
|
||||
arch=('i686' 'x86_64')
|
||||
@ -16,13 +16,12 @@ msys2_references=(
|
||||
)
|
||||
depends=('python-markupsafe')
|
||||
makedepends=(
|
||||
"python-setuptools"
|
||||
"python-wheel"
|
||||
"python-flit-core"
|
||||
"python-build"
|
||||
"python-installer"
|
||||
)
|
||||
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/pallets/jinja/archive/${pkgver}.tar.gz")
|
||||
sha256sums=('fe349bfd610cba6e688274df6eda339a60a59189cb114cd769ecde49f9a5dcbe')
|
||||
sha256sums=('ed06f67abd2c8b7697dfb714f80715903ab0507e3c5acc11e92477e4ea51033b')
|
||||
|
||||
prepare() {
|
||||
cd "${_realname}-${pkgver}"
|
||||
@ -39,5 +38,5 @@ package() {
|
||||
|
||||
python -m installer --destdir="${pkgdir}" dist/*.whl
|
||||
|
||||
install -Dm644 LICENSE.rst "${pkgdir}/usr/share/licenses/python-${_realname}/LICENSE.rst"
|
||||
install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-${_realname}/LICENSE.txt"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user