[arch-commits] Commit in python-quart/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Apr 8 09:21:59 UTC 2021


    Date: Thursday, April 8, 2021 @ 09:21:59
  Author: alucryd
Revision: 913781

python-quart 0.14.1-2: python bytecode reproducibility rebuild

Modified:
  python-quart/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-08 09:19:59 UTC (rev 913780)
+++ PKGBUILD	2021-04-08 09:21:59 UTC (rev 913781)
@@ -2,7 +2,7 @@
 
 pkgname=python-quart
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python ASGI web microframework with the same API as Flask'
 url=https://gitlab.com/pgjones/quart
 arch=(any)
@@ -37,25 +37,22 @@
 
 pkgver() {
   cd quart
-
   git describe --tags
 }
 
 build() {
   cd quart
-
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 
 check() {
   cd quart
-
   tox -e py39
 }
 
 package() {
   cd quart
-
   python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
   install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart/
 }



More information about the arch-commits mailing list