mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

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@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12 lines
416 B
BlitzBasic
12 lines
416 B
BlitzBasic
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
|
|
|