[arch-commits] Commit in python-reportlab/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun May 9 11:55:13 UTC 2021
Date: Sunday, May 9, 2021 @ 11:55:13
Author: foxboron
Revision: 929088
upgpkg: python-reportlab 3.5.67-1
Modified:
python-reportlab/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-09 11:53:50 UTC (rev 929087)
+++ PKGBUILD 2021-05-09 11:55:13 UTC (rev 929088)
@@ -4,7 +4,7 @@
_origname=reportlab
pkgname=python-reportlab
-pkgver=3.5.66
+pkgver=3.5.67
pkgrel=1
pkgdesc="A proven industry-strength PDF generating solution"
arch=('x86_64')
@@ -14,7 +14,7 @@
makedepends=('freetype2' 'python-pillow' 'mercurial')
license=('BSD')
source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('63fba51babad0047def4ffaa41d0065248ca39d680e98dc9e3010de5425539b4')
+sha256sums=('0cf2206c73fbca752c8bd39e12bb9ad7f2d01e6fcb2b25b9eaf94ea042fe86c9')
build() {
cd ${_origname}-${pkgver}
@@ -29,6 +29,7 @@
package() {
cd ${_origname}-${pkgver}
+ export PYTHONHASHSEED=0
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
}
More information about the arch-commits
mailing list