All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yegor Yefremov <yegorslists@googlemail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] package/python-modbus-tk: new package
Date: Tue, 30 Jul 2019 07:06:39 +0200	[thread overview]
Message-ID: <CAGm1_ks9d=8i7=+-Kw7tmjNT15hYx4f7+gDz=Z+_jf90mbNxiQ@mail.gmail.com> (raw)
In-Reply-To: <1564434172-31697-1-git-send-email-pjtexier@koncepto.io>

Hello Pierre-Jean,

On Mon, Jul 29, 2019 at 11:02 PM Pierre-Jean Texier
<pjtexier@koncepto.io> wrote:
>
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
> Changes v1 -> v2:
>         - add missing entry in Config.in
>
>  DEVELOPERS                                     |  1 +
>  package/Config.in                              |  1 +
>  package/python-modbus-tk/Config.in             |  7 +++++++
>  package/python-modbus-tk/python-modbus-tk.hash |  6 ++++++
>  package/python-modbus-tk/python-modbus-tk.mk   | 14 ++++++++++++++
>  5 files changed, 29 insertions(+)
>  create mode 100644 package/python-modbus-tk/Config.in
>  create mode 100644 package/python-modbus-tk/python-modbus-tk.hash
>  create mode 100644 package/python-modbus-tk/python-modbus-tk.mk
>
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 4ab4e36..9c5a9bb 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -1860,6 +1860,7 @@ F:        package/trace-cmd/
>
>  N:     Pierre-Jean Texier <pjtexier@koncepto.io>
>  F:     package/libubootenv/
> +F:     package/python-modbus-tk/
>  F:     package/python-periphery/
>  F:     package/stunnel/
>
> diff --git a/package/Config.in b/package/Config.in
> index 9b2cc75..b792a04 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -944,6 +944,7 @@ menu "External python modules"
>         source "package/python-meld3/Config.in"
>         source "package/python-mimeparse/Config.in"
>         source "package/python-mistune/Config.in"
> +       source "package/python-modbus-tk/Config.in"
>         source "package/python-more-itertools/Config.in"
>         source "package/python-msgpack/Config.in"
>         source "package/python-multidict/Config.in"
> diff --git a/package/python-modbus-tk/Config.in b/package/python-modbus-tk/Config.in
> new file mode 100644
> index 0000000..16d87ff
> --- /dev/null
> +++ b/package/python-modbus-tk/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_PYTHON_MODBUS_TK
> +       bool "python-modbus-tk"
> +       select BR2_PACKAGE_PYTHON_SERIAL # runtime
> +       help
> +         Implementation of modbus protocol in python.
> +
> +         https://github.com/ljean/modbus-tk/
> diff --git a/package/python-modbus-tk/python-modbus-tk.hash b/package/python-modbus-tk/python-modbus-tk.hash
> new file mode 100644
> index 0000000..f4da4e5
> --- /dev/null
> +++ b/package/python-modbus-tk/python-modbus-tk.hash
> @@ -0,0 +1,6 @@
> +# md5, sha256 from https://pypi.org/pypi/modbus-tk/json
> +md5    e268242483b719030656ab6047cebff3  modbus_tk-1.0.0.tar.gz
> +sha256 041a34afec8ef487d9e8c0c20834909c2f43a3ae9a0d007b978686d580e9b873  modbus_tk-1.0.0.tar.gz
> +# Locally computed sha256 checksums
> +sha256 3b6a7f9c478ac1982e86cdadb45eb4788241b95839500eb26839d5053b74a24a  license.txt
> +sha256 aa7ca42152a13db6a27b31944f99851efc3b9ee813912ff21d7d6ceadca62e6f  copying.txt
> diff --git a/package/python-modbus-tk/python-modbus-tk.mk b/package/python-modbus-tk/python-modbus-tk.mk
> new file mode 100644
> index 0000000..7de9005
> --- /dev/null
> +++ b/package/python-modbus-tk/python-modbus-tk.mk
> @@ -0,0 +1,14 @@
> +################################################################################
> +#
> +# python-modbus-tk
> +#
> +################################################################################
> +
> +PYTHON_MODBUS_TK_VERSION = 1.0.0
> +PYTHON_MODBUS_TK_SOURCE = modbus_tk-$(PYTHON_MODBUS_TK_VERSION).tar.gz
> +PYTHON_MODBUS_TK_SITE = https://files.pythonhosted.org/packages/8b/03/50193a66aac4eeccbaecea22044de6f07f4e8bfcb6ec37d724a0bba50f46
> +PYTHON_MODBUS_TK_SETUP_TYPE = setuptools
> +PYTHON_MODBUS_TK_LICENSE = GNU Library or Lesser General Public License (LGPL)

License should be LGPL-2.1-or-later

With this change applied you can add my

Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>

Reagrds,
Yegor

> +PYTHON_MODBUS_TK_LICENSE_FILES = license.txt copying.txt
> +
> +$(eval $(python-package))
> --
> 2.7.4
>

  reply	other threads:[~2019-07-30  5:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-29 21:02 [Buildroot] [PATCH v2] package/python-modbus-tk: new package Pierre-Jean Texier
2019-07-30  5:06 ` Yegor Yefremov [this message]
2019-07-30  9:39   ` Pierre-Jean Texier

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='CAGm1_ks9d=8i7=+-Kw7tmjNT15hYx4f7+gDz=Z+_jf90mbNxiQ@mail.gmail.com' \
    --to=yegorslists@googlemail.com \
    --cc=buildroot@busybox.net \
    /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.