summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-12-21 21:44:58 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-12-26 08:24:56 +0100
commit31c93c34aa56bab297257f7b3fab94cc89cbc323 (patch)
treea68f63df212f1cbb4cdb1c73343774b68604ce07
parent7b762e97d676491b04499977ac6ecd46eb724c79 (diff)
downloadmeta-openembedded-31c93c34aa56bab297257f7b3fab94cc89cbc323.tar.gz
python-astroid: update to version 1.4.9
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-astroid_1.4.8.bb10
-rw-r--r--meta-python/recipes-devtools/python/python-astroid_1.4.9.bb17
2 files changed, 17 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python-astroid_1.4.8.bb b/meta-python/recipes-devtools/python/python-astroid_1.4.8.bb
deleted file mode 100644
index 63401aa7f..000000000
--- a/meta-python/recipes-devtools/python/python-astroid_1.4.8.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1SUMMARY = "An abstract syntax tree for Python with inference support."
2HOMEPAGE = "https://pypi.python.org/pypi/astroid/1.4.8"
3SECTION = "devel/python"
4LICENSE = "LGPL"
5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6
7SRC_URI[md5sum] = "3def6c80afcd38b4ca4aca6aea71cbde"
8SRC_URI[sha256sum] = "5f064785a7e45ed519285f2eb30b795e58a4932a0736b32030da6fef3394ddb3"
9
10inherit setuptools pypi
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
new file mode 100644
index 000000000..cee129178
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-astroid_1.4.9.bb
@@ -0,0 +1,17 @@
1SUMMARY = "An abstract syntax tree for Python with inference support."
2HOMEPAGE = "https://pypi.python.org/pypi/astroid"
3SECTION = "devel/python"
4LICENSE = "LGPL"
5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6
7SRC_URI[md5sum] = "a57438971de05eb801b82eae59c05217"
8SRC_URI[sha256sum] = "a483e7891ce3a06dadfc6cb9095b0938aca58940d43576d72e4502b480c085d7"
9
10inherit setuptools pypi
11
12RDEPENDS_${PN}_class-target += "\
13 ${PYTHON_PN}-distutils \
14 ${PYTHON_PN}-lazy-object-proxy \
15 ${PYTHON_PN}-six \
16 ${PYTHON_PN}-wrapt \
17"