Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Ondet <frcomdev@gmail.com>
To: buildroot@buildroot.org
Cc: Alexandre Ondet <frcomdev@gmail.com>,
	James Hilliard <james.hilliard1@gmail.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH 04/13] package/python-hpfeeds: new package
Date: Tue, 28 Apr 2026 13:19:03 -0400	[thread overview]
Message-ID: <20260428171903.2621-1-frcomdev@gmail.com> (raw)

Signed-off-by: Alexandre Ondet <frcomdev@gmail.com>
---
 package/Config.in                          |  1 +
 package/python-hpfeeds/Config.in           |  6 ++++++
 package/python-hpfeeds/python-hpfeeds.hash |  3 +++
 package/python-hpfeeds/python-hpfeeds.mk   | 14 ++++++++++++++
 4 files changed, 24 insertions(+)
 create mode 100644 package/python-hpfeeds/Config.in
 create mode 100644 package/python-hpfeeds/python-hpfeeds.hash
 create mode 100644 package/python-hpfeeds/python-hpfeeds.mk

diff --git a/package/Config.in b/package/Config.in
index c6f809b31d..1409370bfa 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1153,6 +1153,7 @@ menu "External python modules"
 	source "package/python-hiredis/Config.in"
 	source "package/python-hkdf/Config.in"
 	source "package/python-hpack/Config.in"
+	source "package/python-hpfeeds/Config.in"
 	source "package/python-html5lib/Config.in"
 	source "package/python-httpcore/Config.in"
 	source "package/python-httplib2/Config.in"
diff --git a/package/python-hpfeeds/Config.in b/package/python-hpfeeds/Config.in
new file mode 100644
index 0000000000..e08ac6e98e
--- /dev/null
+++ b/package/python-hpfeeds/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PYTHON_HPFEEDS
+	bool "python-hpfeeds"
+	help
+	  Python client library for the hpfeeds lightweight publish-subscribe protocol.
+
+	  https://pypi.org/project/hpfeeds/
\ No newline at end of file
diff --git a/package/python-hpfeeds/python-hpfeeds.hash b/package/python-hpfeeds/python-hpfeeds.hash
new file mode 100644
index 0000000000..493aae730e
--- /dev/null
+++ b/package/python-hpfeeds/python-hpfeeds.hash
@@ -0,0 +1,3 @@
+# From https://pypi.org/pypi/hpfeeds/3.1.0/json
+sha256  e23337d6c911e494493f7026ad2d08e7815d7d0bdad1f45f19905097c5fd55ee  hpfeeds-3.1.0.tar.gz
+sha256  c53a65c2fd561c87eaabf1072ef5dcab8653042bc15308465f52413585eb6271  LICENSE
\ No newline at end of file
diff --git a/package/python-hpfeeds/python-hpfeeds.mk b/package/python-hpfeeds/python-hpfeeds.mk
new file mode 100644
index 0000000000..6f745b0917
--- /dev/null
+++ b/package/python-hpfeeds/python-hpfeeds.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-hpfeeds
+#
+################################################################################
+
+PYTHON_HPFEEDS_VERSION = 3.1.0
+PYTHON_HPFEEDS_SOURCE = hpfeeds-$(PYTHON_HPFEEDS_VERSION).tar.gz
+PYTHON_HPFEEDS_SITE = https://files.pythonhosted.org/packages/source/h/hpfeeds
+PYTHON_HPFEEDS_SETUP_TYPE = setuptools
+PYTHON_HPFEEDS_LICENSE = MIT
+PYTHON_HPFEEDS_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
\ No newline at end of file
-- 
2.53.0.windows.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

                 reply	other threads:[~2026-04-28 17:19 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=20260428171903.2621-1-frcomdev@gmail.com \
    --to=frcomdev@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox