python-yaml.paketlendi

This commit is contained in:
milisarge 2017-03-08 16:13:12 +02:00
parent 88050a93ef
commit 9b38e5a881
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Description: python için yaml ayrıştırıcı
# URL: http://pyyaml.org/wiki/PyYAML
# Packager: milisarge
# Depends on: python
name=python-yaml
version=3.12
release=1
source=(http://pyyaml.org/download/pyyaml/PyYAML-$version.tar.gz)
build() {
cd PyYAML-$version
python2 setup.py install --root=$PKG
}

View File

@ -0,0 +1,14 @@
# 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
}