All of lore.kernel.org
 help / color / mirror / Atom feed
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 2/2] package/python-isodate: new package
Date: Tue, 21 Apr 2026 16:50:31 -0400	[thread overview]
Message-ID: <20260421205031.2237-1-hellohacker.dev@gmail.com> (raw)

Signed-off-by: Alexandre Ondet <hellohacker.dev@gmail.com>
---
 package/Config.in                          |  1 +
 package/python-isodate/Config.in           |  7 +++++++
 package/python-isodate/python-isodate.hash |  2 ++
 package/python-isodate/python-isodate.mk   | 14 ++++++++++++++
 4 files changed, 24 insertions(+)
 create mode 100644 package/python-isodate/Config.in
 create mode 100644 package/python-isodate/python-isodate.hash
 create mode 100644 package/python-isodate/python-isodate.mk

diff --git a/package/Config.in b/package/Config.in
index a2bd4a2e4a..5f07294b3f 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1180,6 +1180,7 @@ menu "External python modules"
 	source "package/python-ipython-genutils/Config.in"
 	source "package/python-ipython-pygments-lexers/Config.in"
 	source "package/python-iso8601/Config.in"
+	source "package/python-isodate/Config.in"
 	source "package/python-iterable-io/Config.in"
 	source "package/python-itsdangerous/Config.in"
 	source "package/python-iwlib/Config.in"
diff --git a/package/python-isodate/Config.in b/package/python-isodate/Config.in
new file mode 100644
index 0000000000..77ce259891
--- /dev/null
+++ b/package/python-isodate/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_PYTHON_ISODATE
+	bool "python-isodate"
+	help
+	  An ISO 8601 date/time/duration parser and formatter for Python.
+	  Useful for parsing and formatting ISO 8601 dates, times, and durations.
+
+	  https://github.com/gweis/isodate/
diff --git a/package/python-isodate/python-isodate.hash b/package/python-isodate/python-isodate.hash
new file mode 100644
index 0000000000..16af316781
--- /dev/null
+++ b/package/python-isodate/python-isodate.hash
@@ -0,0 +1,2 @@
+# From https://pypi.org/pypi/isodate/0.7.2/json
+sha256  4cd1aa0f43ca76f4a6c6c0292a85f40b35ec2e43e315b59f06e6d32171a953e6  isodate-0.7.2.tar.gz
diff --git a/package/python-isodate/python-isodate.mk b/package/python-isodate/python-isodate.mk
new file mode 100644
index 0000000000..e658ddceee
--- /dev/null
+++ b/package/python-isodate/python-isodate.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-isodate
+#
+################################################################################
+
+PYTHON_ISODATE_VERSION = 0.7.2
+PYTHON_ISODATE_SOURCE = isodate-$(PYTHON_ISODATE_VERSION).tar.gz
+PYTHON_ISODATE_SITE = https://files.pythonhosted.org/packages/source/i/isodate
+PYTHON_ISODATE_SETUP_TYPE = setuptools
+PYTHON_ISODATE_LICENSE = BSD-3-Clause
+PYTHON_ISODATE_LICENSE_FILES = LICENSE
+
+$(eval $(python-package))
-- 
2.53.0.windows.2

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

                 reply	other threads:[~2026-04-21 20:50 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=20260421205031.2237-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 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.