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

15 lines
293 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: python için yaml ayrıştırıcı
2017-03-08 15:13:12 +01:00
# URL: http://pyyaml.org/wiki/PyYAML
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python
2017-03-08 15:13:12 +01:00
2017-10-28 14:10:23 +02:00
isim=python-yaml
surum=3.12
devir=1
kaynak=(http://pyyaml.org/download/pyyaml/PyYAML-$surum.tar.gz)
2017-03-08 15:13:12 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd PyYAML-$surum
2017-03-08 15:13:12 +01:00
python2 setup.py install --root=$PKG
}