* [Buildroot] [PATCH 07/13] package/python-ntlmlib: new package
@ 2026-04-28 17:20 Alexandre Ondet
0 siblings, 0 replies; only message in thread
From: Alexandre Ondet @ 2026-04-28 17:20 UTC (permalink / raw)
To: buildroot; +Cc: Alexandre Ondet, James Hilliard, Thomas Petazzoni
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-28 17:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28 17:20 [Buildroot] [PATCH 07/13] package/python-ntlmlib: new package Alexandre Ondet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox