diff --git a/programming/language/python/python-PyYAML/actions.py b/programming/language/python/python-PyYAML/actions.py new file mode 100644 index 0000000000..c6d236f88b --- /dev/null +++ b/programming/language/python/python-PyYAML/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +WorkDir = "PyYAML-%s" % get.srcVERSION() + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() + + pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples") diff --git a/programming/language/python/python-PyYAML/pspec.xml b/programming/language/python/python-PyYAML/pspec.xml new file mode 100644 index 0000000000..85801b5723 --- /dev/null +++ b/programming/language/python/python-PyYAML/pspec.xml @@ -0,0 +1,49 @@ + + + + + python-PyYAML + http://pyyaml.org/wiki/PyYAML + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + The next generation YAML parser and emitter for Python + python-pyyaml is the next generation YAML parser and emitter for Python. + http://pyyaml.org/download/pyyaml/PyYAML-3.11.tar.gz + + libyaml-devel + python-devel + + + + + python-PyYAML + + libyaml + + + /usr/lib + /usr/share/doc + + + + + + 2015-07-27 + 3.11 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2011-06-04 + 3.10 + First release + Pisi Linux Admins + admins@pisilinux.org + + + diff --git a/programming/language/python/python-PyYAML/translations.xml b/programming/language/python/python-PyYAML/translations.xml new file mode 100644 index 0000000000..4027a090a3 --- /dev/null +++ b/programming/language/python/python-PyYAML/translations.xml @@ -0,0 +1,9 @@ + + + + python-pyyaml + Python için yeni nesil YAML ayrıştırıcısı + python-pyyaml python için yeni nesil YAML ayrıştırıcısıdır. + + +