From 54f057ac716bae4fa6d2f6bdceae663b6cf6b760 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 11 Jan 2020 12:12:24 +0000 Subject: [PATCH] python3-PyYAML:version bump --- .../language/python/python-PyYAML/actions.py | 8 +++++- .../language/python/python-PyYAML/pspec.xml | 27 ++++++++++++++----- .../python/python-PyYAML/translations.xml | 3 +-- 3 files changed, 29 insertions(+), 9 deletions(-) diff --git a/programming/language/python/python-PyYAML/actions.py b/programming/language/python/python-PyYAML/actions.py index c6d236f88b..c75bd0c722 100644 --- a/programming/language/python/python-PyYAML/actions.py +++ b/programming/language/python/python-PyYAML/actions.py @@ -5,15 +5,21 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools from pisi.actionsapi import get WorkDir = "PyYAML-%s" % get.srcVERSION() def build(): + pisitools.cflags.add("-Wno-pointer-sign -Wno-incompatible-pointer-types -Wno-sign-compare -Wno-discarded-qualifiers") + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common") pythonmodules.compile() + +def check(): + pythonmodules.compile("test") def install(): pythonmodules.install() - pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples") + pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples") \ No newline at end of file diff --git a/programming/language/python/python-PyYAML/pspec.xml b/programming/language/python/python-PyYAML/pspec.xml index 7ff872831b..2dc238371b 100644 --- a/programming/language/python/python-PyYAML/pspec.xml +++ b/programming/language/python/python-PyYAML/pspec.xml @@ -1,5 +1,5 @@ - + python-PyYAML @@ -8,11 +8,12 @@ PisiLinux Community admins@pisilinux.org - GPLv2 + MIT + programming.language.python 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-5.1.2.tar.gz + https://pyyaml.org/download/pyyaml/PyYAML-5.3.tar.gz libyaml-devel python-devel @@ -21,17 +22,31 @@ python-PyYAML + The next generation YAML parser and emitter for Python - python libyaml - /usr/lib - /usr/share/doc + /usr/lib/python2* + /usr/share/doc/python-PyYAML + + 2020-01-11 + 5.3 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2019-01-02 + 5.2 + Version bump and rebuilt w/ gcc9. + Blue Devil + bluedevil@sctzine.com + 2019-10-03 5.1.2 diff --git a/programming/language/python/python-PyYAML/translations.xml b/programming/language/python/python-PyYAML/translations.xml index 4027a090a3..f2b3049e4c 100644 --- a/programming/language/python/python-PyYAML/translations.xml +++ b/programming/language/python/python-PyYAML/translations.xml @@ -1,9 +1,8 @@ - python-pyyaml + 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. -