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

15 lines
293 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: python için yaml ayrıştırıcı
# URL: http://pyyaml.org/wiki/PyYAML
# Paketçi: milisarge
# Gerekler: python
isim=python-yaml
surum=3.12
devir=1
kaynak=(http://pyyaml.org/download/pyyaml/PyYAML-$surum.tar.gz)
derle() {
cd PyYAML-$surum
python2 setup.py install --root=$PKG
}