milis/talimatname/genel/python3-yaml/talimat

15 lines
310 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: python için yaml ayrıştırıcı
# URL: http://pyyaml.org/wiki/PyYAML
# Packager: milisarge
# Depends on: python3
name=python3-yaml
version=3.12
release=1
source=(http://pyyaml.org/download/pyyaml/PyYAML-$version.tar.gz)
build() {
cd PyYAML-$version
python3 setup.py install --root=$PKG
}