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

Morten Linderud foxboron at archlinux.org
Sun May 16 14:04:59 UTC 2021


    Date: Sunday, May 16, 2021 @ 14:04:59
  Author: foxboron
Revision: 935798

upgpkg: python-jedi 0.18.0-2: reproducible builds bytecode

Modified:
  python-jedi/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-16 14:02:38 UTC (rev 935797)
+++ PKGBUILD	2021-05-16 14:04:59 UTC (rev 935798)
@@ -7,7 +7,7 @@
 pkgname=python-jedi
 _gitcommit=4b5b2e791b66f3a99542bc2a0e1d5730dc1491df
 pkgver=0.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Awesome autocompletion for python"
 url="https://github.com/davidhalter/jedi"
 arch=('any')
@@ -51,6 +51,7 @@
 
 package() {
   cd jedi
+  export PYTHONHASHSEED=0
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname"
   install -Dm 644 CHANGELOG.rst README.rst docs/_build/text/*.txt -t "$pkgdir/usr/share/doc/$pkgname"



More information about the arch-commits mailing list