From ce5ed5782d1daacfe586187f68992fbd0cc09d52 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Sun, 19 Jan 2020 13:26:36 +0800 Subject: python-pyyaml: upgrade 5.2 -> 5.3 (From meta-openembedded commit: 6ca8f600720474ba14c5310a981922e7d25771ba) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-pyyaml_5.2.bb | 19 ------------------- recipes-devtools/python/python-pyyaml_5.3.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 recipes-devtools/python/python-pyyaml_5.2.bb create mode 100644 recipes-devtools/python/python-pyyaml_5.3.bb diff --git a/recipes-devtools/python/python-pyyaml_5.2.bb b/recipes-devtools/python/python-pyyaml_5.2.bb deleted file mode 100644 index bc6064b..0000000 --- a/recipes-devtools/python/python-pyyaml_5.2.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Python support for YAML" -HOMEPAGE = "http://www.pyyaml.org" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a" -DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}" - -PYPI_PACKAGE = "PyYAML" - -inherit pypi setuptools - -SRC_URI[md5sum] = "d7e45e932d6e6649ac574a1ed77b4269" -SRC_URI[sha256sum] = "c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c" - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-datetime \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-devtools/python/python-pyyaml_5.3.bb b/recipes-devtools/python/python-pyyaml_5.3.bb new file mode 100644 index 0000000..9b26c62 --- /dev/null +++ b/recipes-devtools/python/python-pyyaml_5.3.bb @@ -0,0 +1,19 @@ +SUMMARY = "Python support for YAML" +HOMEPAGE = "http://www.pyyaml.org" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a" +DEPENDS = "libyaml ${PYTHON_PN}-cython-native ${PYTHON_PN}" + +PYPI_PACKAGE = "PyYAML" + +inherit pypi setuptools + +SRC_URI[md5sum] = "adbb0d336b509d6472d3b095a0f1cf30" +SRC_URI[sha256sum] = "e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-datetime \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg