From: "Khem Raj" <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Khem Raj <raj.khem@gmail.com>
Subject: [PATCH 3/4] python3-sortedcontainers: Add recipe
Date: Tue, 17 Nov 2020 14:54:27 -0800 [thread overview]
Message-ID: <20201117225428.877691-3-raj.khem@gmail.com> (raw)
In-Reply-To: <20201117225428.877691-1-raj.khem@gmail.com>
Used in some python package testing infrastructures
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../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
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"
--
2.29.2
next prev parent reply other threads:[~2020-11-17 22:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-17 22:54 [PATCH 1/4] python3-numpy: Upgrade to 1.19.4 Khem Raj
2020-11-17 22:54 ` [PATCH 2/4] python3-hypothesis: Add recipe Khem Raj
2020-11-17 22:54 ` Khem Raj [this message]
2020-11-17 22:54 ` [PATCH 4/4] python-numpy: Add ptest Khem Raj
2020-11-20 11:19 ` [OE-core] " Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201117225428.877691-3-raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox