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 07/13] package/python-ntlmlib: new package
Date: Tue, 28 Apr 2026 13:20:37 -0400 [thread overview]
Message-ID: <20260428172037.2696-1-frcomdev@gmail.com> (raw)
Signed-off-by: Alexandre Ondet <frcomdev@gmail.com>
---
package/Config.in | 1 +
package/python-ntlmlib/Config.in | 6 ++++++
package/python-ntlmlib/python-ntlmlib.hash | 3 +++
package/python-ntlmlib/python-ntlmlib.mk | 14 ++++++++++++++
4 files changed, 24 insertions(+)
create mode 100644 package/python-ntlmlib/Config.in
create mode 100644 package/python-ntlmlib/python-ntlmlib.hash
create mode 100644 package/python-ntlmlib/python-ntlmlib.mk
diff --git a/package/Config.in b/package/Config.in
index 83c9e0809c..882459cefc 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1263,6 +1263,7 @@ menu "External python modules"
source "package/python-networkx/Config.in"
source "package/python-nmcli/Config.in"
source "package/python-numpy/Config.in"
+ source "package/python-ntlmlib/Config.in"
source "package/python-oauthlib/Config.in"
source "package/python-opcua-asyncio/Config.in"
source "package/python-orjson/Config.in"
diff --git a/package/python-ntlmlib/Config.in b/package/python-ntlmlib/Config.in
new file mode 100644
index 0000000000..9c3c21eff9
--- /dev/null
+++ b/package/python-ntlmlib/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PYTHON_NTLMLIB
+ bool "python-ntlmlib"
+ help
+ Pure Python implementation of the NTLM protocol.
+
+ https://pypi.org/project/ntlmlib/
\ No newline at end of file
diff --git a/package/python-ntlmlib/python-ntlmlib.hash b/package/python-ntlmlib/python-ntlmlib.hash
new file mode 100644
index 0000000000..084f2028bb
--- /dev/null
+++ b/package/python-ntlmlib/python-ntlmlib.hash
@@ -0,0 +1,3 @@
+# From https://pypi.org/pypi/ntlmlib/0.72/json
+sha256 6b365027ec3cdaf09421a679a5b2b397a8b41f8adde8dcd88b80e695a8d2e9c2 ntlmlib-0.72.tar.gz
+sha256 68f3b1c862730d19e8024de80621bd3df816400da6573f09be267fb1f50085be PKG-INFO
\ No newline at end of file
diff --git a/package/python-ntlmlib/python-ntlmlib.mk b/package/python-ntlmlib/python-ntlmlib.mk
new file mode 100644
index 0000000000..b5d3d67e69
--- /dev/null
+++ b/package/python-ntlmlib/python-ntlmlib.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-ntlmlib
+#
+################################################################################
+
+PYTHON_NTLMLIB_VERSION = 0.72
+PYTHON_NTLMLIB_SOURCE = ntlmlib-$(PYTHON_NTLMLIB_VERSION).tar.gz
+PYTHON_NTLMLIB_SITE = https://files.pythonhosted.org/packages/source/n/ntlmlib
+PYTHON_NTLMLIB_SETUP_TYPE = setuptools
+PYTHON_NTLMLIB_LICENSE = Apache-2.0
+PYTHON_NTLMLIB_LICENSE_FILES = PKG-INFO
+
+$(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:20 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=20260428172037.2696-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