blob: 324d4cf1017def6ca25bf4e027825c89905e821f [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "A Python utility / library to sort Python imports."
2HOMEPAGE = "https://pypi.python.org/pypi/isort"
3LICENSE = "MIT"
4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
6
Brad Bishop868407c2019-11-04 13:24:47 -05007SRC_URI[md5sum] = "05d66f2eb7ce2c2d702e86bac24bf9e4"
8SRC_URI[sha256sum] = "54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009
10inherit pypi
Brad Bishop316dfdd2018-06-25 12:45:53 -040011
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-datetime \
14 ${PYTHON_PN}-shell \
15"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016
17BBCLASSEXTEND = "native nativesdk"