milis/talimatname/genel/p/python3-reportlab/talimat

19 lines
481 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.

# Tanım: Kanıtlanmış bir endüstri gücü PDF oluşturma çözümü
# URL: http://www.reportlab.org/rl_toolkit.html
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: python3 python3-pillow freetype python3-pip
# Grup: sistem
isim=python3-reportlab
surum=3.3.0
devir=1
kaynak=(
https://pypi.python.org/packages/source/r/reportlab/reportlab-$surum.tar.gz)
derle() {
cd reportlab-$surum
python3 setup.py install --prefix=/usr --root=$PKG
python3 setup.py tests
}