From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Khem Raj <raj.khem@gmail.com>, Tim Orling <TicoTimo@gmail.com>,
Derek Straka <derek@asterius.io>
Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>,
openembedded-devel@lists.openembedded.org
Subject: [meta-python][PATCH 1/2] python3-ruamel-yaml: new package
Date: Mon, 23 Sep 2019 12:00:57 +0200 [thread overview]
Message-ID: <20190923100058.30454-2-brgl@bgdev.pl> (raw)
In-Reply-To: <20190923100058.30454-1-brgl@bgdev.pl>
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Add a pypi recipe for ruamel-yaml parser.
Based on the recipe found in meta-homeassistant by Oleksandr Andrushchenko.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
.../python/python3-ruamel-yaml_0.16.5.bb | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.5.bb
diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.5.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.5.bb
new file mode 100644
index 000000000..ba095648f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.5.bb
@@ -0,0 +1,16 @@
+SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order."
+AUTHOR = "Anthon van der Neut"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=caf8bd842440b537c044e131785a4666"
+
+PYPI_PACKAGE = "ruamel.yaml"
+
+inherit pypi setuptools3
+
+SRC_URI[md5sum] = "7d5a5b0a7621a1247b081cc8e4978354"
+SRC_URI[sha256sum] = "412a6f5cfdc0525dee6a27c08f5415c7fd832a7afcb7a0ed7319628aed23d408"
+
+do_install_prepend() {
+ export RUAMEL_NO_PIP_INSTALL_CHECK=1
+}
--
2.23.0
next prev parent reply other threads:[~2019-09-23 10:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-23 10:00 [meta-python][PATCH 0/2] dtschema: new python package Bartosz Golaszewski
2019-09-23 10:00 ` Bartosz Golaszewski [this message]
2019-09-23 10:00 ` [meta-python][PATCH 2/2] python3-dtschema: new package Bartosz Golaszewski
2019-09-23 15:30 ` Khem Raj
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=20190923100058.30454-2-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=TicoTimo@gmail.com \
--cc=bgolaszewski@baylibre.com \
--cc=derek@asterius.io \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/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