diff --git a/programming/language/python3/python3-PyYAML/actions.py b/programming/language/python3/python3-PyYAML/actions.py index c98c026535..51b74438ba 100644 --- a/programming/language/python3/python3-PyYAML/actions.py +++ b/programming/language/python3/python3-PyYAML/actions.py @@ -5,16 +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(pyVer="3") + +def check(): + pythonmodules.compile("test", pyVer="3") def install(): pythonmodules.install(pyVer="3") - pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples") - pisitools.dodoc("LICENSE", "PKG-INFO", "README") + pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), "examples") \ No newline at end of file diff --git a/programming/language/python3/python3-PyYAML/pspec.xml b/programming/language/python3/python3-PyYAML/pspec.xml index f9ba4686c4..9bef9f3773 100644 --- a/programming/language/python3/python3-PyYAML/pspec.xml +++ b/programming/language/python3/python3-PyYAML/pspec.xml @@ -1,5 +1,5 @@ - + python3-PyYAML @@ -9,29 +9,45 @@ admins@pisilinux.org MIT + programming.language.python3 library The next generation YAML parser and emitter for Python3 python3-pyyaml is the next generation YAML parser and emitter for Python3. - http://pyyaml.org/download/pyyaml/PyYAML-5.1.2.tar.gz + https://pyyaml.org/download/pyyaml/PyYAML-5.3.tar.gz libyaml-devel - python3-devel + python3-devel python3-PyYAML + The next generation YAML parser and emitter for Python - python3 + python3 libyaml - /usr/lib - /usr/share/doc + /usr/lib/python3* + /usr/share/doc/python3-PyYAML + + 2020-01-11 + 5.3 + Version bump + Blue Devil + bluedevil@sctzine.com + + + 2019-01-02 + 5.2 + Version bump and rebuilt w/ py3.8. + Blue Devil + bluedevil@sctzine.com + 2019-10-03 5.1.2 diff --git a/programming/language/python3/python3-PyYAML/translations.xml b/programming/language/python3/python3-PyYAML/translations.xml index 84034aec47..e6f03538b4 100644 --- a/programming/language/python3/python3-PyYAML/translations.xml +++ b/programming/language/python3/python3-PyYAML/translations.xml @@ -1,9 +1,8 @@ - python3-pyyaml + python3-PyYAML Python3 için yeni nesil YAML ayrıştırıcısı python3-pyyaml python3 için yeni nesil YAML ayrıştırıcısıdır. -