python-reportlab: update to 3.5.42 (CVE-2019-17626)
This commit is contained in:
parent
ab53596426
commit
fb9be4c045
1 changed files with 3 additions and 5 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'python-reportlab'
|
||||
pkgname=python-reportlab
|
||||
version=3.5.23
|
||||
revision=2
|
||||
version=3.5.42
|
||||
revision=1
|
||||
wrksrc="reportlab-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="reportlab"
|
||||
hostmakedepends="python-setuptools python3-setuptools freetype-devel"
|
||||
makedepends="python-devel python3-devel freetype-devel libart-devel"
|
||||
depends="python-Pillow"
|
||||
|
@ -13,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://www.reportlab.com/"
|
||||
distfiles="${PYPI_SITE}/r/reportlab/reportlab-${version}.tar.gz"
|
||||
checksum=6c81ee26753fa09062d8404f6340eefb02849608b619e3843e0d17a7cda8798f
|
||||
checksum=9c21f202697a6cea57b9d716288fc919d99cbabeb30222eebfc7ff77eac32744
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
@ -21,7 +20,6 @@ post_install() {
|
|||
|
||||
python3-reportlab_package() {
|
||||
depends="python3-Pillow"
|
||||
pycompile_module="reportlab"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
|
Loading…
Reference in a new issue