From 7b535d4d24753b370ac182acbed0ae7a0ba98378 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 16 Jun 2017 12:32:03 -0400 Subject: python-astroid: update to version 1.5.3 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-astroid_1.4.9.bb | 17 ----------------- .../recipes-devtools/python/python-astroid_1.5.3.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-astroid_1.4.9.bb create mode 100644 meta-python/recipes-devtools/python/python-astroid_1.5.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-astroid_1.4.9.bb b/meta-python/recipes-devtools/python/python-astroid_1.4.9.bb deleted file mode 100644 index cee129178c..0000000000 --- a/meta-python/recipes-devtools/python/python-astroid_1.4.9.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "An abstract syntax tree for Python with inference support." -HOMEPAGE = "https://pypi.python.org/pypi/astroid" -SECTION = "devel/python" -LICENSE = "LGPL" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -SRC_URI[md5sum] = "a57438971de05eb801b82eae59c05217" -SRC_URI[sha256sum] = "a483e7891ce3a06dadfc6cb9095b0938aca58940d43576d72e4502b480c085d7" - -inherit setuptools pypi - -RDEPENDS_${PN}_class-target += "\ - ${PYTHON_PN}-distutils \ - ${PYTHON_PN}-lazy-object-proxy \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-wrapt \ -" diff --git a/meta-python/recipes-devtools/python/python-astroid_1.5.3.bb b/meta-python/recipes-devtools/python/python-astroid_1.5.3.bb new file mode 100644 index 0000000000..9731e0bba7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-astroid_1.5.3.bb @@ -0,0 +1,17 @@ +SUMMARY = "An abstract syntax tree for Python with inference support." +HOMEPAGE = "https://pypi.python.org/pypi/astroid" +SECTION = "devel/python" +LICENSE = "LGPL" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +SRC_URI[md5sum] = "6f65e4ea8290ec032320460905afb828" +SRC_URI[sha256sum] = "492c2a2044adbf6a84a671b7522e9295ad2f6a7c781b899014308db25312dd35" + +inherit setuptools pypi + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-distutils \ + ${PYTHON_PN}-lazy-object-proxy \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-wrapt \ +" -- cgit 1.2.3-korg