From afdeb631e4a91a953aaf57869824d111faee8310 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 16 Jun 2017 13:30:51 -0400 Subject: python-isort: update to version 4.2.15 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-isort_4.2.15.bb | 11 +++++++++++ meta-python/recipes-devtools/python/python-isort_4.2.5.bb | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-isort_4.2.15.bb delete mode 100644 meta-python/recipes-devtools/python/python-isort_4.2.5.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-isort_4.2.15.bb b/meta-python/recipes-devtools/python/python-isort_4.2.15.bb new file mode 100644 index 0000000000..b310fda020 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-isort_4.2.15.bb @@ -0,0 +1,11 @@ +SUMMARY = "A Python utility / library to sort Python imports." +HOMEPAGE = "https://pypi.python.org/pypi/isort" +LICENSE = "MIT" +SECTION = "devel/python" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" + +SRC_URI[md5sum] = "34915a2ce60e6fe3dbcbf5982deef9b4" +SRC_URI[sha256sum] = "79f46172d3a4e2e53e7016e663cc7a8b538bec525c36675fcfd2767df30b3983" + +inherit setuptools pypi + diff --git a/meta-python/recipes-devtools/python/python-isort_4.2.5.bb b/meta-python/recipes-devtools/python/python-isort_4.2.5.bb deleted file mode 100644 index e365dc60fd..0000000000 --- a/meta-python/recipes-devtools/python/python-isort_4.2.5.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "A Python utility / library to sort Python imports." -HOMEPAGE = "https://pypi.python.org/pypi/isort" -LICENSE = "MIT" -SECTION = "devel/python" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" - -SRC_URI[md5sum] = "71489ebd936429d5bda2af7ae662ed78" -SRC_URI[sha256sum] = "56b20044f43cf6e6783fe95d054e754acca52dd43fbe9277c1bdff835537ea5c" - -inherit setuptools pypi - -- cgit v1.2.3-54-g00ecf