From: "Bartosz Golaszewski" <brgl@bgdev.pl>
To: Khem Raj <raj.khem@gmail.com>,
Armin Kuster <akuster808@gmail.com>,
Tim moto-timo Orling <TicoTimo@gmail.com>,
Derek Straka <derek@asterius.io>,
Trevor Gamblin <trevor.gamblin@windriver.com>
Cc: openembedded-devel@lists.openembedded.org,
Bartosz Golaszewski <brgl@bgdev.pl>
Subject: [meta-python][PATCH] python3-pythonping: new package
Date: Tue, 16 Mar 2021 15:42:42 +0100 [thread overview]
Message-ID: <20210316144242.5951-1-brgl@bgdev.pl> (raw)
Add a new recipe for pythonping - a python module allowing to send
ICMP probes.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
.../python/python3-pythonping_1.0.16.bb | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python3-pythonping_1.0.16.bb
diff --git a/meta-python/recipes-devtools/python/python3-pythonping_1.0.16.bb b/meta-python/recipes-devtools/python/python3-pythonping_1.0.16.bb
new file mode 100644
index 000000000..5affb934c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pythonping_1.0.16.bb
@@ -0,0 +1,12 @@
+SUMMARY = "PythonPing is simple way to ping in Python."
+HOMEPAGE = "https://pypi.org/project/pythonping/"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://setup.py;beginline=12;endline=12;md5=2d33c00f47720c7e35e1fdb4b9fab027"
+
+SRC_URI[md5sum] = "9b505ad8a5b8a6a8e57ccf75098ea364"
+SRC_URI[sha256sum] = "d025c8b25952580dea47bc241421e17a5a97f97f50098e1096dd10d845d0f156"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += "python3-io"
--
2.30.1
next reply other threads:[~2021-03-16 14:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-16 14:42 Bartosz Golaszewski [this message]
2021-03-16 15:03 ` [meta-python][PATCH] python3-pythonping: new package Khem Raj
2021-03-16 19:36 ` Bartosz Golaszewski
[not found] ` <166CE9C7E6A85356.14034@lists.openembedded.org>
2021-03-17 8:30 ` [oe] " Bartosz Golaszewski
2021-03-18 12:44 ` Trevor Gamblin
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=20210316144242.5951-1-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=TicoTimo@gmail.com \
--cc=akuster808@gmail.com \
--cc=derek@asterius.io \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
--cc=trevor.gamblin@windriver.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.