milis/talimatname/genel/python-reportlab/talimat

18 lines
490 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Kanıtlanmış bir endüstri gücü PDF oluşturma çözümü
# URL: http://www.reportlab.org/rl_toolkit.html
# Packager: alihan-ozturk28@hotmail.com
# Depends on: python python-pillow freetype python-pip
name=python-reportlab
version=3.3.0
release=1
source=(
https://pypi.python.org/packages/source/r/reportlab/reportlab-$version.tar.gz)
build() {
cd reportlab-$version
python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
python2 setup.py tests
}