All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Khem Raj" <raj.khem@gmail.com>
To: Bartosz Golaszewski <brgl@bgdev.pl>,
	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
Subject: Re: [meta-python][PATCH] python3-pythonping: new package
Date: Tue, 16 Mar 2021 08:03:22 -0700	[thread overview]
Message-ID: <4eead083-0413-1905-e77e-af261cf981bd@gmail.com> (raw)
In-Reply-To: <20210316144242.5951-1-brgl@bgdev.pl>

please add it to packagegroup-meta-python as well in a followup

On 3/16/21 7:42 AM, Bartosz Golaszewski wrote:
> 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"
> 

  reply	other threads:[~2021-03-16 15:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-16 14:42 [meta-python][PATCH] python3-pythonping: new package Bartosz Golaszewski
2021-03-16 15:03 ` Khem Raj [this message]
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=4eead083-0413-1905-e77e-af261cf981bd@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=TicoTimo@gmail.com \
    --cc=akuster808@gmail.com \
    --cc=brgl@bgdev.pl \
    --cc=derek@asterius.io \
    --cc=openembedded-devel@lists.openembedded.org \
    --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.