From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: yegorslists@googlemail.com
Cc: Asaf Kahlon <asafka7@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/python-pydevmem: new package
Date: Tue, 3 May 2022 21:29:59 +0200 [thread overview]
Message-ID: <20220503192959.GD2575@scaer> (raw)
In-Reply-To: <20220503074426.9207-1-yegorslists@googlemail.com>
Yegor, All,
On 2022-05-03 09:44 +0200, yegorslists--- via buildroot spake thusly:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> Python DevMem is designed primarily for use with accessing
> /dev/mem on OMAP platforms. It should work on other platforms
> and work to mmap() files rather then just /dev/mem, but these
> use cases aren't well tested.
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/Config.in | 1 +
> package/python-pydevmem/Config.in | 9 +++++++++
> package/python-pydevmem/python-pydevmem.hash | 3 +++
> package/python-pydevmem/python-pydevmem.mk | 13 +++++++++++++
> 4 files changed, 26 insertions(+)
> create mode 100644 package/python-pydevmem/Config.in
> create mode 100644 package/python-pydevmem/python-pydevmem.hash
> create mode 100644 package/python-pydevmem/python-pydevmem.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 4687dd4426..66682b9b2d 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -1151,6 +1151,7 @@ menu "External python modules"
> source "package/python-pycups/Config.in"
> source "package/python-pydal/Config.in"
> source "package/python-pydantic/Config.in"
> + source "package/python-pydevmem/Config.in"
> source "package/python-pydyf/Config.in"
> source "package/python-pyelftools/Config.in"
> source "package/python-pyftpdlib/Config.in"
> diff --git a/package/python-pydevmem/Config.in b/package/python-pydevmem/Config.in
> new file mode 100644
> index 0000000000..a0e2da9f0b
> --- /dev/null
> +++ b/package/python-pydevmem/Config.in
> @@ -0,0 +1,9 @@
> +config BR2_PACKAGE_PYTHON_PYDEVMEM
> + bool "python-pydevmem"
> + help
> + Python DevMem is designed primarily for use with accessing
> + /dev/mem on OMAP platforms. It should work on other platforms
> + and work to mmap() files rather then just /dev/mem, but these
> + use cases aren't well tested.
> +
> + https://github.com/kylemanna/pydevmem
> diff --git a/package/python-pydevmem/python-pydevmem.hash b/package/python-pydevmem/python-pydevmem.hash
> new file mode 100644
> index 0000000000..e9ee18b872
> --- /dev/null
> +++ b/package/python-pydevmem/python-pydevmem.hash
> @@ -0,0 +1,3 @@
> +# Locally computed
> +sha256 1a72db41effeb83e01fc9a422abfe345a92220b0382403a5040b2811e4ee6496 python-pydevmem-600b5d1ef8997c394db3512b735d75d5abc4ad41.tar.gz
> +sha256 cb013ffd1fd415a348f9a32231ceb133770623b69484a24ad49b6da4904cac2e LICENSE
> diff --git a/package/python-pydevmem/python-pydevmem.mk b/package/python-pydevmem/python-pydevmem.mk
> new file mode 100644
> index 0000000000..385b123290
> --- /dev/null
> +++ b/package/python-pydevmem/python-pydevmem.mk
> @@ -0,0 +1,13 @@
> +################################################################################
> +#
> +# python-pydevmem
> +#
> +################################################################################
> +
> +PYTHON_PYDEVMEM_VERSION = 600b5d1ef8997c394db3512b735d75d5abc4ad41
> +PYTHON_PYDEVMEM_SITE = $(call github,kylemanna,pydevmem,$(PYTHON_PYDEVMEM_VERSION))
> +PYTHON_PYDEVMEM_SETUP_TYPE = setuptools
> +PYTHON_PYDEVMEM_LICENSE = MIT
> +PYTHON_PYDEVMEM_LICENSE_FILES = LICENSE
> +
> +$(eval $(python-package))
> --
> 2.17.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2022-05-03 19:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-03 7:44 [Buildroot] [PATCH] package/python-pydevmem: new package yegorslists--- via buildroot
2022-05-03 19:29 ` Yann E. MORIN [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=20220503192959.GD2575@scaer \
--to=yann.morin.1998@free.fr \
--cc=asafka7@gmail.com \
--cc=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=yegorslists@googlemail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox