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

20 lines
448 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python için CSS Basamaklı Stil Sayfaları kitaplığı.
2017-04-12 15:01:27 +02:00
# URL: http://cthedot.de/cssutils/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python-setuptools
2017-04-12 15:01:27 +02:00
2017-10-28 14:10:23 +02:00
isim=python-cssutils
surum=1.0
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(
http://pypi.python.org/packages/source/c/cssutils/cssutils-$surum.zip)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd cssutils-$surum
2016-02-24 01:27:23 +01:00
python2 setup.py install --prefix=/usr --root=$PKG
# rm tests (FS#27567)
rm -rf $PKG/usr/lib/python2.7/site-packages/tests
}