From: Alexandre Ondet <hellohacker.dev@gmail.com>
To: buildroot@buildroot.org
Cc: James Hilliard <james.hilliard1@gmail.com>,
Alexandre Ondet <hellohacker.dev@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH 1/2] package/python-deprecation: new package
Date: Tue, 21 Apr 2026 16:48:27 -0400 [thread overview]
Message-ID: <20260421204827.2225-1-hellohacker.dev@gmail.com> (raw)
Signed-off-by: Alexandre Ondet <hellohacker.dev@gmail.com>
---
package/Config.in | 1 +
package/python-deprecation/Config.in | 5 +++++
package/python-deprecation/python-deprecation.hash | 2 ++
package/python-deprecation/python-deprecation.mk | 14 ++++++++++++++
4 files changed, 22 insertions(+)
create mode 100644 package/python-deprecation/Config.in
create mode 100644 package/python-deprecation/python-deprecation.hash
create mode 100644 package/python-deprecation/python-deprecation.mk
diff --git a/package/Config.in b/package/Config.in
index d0f148699b..a2bd4a2e4a 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1077,6 +1077,7 @@ menu "External python modules"
source "package/python-dbus-fast/Config.in"
source "package/python-dbus-next/Config.in"
source "package/python-decorator/Config.in"
+ source "package/python-deprecation/Config.in"
source "package/python-decouple/Config.in"
source "package/python-defusedxml/Config.in"
source "package/python-dialog3/Config.in"
diff --git a/package/python-deprecation/Config.in b/package/python-deprecation/Config.in
new file mode 100644
index 0000000000..83bf414bd5
--- /dev/null
+++ b/package/python-deprecation/Config.in
@@ -0,0 +1,5 @@
+config BR2_PACKAGE_PYTHON_DEPRECATION
+ bool "python-deprecation"
+ help
+ A library to handle automated deprecations in Python.
+ https://pypi.org/project/deprecation/
diff --git a/package/python-deprecation/python-deprecation.hash b/package/python-deprecation/python-deprecation.hash
new file mode 100644
index 0000000000..027dfafa4e
--- /dev/null
+++ b/package/python-deprecation/python-deprecation.hash
@@ -0,0 +1,2 @@
+# From https://pypi.org/pypi/deprecation/2.1.0/json
+sha256 72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff deprecation-2.1.0.tar.gz
diff --git a/package/python-deprecation/python-deprecation.mk b/package/python-deprecation/python-deprecation.mk
new file mode 100644
index 0000000000..5ec8977c80
--- /dev/null
+++ b/package/python-deprecation/python-deprecation.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-deprecation
+#
+################################################################################
+
+PYTHON_DEPRECATION_VERSION = 2.1.0
+PYTHON_DEPRECATION_SOURCE = deprecation-$(PYTHON_DEPRECATION_VERSION).tar.gz
+PYTHON_DEPRECATION_SITE = https://files.pythonhosted.org/packages/source/d/deprecation
+PYTHON_DEPRECATION_SETUP_TYPE = setuptools
+PYTHON_DEPRECATION_LICENSE = Apache-2.0
+PYTHON_DEPRECATION_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
--
2.53.0.windows.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2026-04-21 20:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-21 20:48 Alexandre Ondet [this message]
2026-04-24 21:27 ` [Buildroot] [PATCH 1/2] package/python-deprecation: new package Julien Olivain via buildroot
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=20260421204827.2225-1-hellohacker.dev@gmail.com \
--to=hellohacker.dev@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