20 lines
616 B
Bash
20 lines
616 B
Bash
# Template file for 'python3-reportlab'
|
|
pkgname=python3-reportlab
|
|
version=3.6.7
|
|
revision=1
|
|
wrksrc="reportlab-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel freetype-devel libart-devel"
|
|
depends="python3-Pillow"
|
|
short_desc="Python3 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=d035054724278129aba2a55c3edd6111b07e625ad1ff845e3ba2a5e4e203bbc8
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|