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

18 lines
475 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Kanıtlanmış bir endüstri gücü PDF oluşturma çözümü
2016-02-24 02:27:23 +02:00
# URL: http://www.reportlab.org/rl_toolkit.html
2017-10-27 21:46:27 +03:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: python python-pillow freetype python-pip
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=python-reportlab
surum=3.3.0
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=(
https://pypi.python.org/packages/source/r/reportlab/reportlab-$surum.tar.gz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd reportlab-$surum
2016-11-13 02:08:33 +02:00
python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
2016-02-24 02:27:23 +02:00
python2 setup.py tests
}