31 lines
888 B
Bash
31 lines
888 B
Bash
# Template file for 'python-reportlab'
|
|
pkgname=python-reportlab
|
|
version=3.5.9
|
|
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"
|
|
short_desc="Python2 library for generating PDFs and graphics"
|
|
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=f92f81314807cd860f29fe07a1a4100b03910ae6bbfca20a07e02c3b460f4f20
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|
|
|
|
python3-reportlab_package() {
|
|
depends="python3-Pillow"
|
|
pycompile_module="reportlab"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE.txt
|
|
}
|
|
}
|