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

19 lines
440 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: Yeni nesil YAML ayrıştırıcı ve vericiyi uygulayan Python modülü
# URL: http://pyyaml.org/
# Paketçi: milisarge
# Gerekler: python python3 yaml
isim=python-pyyaml
surum=3.11
devir=1
kaynak=(http://pyyaml.org/download/pyyaml/PyYAML-$surum.tar.gz)
derle() {
cd PyYAML-$surum
python setup.py build
python setup.py install --optimize=1 --root=$PKG
python3 setup.py build
python3 setup.py install --optimize=1 --root=$PKG
}