[arch-commits] Commit in python-click/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun May 16 14:02:30 UTC 2021
Date: Sunday, May 16, 2021 @ 14:02:30
Author: foxboron
Revision: 935796
upgpkg: python-click 8.0.0-2: reproducible builds bytecode
Modified:
python-click/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-16 13:43:48 UTC (rev 935795)
+++ PKGBUILD 2021-05-16 14:02:30 UTC (rev 935796)
@@ -4,7 +4,7 @@
pkgname=python-click
_realname=click
pkgver=8.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple wrapper around optparse for powerful command line utilities"
arch=("any")
url="http://click.pocoo.org/"
@@ -21,6 +21,7 @@
package() {
cd "${srcdir}/${_realname}-${pkgver}"
+ export PYTHONHASHSEED=0
python setup.py install --skip-build --root="${pkgdir}" --optimize=1
install -Dm644 "LICENSE.rst" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.rst"
}
More information about the arch-commits
mailing list