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

15 lines
295 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: python3
isim=python3-yaml
surum=3.12
devir=1
kaynak=(http://pyyaml.org/download/pyyaml/PyYAML-$surum.tar.gz)
derle() {
cd PyYAML-$surum
python3 setup.py install --root=$PKG
}