blob: 0755d3e1773e99e29698857e23eae70d562e0618 [file] [log] [blame]
Andrew Geissler6ce62a22020-11-30 19:58:47 -06001SUMMARY = "Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions."
2HOMEPAGE = "http://www.grantjenks.com/docs/sortedcontainers/"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=7c7c6a1a12ec816da16c1839137d53ae"
5
6inherit pypi setuptools3
William A. Kennington IIIac69b482021-06-02 12:28:27 -07007SRC_URI[sha256sum] = "25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88"
Andrew Geissler6ce62a22020-11-30 19:58:47 -06008
9BBCLASSEXTEND = "native nativesdk"