diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb b/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb new file mode 100644 index 0000000000..0755d3e177 --- /dev/null +++ b/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | SUMMARY = "Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions." | ||
| 2 | HOMEPAGE = "http://www.grantjenks.com/docs/sortedcontainers/" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7c7c6a1a12ec816da16c1839137d53ae" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | SRC_URI[sha256sum] = "25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88" | ||
| 8 | |||
| 9 | BBCLASSEXTEND = "native nativesdk" | ||
