[oe-commits] [meta-openembedded] 72/79: python-isort: add new recipe

git at git.openembedded.org git at git.openembedded.org
Fri Dec 2 08:48:35 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 56e43c6d46c328ebd1881d3f6ab16c964260e4ad
Author: Daniela Plascencia <daniela.plascencia at linux.intel.com>
AuthorDate: Thu Dec 1 13:24:51 2016 +0000

    python-isort: add new recipe
    
    The recipe defines the isort python module. This module
    sorts imports alphabetically, and automatically separates
    them into sections.
    
    Signed-off-by: Daniela Plascencia <daniela.plascencia at linux.intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-isort_4.2.5.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)

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
new file mode 100644
index 0000000..e365dc6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-isort_4.2.5.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] = "71489ebd936429d5bda2af7ae662ed78"
+SRC_URI[sha256sum] = "56b20044f43cf6e6783fe95d054e754acca52dd43fbe9277c1bdff835537ea5c"
+
+inherit setuptools pypi
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list