[arch-commits] Commit in python-jinja/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun May 16 14:05:44 UTC 2021
Date: Sunday, May 16, 2021 @ 14:05:43
Author: foxboron
Revision: 935800
upgpkg: python-jinja 3.0.0-2: reproducible builds bytecode
Modified:
python-jinja/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-16 14:05:08 UTC (rev 935799)
+++ PKGBUILD 2021-05-16 14:05:43 UTC (rev 935800)
@@ -4,7 +4,7 @@
pkgname=python-jinja
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple pythonic template language written in Python"
arch=('any')
url="https://palletsprojects.com/p/jinja/"
@@ -32,6 +32,7 @@
package() {
cd Jinja2-$pkgver
+ export PYTHONHASHSEED=0
python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm644 LICENSE.rst -t "$pkgdir/usr/share/licenses/$pkgname"
}
More information about the arch-commits
mailing list