summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2020-11-28 11:39:35 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-30 14:42:22 +0000
commitcfc8a9a6b3e9b3aea37d0d2c77037efd61b13964 (patch)
tree2d12a6f6589b6fed9057f2046a5d1e7feeee2762
parent5f95c3cbf906d59a127826fdeb2e958dd25e74fe (diff)
downloadpoky-cfc8a9a6b3e9b3aea37d0d2c77037efd61b13964.tar.gz
python3-sortedcontainers: move from meta-python
Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions. * Part of the dependency chain for python3-numpy ptest (From OE-Core rev: 14c436769012c3f44401178a2c59cbd0a5eb86ce) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb b/meta/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
new file mode 100644
index 0000000000..6060c03723
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
@@ -0,0 +1,9 @@
1SUMMARY = "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
7SRC_URI[sha256sum] = "59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1"
8
9BBCLASSEXTEND = "native nativesdk"