blob: 6b1cee40d170de69cb62cc47e889528228e7ea67 [file] [log] [blame]
Andrew Geissler89770b02020-06-13 10:40:47 -05001SUMMARY = "A Python utility / library to sort Python imports."
2HOMEPAGE = "https://pypi.python.org/pypi/isort"
3LICENSE = "MIT"
4SECTION = "devel/python"
Andrew Geissler748a4832020-07-24 16:24:21 -05005LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489"
Andrew Geissler89770b02020-06-13 10:40:47 -05006
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05007SRC_URI[md5sum] = "59592b6e14beba48149d651e900e3815"
8SRC_URI[sha256sum] = "d488ba1c5a2db721669cc180180d5acf84ebdc5af7827f7aaeaa75f73cf0e2b8"
Andrew Geissler89770b02020-06-13 10:40:47 -05009
10inherit pypi setuptools3
11
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-datetime \
14 ${PYTHON_PN}-shell \
15"
16
17BBCLASSEXTEND = "native nativesdk"