All of lore.kernel.org
 help / color / mirror / Atom feed
From: <kai.kang@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [PATCH 1/2] python3-pyparsing: add recipe
Date: Thu, 3 Mar 2022 22:08:32 +0800	[thread overview]
Message-ID: <20220303140833.5374-2-kai.kang@windriver.com> (raw)
In-Reply-To: <20220303140833.5374-1-kai.kang@windriver.com>

From: Kai Kang <kai.kang@windriver.com>

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../python3-pyparsing/python3-pyparsing_3.0.7.bb      | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-python/recipes-extended/python3-pyparsing/python3-pyparsing_3.0.7.bb

diff --git a/meta-python/recipes-extended/python3-pyparsing/python3-pyparsing_3.0.7.bb b/meta-python/recipes-extended/python3-pyparsing/python3-pyparsing_3.0.7.bb
new file mode 100644
index 000000000..30db080e8
--- /dev/null
+++ b/meta-python/recipes-extended/python3-pyparsing/python3-pyparsing_3.0.7.bb
@@ -0,0 +1,11 @@
+SUMMARY = "The pyparsing module is an alternative approach to creating and executing simple grammars."
+HOMEPAGE = "https://github.com/pyparsing/pyparsing/"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1"
+
+SRC_URI[sha256sum] = "18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"
+
+inherit pypi setuptools3
+
+RDEPENDS:${PN} = "python3-pprint"
-- 
2.17.1



  reply	other threads:[~2022-03-03 14:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-03 14:08 [PATCH 0/2] Add recipe python3-pydot and its dependency kai.kang
2022-03-03 14:08 ` kai.kang [this message]
2022-03-03 15:07   ` [oe] [PATCH 1/2] python3-pyparsing: add recipe Tim Orling
2022-03-03 22:03     ` Kai
2022-03-03 22:07     ` Khem Raj
2022-03-03 14:08 ` [PATCH 2/2] python3-pydot: " kai.kang

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=20220303140833.5374-2-kai.kang@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=openembedded-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.