milis/talimatname/genel/python-pyyaml/talimat

19 lines
455 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.

# Description: Yeni nesil YAML ayrıştırıcı ve vericiyi uygulayan Python modülü
# URL: http://pyyaml.org/
# Packager: milisarge
# Depends on: python python3 yaml
name=python-pyyaml
version=3.11
release=1
source=(http://pyyaml.org/download/pyyaml/PyYAML-$version.tar.gz)
build() {
cd PyYAML-$version
python setup.py build
python setup.py install --optimize=1 --root=$PKG
python3 setup.py build
python3 setup.py install --optimize=1 --root=$PKG
}