From a822d7630b720e2c0b4618db92ca929dcd23a77d Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 22 Aug 2019 13:44:29 +0800 Subject: python-pyyaml: upgrade 3.11 -> 5.1.2 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-pyyaml_3.11.bb | 32 -------------------------- recipes-devtools/python/python-pyyaml_5.1.2.bb | 32 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 recipes-devtools/python/python-pyyaml_3.11.bb create mode 100644 recipes-devtools/python/python-pyyaml_5.1.2.bb (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python-pyyaml_3.11.bb b/recipes-devtools/python/python-pyyaml_3.11.bb deleted file mode 100644 index ecb1719a..00000000 --- a/recipes-devtools/python/python-pyyaml_3.11.bb +++ /dev/null @@ -1,32 +0,0 @@ -HOMEPAGE = "http://www.pyyaml.org" -SUMMARY = "Python support for YAML" -DESCRIPTION = "\ - YAML is a data serialization format designed for human readability \ - and interaction with scripting languages. PyYAML is a YAML parser \ - and emitter for Python. \ - . \ - PyYAML features a complete YAML 1.1 parser, Unicode support, pickle \ - support, capable extension API, and sensible error messages. PyYAML \ - supports standard YAML tags and provides Python-specific tags that \ - allow to represent an arbitrary Python object. \ - . \ - PyYAML is applicable for a broad range of tasks from complex \ - configuration files to object serialization and persistance. \ - " -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=6015f088759b10e0bc2bf64898d4ae17" - -SRCNAME = "PyYAML" -SRC_URI = "http://pyyaml.org/download/pyyaml/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "f50e08ef0fe55178479d3a618efe21db" -SRC_URI[sha256sum] = "c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -DEFAULT_PREFERENCE = "-1" - -inherit setuptools - -DEPENDS += "libyaml python-cython-native" diff --git a/recipes-devtools/python/python-pyyaml_5.1.2.bb b/recipes-devtools/python/python-pyyaml_5.1.2.bb new file mode 100644 index 00000000..711675b0 --- /dev/null +++ b/recipes-devtools/python/python-pyyaml_5.1.2.bb @@ -0,0 +1,32 @@ +HOMEPAGE = "http://www.pyyaml.org" +SUMMARY = "Python support for YAML" +DESCRIPTION = "\ + YAML is a data serialization format designed for human readability \ + and interaction with scripting languages. PyYAML is a YAML parser \ + and emitter for Python. \ + . \ + PyYAML features a complete YAML 1.1 parser, Unicode support, pickle \ + support, capable extension API, and sensible error messages. PyYAML \ + supports standard YAML tags and provides Python-specific tags that \ + allow to represent an arbitrary Python object. \ + . \ + PyYAML is applicable for a broad range of tasks from complex \ + configuration files to object serialization and persistance. \ + " +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a" + +SRCNAME = "PyYAML" +SRC_URI = "http://pyyaml.org/download/pyyaml/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "20f87ab421b0271dbf371dc5c1cddb5c" +SRC_URI[sha256sum] = "01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +DEFAULT_PREFERENCE = "-1" + +inherit setuptools + +DEPENDS += "libyaml python-cython-native" -- cgit v1.2.3-54-g00ecf