From patchwork Tue Nov 17 22:54:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/4] python3-sortedcontainers: Add recipe From: Khem Raj X-Patchwork-Id: 177983 Message-Id: <20201117225428.877691-3-raj.khem@gmail.com> To: openembedded-core@lists.openembedded.org Cc: Khem Raj Date: Tue, 17 Nov 2020 14:54:27 -0800 Used in some python package testing infrastructures Signed-off-by: Khem Raj --- .../python/python3-sortedcontainers_2.3.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb -- 2.29.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#144756): https://lists.openembedded.org/g/openembedded-core/message/144756 Mute This Topic: https://lists.openembedded.org/mt/78328453/1003190 Group Owner: openembedded-core+owner@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [mhalstead@linuxfoundation.org] -=-=-=-=-=-=-=-=-=-=-=- 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 @@ +SUMMARY = "Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions." +HOMEPAGE = "http://www.grantjenks.com/docs/sortedcontainers/" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7c7c6a1a12ec816da16c1839137d53ae" + +inherit pypi setuptools3 +SRC_URI[sha256sum] = "59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1" + +BBCLASSEXTEND = "native nativesdk"