From cbb37ae16a84c38c5be6b34f7ec8f30a8e9f52af Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Wed, 27 Nov 2019 21:32:09 -0800 Subject: recipes-devtools: merge inc and bb PART V Since we no longer need to support two python versions, merge inc and bb. This makes maintenance easier with AUH and devtool. While we are at it, drop dangling inc files and general recipe cleanup, including adding SUMMARY and HOMEPAGE. Signed-off-by: Tim Orling --- recipes-devtools/python/python-isort_4.3.21.bb | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'recipes-devtools/python/python-isort_4.3.21.bb') diff --git a/recipes-devtools/python/python-isort_4.3.21.bb b/recipes-devtools/python/python-isort_4.3.21.bb index fa46d89..6c9bebc 100644 --- a/recipes-devtools/python/python-isort_4.3.21.bb +++ b/recipes-devtools/python/python-isort_4.3.21.bb @@ -1,2 +1,17 @@ -inherit setuptools -require python-isort.inc +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] = "05d66f2eb7ce2c2d702e86bac24bf9e4" +SRC_URI[sha256sum] = "54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1" + +inherit pypi setuptools + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-shell \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg