From: Nicola Lunghi <nick83ola@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Parthiban Nallathambi <parthitce@gmail.com>
Subject: [meta-python][PATCH 2/3] python3-kiwisolver: add recipe for version 1.1.0
Date: Wed, 11 Mar 2020 07:04:00 +0000 [thread overview]
Message-ID: <20200311070359.18480-2-nick83ola@gmail.com> (raw)
In-Reply-To: <20200311070359.18480-1-nick83ola@gmail.com>
This is a dependency for python3-matplotlib
Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
---
.../python/python3-kiwisolver_1.1.0.bb | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python3-kiwisolver_1.1.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-kiwisolver_1.1.0.bb b/meta-python/recipes-devtools/python/python3-kiwisolver_1.1.0.bb
new file mode 100644
index 000000000..a10830257
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-kiwisolver_1.1.0.bb
@@ -0,0 +1,16 @@
+SUMMARY = "A fast implementation of the Cassowary constraint solver"
+HOMEPAGE = "https://github.com/nucleic/kiwi"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://setup.py;endline=7;md5=1c177d169db050341d3b890c69fb80e3"
+
+SRC_URI[md5sum] = "fc8a614367f7ba0d34a02fd08c535afc"
+SRC_URI[sha256sum] = "53eaed412477c836e1b9522c19858a8557d6e595077830146182225613b11a75"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "\
+ python3-core \
+ python3-setuptools \
+"
+
+BBCLASSEXTEND = "native nativesdk"
--
2.20.1
next prev parent reply other threads:[~2020-03-11 7:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-11 7:03 [meta-python][PATCH 1/3] python3-cycler: add recipe for 0.10.0 Nicola Lunghi
2020-03-11 7:04 ` Nicola Lunghi [this message]
2020-03-11 7:04 ` [meta-python][PATCH 3/3] python3-matplotlib: fix dependencies and license Nicola Lunghi
2020-03-15 23:43 ` Khem Raj
2020-03-11 14:47 ` [meta-python][PATCH 1/3] python3-cycler: add recipe for 0.10.0 Tim Orling
2020-03-12 8:50 ` nick83ola
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=20200311070359.18480-2-nick83ola@gmail.com \
--to=nick83ola@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=parthitce@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 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.