All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@buildroot.org
Subject: [Buildroot] [git commit] package/python-pydevmem: new package
Date: Tue, 3 May 2022 21:29:32 +0200	[thread overview]
Message-ID: <20220503191909.4F2FC8516C@busybox.osuosl.org> (raw)

commit: https://git.buildroot.net/buildroot/commit/?id=d5bcdb74b6bf2e0afa5952fe26fea7c74050be59
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 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(+)

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))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

                 reply	other threads:[~2022-05-03 19:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220503191909.4F2FC8516C@busybox.osuosl.org \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    /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.