From 743476145fa15978d0e4aef37f1e3cb13405e336 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 16 Jun 2017 13:19:32 -0400 Subject: python-serpent: update to version 1.22 Verify the license terms have not changed and update checksum based on the latest PKG-INFO Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-serpent.inc | 6 +++--- meta-python/recipes-devtools/python/python-serpent_1.19.bb | 2 -- meta-python/recipes-devtools/python/python-serpent_1.22.bb | 2 ++ meta-python/recipes-devtools/python/python3-serpent_1.19.bb | 8 -------- meta-python/recipes-devtools/python/python3-serpent_1.22.bb | 8 ++++++++ 5 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-serpent_1.19.bb create mode 100644 meta-python/recipes-devtools/python/python-serpent_1.22.bb delete mode 100644 meta-python/recipes-devtools/python/python3-serpent_1.19.bb create mode 100644 meta-python/recipes-devtools/python/python3-serpent_1.22.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-serpent.inc b/meta-python/recipes-devtools/python/python-serpent.inc index 0b1aa91f34..8b98043618 100644 --- a/meta-python/recipes-devtools/python/python-serpent.inc +++ b/meta-python/recipes-devtools/python/python-serpent.inc @@ -1,9 +1,9 @@ SUMMARY = "Serialization based on ast.literal_eval" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=3773e39c491bb1f9ccc98389d57169d7" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=dd6e89638fc70146d17dd7087fa817ae" -SRC_URI[md5sum] = "cdef596f727cb6b4176c89769d2d41ee" -SRC_URI[sha256sum] = "946b2c837f889971df3575af9dadd8f09bfe48549ebc1b9f6434263b653707ce" +SRC_URI[md5sum] = "6950f234edcacfa1d31b6655ac3c6256" +SRC_URI[sha256sum] = "a67ca57082b00ea734854d751ab19e8a49d4ea0d4be7194985da35863fb9fb19" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-serpent_1.19.bb b/meta-python/recipes-devtools/python/python-serpent_1.19.bb deleted file mode 100644 index 0db3cf98aa..0000000000 --- a/meta-python/recipes-devtools/python/python-serpent_1.19.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-serpent.inc diff --git a/meta-python/recipes-devtools/python/python-serpent_1.22.bb b/meta-python/recipes-devtools/python/python-serpent_1.22.bb new file mode 100644 index 0000000000..0db3cf98aa --- /dev/null +++ b/meta-python/recipes-devtools/python/python-serpent_1.22.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-serpent.inc diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.19.bb b/meta-python/recipes-devtools/python/python3-serpent_1.19.bb deleted file mode 100644 index 199dcfafda..0000000000 --- a/meta-python/recipes-devtools/python/python3-serpent_1.19.bb +++ /dev/null @@ -1,8 +0,0 @@ -inherit setuptools3 -require python-serpent.inc - -# Requires _pydecimal which is in misc -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-enum \ - ${PYTHON_PN}-misc \ -" diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.22.bb b/meta-python/recipes-devtools/python/python3-serpent_1.22.bb new file mode 100644 index 0000000000..199dcfafda --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-serpent_1.22.bb @@ -0,0 +1,8 @@ +inherit setuptools3 +require python-serpent.inc + +# Requires _pydecimal which is in misc +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-enum \ + ${PYTHON_PN}-misc \ +" -- cgit v1.2.3-54-g00ecf