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

20 lines
448 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Python için CSS Basamaklı Stil Sayfaları kitaplığı.
# URL: http://cthedot.de/cssutils/
# Paketçi: milisarge
# Gerekler: python-setuptools
isim=python-cssutils
surum=1.0
devir=1
kaynak=(
http://pypi.python.org/packages/source/c/cssutils/cssutils-$surum.zip)
derle() {
cd cssutils-$surum
python2 setup.py install --prefix=/usr --root=$PKG
# rm tests (FS#27567)
rm -rf $PKG/usr/lib/python2.7/site-packages/tests
}