All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/python-joblib: new host-only package
@ 2022-02-19 18:15 Guillaume W. Bres
  2022-07-27  6:25 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume W. Bres @ 2022-02-19 18:15 UTC (permalink / raw)
  To: buildroot; +Cc: Guillaume W. Bres

Joblib is a set of tools to provide lightweight pipelining in Python

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>

---
host-python-joblib is a requirement of python-scikitlearn,
which first requires the current python-scipy work to be merged.

---
 DEVELOPERS                               |  1 +
 package/python-joblib/python-joblib.hash |  3 +++
 package/python-joblib/python-joblib.mk   | 13 +++++++++++++
 3 files changed, 17 insertions(+)
 create mode 100644 package/python-joblib/python-joblib.hash
 create mode 100644 package/python-joblib/python-joblib.mk

diff --git a/DEVELOPERS b/DEVELOPERS
index ac702d8d0f..ca2e6e81e7 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1148,6 +1148,7 @@ F:	package/libnids/
 F:	package/libxcrypt/
 F:	package/liquid-dsp/
 F:	package/pixiewps/
+F:	package/python-joblib/
 F:	package/python-pybind/
 F:	package/reaver/
 F:	support/testing/tests/package/br2-external/python-pybind
diff --git a/package/python-joblib/python-joblib.hash b/package/python-joblib/python-joblib.hash
new file mode 100644
index 0000000000..5023ba872c
--- /dev/null
+++ b/package/python-joblib/python-joblib.hash
@@ -0,0 +1,3 @@
+# Locally calculated
+sha256  4cda464ca712a4814849c9477d7551b696ce215dc05d79fc516460814ef48f4f  python-joblib-1.1.0.tar.gz
+sha256  42612911c1872c5e4b43f6ae0e8ee59467cd350332241cf72ce90640264fae6a  LICENSE.txt
diff --git a/package/python-joblib/python-joblib.mk b/package/python-joblib/python-joblib.mk
new file mode 100644
index 0000000000..27289a0a2e
--- /dev/null
+++ b/package/python-joblib/python-joblib.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# python-joblib
+#
+################################################################################
+
+PYTHON_JOBLIB_VERSION = 1.1.0
+PYTHON_JOBLIB_SITE = $(call github,joblib,joblib,$(PYTHON_JOBLIB_VERSION))
+PYTHON_JOBLIB_LICENSE = BSD-3-Clause
+PYTHON_JOBLIB_LICENSE_FILES = LICENSE.txt
+PYTHON_JOBLIB_SETUP_TYPE = setuptools
+
+$(eval $(host-python-package))
-- 
2.20.1

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-27 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-19 18:15 [Buildroot] [PATCH] package/python-joblib: new host-only package Guillaume W. Bres
2022-07-27  6:25 ` Thomas Petazzoni via buildroot
2022-07-27 19:40   ` Guillaume Bres
2022-07-27 20:24     ` Thomas Petazzoni via buildroot

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.