mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python-reportlab: update to 3.5.2
This commit is contained in:
parent
da50f16c19
commit
ed3137d661
1 changed files with 8 additions and 11 deletions
|
@ -1,25 +1,22 @@
|
|||
# Template file for 'python-reportlab'
|
||||
pkgname=python-reportlab
|
||||
version=3.4.0
|
||||
revision=2
|
||||
version=3.5.2
|
||||
revision=1
|
||||
wrksrc="reportlab-$version"
|
||||
build_style=python-module
|
||||
pycompile_module="reportlab"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel freetype-devel libart-devel"
|
||||
depends="python-Pillow"
|
||||
pycompile_module="reportlab"
|
||||
short_desc="Python2 library for generating PDFs and graphics"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="3-clause-BSD"
|
||||
homepage="http://www.reportlab.com/"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.reportlab.com/"
|
||||
distfiles="${PYPI_SITE}/r/reportlab/reportlab-${version}.tar.gz"
|
||||
checksum=5beaf35e59dfd5ebd814fdefd76908292e818c982bd7332b5d347dfd2f01c343
|
||||
checksum=08986267eaf25d62c3802512f0a97dc3426d0c82f52c8beb576689582eb85b7f
|
||||
|
||||
pre_build() {
|
||||
sed -i "s|'pip>=1.4.1', 'setuptools>=2.2'||" setup.py
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
||||
python3-reportlab_package() {
|
||||
|
@ -28,6 +25,6 @@ python3-reportlab_package() {
|
|||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE.txt LICENSE
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue