All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Olivain <ju.o@free.fr>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: buildroot@buildroot.org, Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: Re: [Buildroot] [PATCH 1/2] package/python-telnetlib3: new package
Date: Fri, 27 Dec 2024 15:35:12 +0100	[thread overview]
Message-ID: <b456f49c584ab1383dfdafa21fd20360@free.fr> (raw)
In-Reply-To: <20241223144939.1719298-1-james.hilliard1@gmail.com>

On 23/12/2024 15:49, James Hilliard wrote:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Series applied to master, thanks.

> ---
>  package/Config.in                                |  1 +
>  package/python-telnetlib3/Config.in              |  6 ++++++
>  package/python-telnetlib3/python-telnetlib3.hash |  5 +++++
>  package/python-telnetlib3/python-telnetlib3.mk   | 14 ++++++++++++++
>  4 files changed, 26 insertions(+)
>  create mode 100644 package/python-telnetlib3/Config.in
>  create mode 100644 package/python-telnetlib3/python-telnetlib3.hash
>  create mode 100644 package/python-telnetlib3/python-telnetlib3.mk
> 
> diff --git a/package/Config.in b/package/Config.in
> index 06472aa972..8da59cdcbf 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -1421,6 +1421,7 @@ menu "External python modules"
>  	source "package/python-systemd/Config.in"
>  	source "package/python-tabledata/Config.in"
>  	source "package/python-tcolorpy/Config.in"
> +	source "package/python-telnetlib3/Config.in"
>  	source "package/python-tempora/Config.in"
>  	source "package/python-termcolor/Config.in"
>  	source "package/python-terminaltables/Config.in"
> diff --git a/package/python-telnetlib3/Config.in 
> b/package/python-telnetlib3/Config.in
> new file mode 100644
> index 0000000000..487258c272
> --- /dev/null
> +++ b/package/python-telnetlib3/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_PYTHON_TELNETLIB3
> +	bool "python-telnetlib3"
> +	help
> +	  Python 3 asyncio Telnet server and client Protocol library.
> +
> +	  http://telnetlib3.rtfd.org/
> diff --git a/package/python-telnetlib3/python-telnetlib3.hash 
> b/package/python-telnetlib3/python-telnetlib3.hash
> new file mode 100644
> index 0000000000..db18889b8f
> --- /dev/null
> +++ b/package/python-telnetlib3/python-telnetlib3.hash
> @@ -0,0 +1,5 @@
> +# md5, sha256 from https://pypi.org/pypi/telnetlib3/json
> +md5  2dfac7e10ed63c408da50ea712415f87  telnetlib3-2.0.4.tar.gz
> +sha256  
> dbcbc16456a0e03a62431be7cfefff00515ab2f4ce2afbaf0d3a0e51a98c948d  
> telnetlib3-2.0.4.tar.gz
> +# Locally computed sha256 checksums
> +sha256  
> caaf4ac82c4363d4874a49b50af15797618f6aee5bf42218697cdcb41c391ca5  
> LICENSE.txt
> diff --git a/package/python-telnetlib3/python-telnetlib3.mk 
> b/package/python-telnetlib3/python-telnetlib3.mk
> new file mode 100644
> index 0000000000..e68533af5c
> --- /dev/null
> +++ b/package/python-telnetlib3/python-telnetlib3.mk
> @@ -0,0 +1,14 @@
> +################################################################################
> +#
> +# python-telnetlib3
> +#
> +################################################################################
> +
> +PYTHON_TELNETLIB3_VERSION = 2.0.4
> +PYTHON_TELNETLIB3_SOURCE = 
> telnetlib3-$(PYTHON_TELNETLIB3_VERSION).tar.gz
> +PYTHON_TELNETLIB3_SITE = 
> https://files.pythonhosted.org/packages/ef/af/0fadfddd1764e627f4ba9c7381caaf121795ed459a1cc3d0fbb89a187954
> +PYTHON_TELNETLIB3_SETUP_TYPE = setuptools
> +PYTHON_TELNETLIB3_LICENSE = ISC
> +PYTHON_TELNETLIB3_LICENSE_FILES = LICENSE.txt
> +
> +$(eval $(python-package))
> --
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      parent reply	other threads:[~2024-12-27 14:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-23 14:49 [Buildroot] [PATCH 1/2] package/python-telnetlib3: new package James Hilliard
2024-12-23 14:49 ` [Buildroot] [PATCH 2/2] package/python-aiomonitor: bump to version 0.7.1 James Hilliard
2024-12-27 14:35 ` Julien Olivain [this message]

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=b456f49c584ab1383dfdafa21fd20360@free.fr \
    --to=ju.o@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=james.hilliard1@gmail.com \
    --cc=thomas.petazzoni@bootlin.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.