All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] package/python-cachelib: add version 0.13.0
@ 2025-03-31 23:37 Daniel Crowe
  2025-03-31 23:37 ` [Buildroot] [PATCH 2/5] package/flask-caching: add version 2.3.1 Daniel Crowe
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Daniel Crowe @ 2025-03-31 23:37 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Daniel Crowe, Thomas Petazzoni

Provides caching APIs.
https://cachelib.readthedocs.io/en/stable/

Signed-off-by: Daniel Crowe <daniel.crowe@maxmine.com.au>
---
 package/Config.in                            |  1 +
 package/python-cachelib/Config.in            |  6 ++++++
 package/python-cachelib/python-cachelib.hash |  6 ++++++
 package/python-cachelib/python-cachelib.mk   | 14 ++++++++++++++
 4 files changed, 27 insertions(+)
 create mode 100644 package/python-cachelib/Config.in
 create mode 100644 package/python-cachelib/python-cachelib.hash
 create mode 100644 package/python-cachelib/python-cachelib.mk

diff --git a/package/Config.in b/package/Config.in
index 4b7e474cac..71d8580638 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1035,6 +1035,7 @@ menu "External python modules"
 	source "package/python-brotli/Config.in"
 	source "package/python-bsdiff4/Config.in"
 	source "package/python-cached-property/Config.in"
+	source "package/python-cachelib/Config.in"
 	source "package/python-cachetools/Config.in"
 	source "package/python-can/Config.in"
 	source "package/python-canopen/Config.in"
diff --git a/package/python-cachelib/Config.in b/package/python-cachelib/Config.in
new file mode 100644
index 0000000000..c17454c4be
--- /dev/null
+++ b/package/python-cachelib/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PYTHON_CACHELIB
+	bool "python-cachelib"
+	help
+	  A collection of cache libraries in the same API interface.
+
+	  https://github.com/pallets-eco/cachelib/
diff --git a/package/python-cachelib/python-cachelib.hash b/package/python-cachelib/python-cachelib.hash
new file mode 100644
index 0000000000..6a50350aa1
--- /dev/null
+++ b/package/python-cachelib/python-cachelib.hash
@@ -0,0 +1,6 @@
+# md5, sha256 from https://pypi.org/pypi/cachelib/json
+md5  fc25e9c9165cd5fd42ce282c2ba540fd  cachelib-0.13.0.tar.gz
+sha256  209d8996e3c57595bee274ff97116d1d73c4980b2fd9a34c7846cd07fd2e1a48  cachelib-0.13.0.tar.gz
+# Locally computed sha256 checksums
+sha256  cd418120812dc2626281ae027e81b648229d166b5aca7472cecd510038d36e7d  LICENSE.rst
+sha256  c9362a7258a11c84a8f7e825ccbbb5c425c6fc02368d3aee6494533fb99ba1f4  docs/license.rst
diff --git a/package/python-cachelib/python-cachelib.mk b/package/python-cachelib/python-cachelib.mk
new file mode 100644
index 0000000000..7361a21f4f
--- /dev/null
+++ b/package/python-cachelib/python-cachelib.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-cachelib
+#
+################################################################################
+
+PYTHON_CACHELIB_VERSION = 0.13.0
+PYTHON_CACHELIB_SOURCE = cachelib-$(PYTHON_CACHELIB_VERSION).tar.gz
+PYTHON_CACHELIB_SITE = https://files.pythonhosted.org/packages/1d/69/0b5c1259e12fbcf5c2abe5934b5c0c1294ec0f845e2b4b2a51a91d79a4fb
+PYTHON_CACHELIB_SETUP_TYPE = setuptools
+PYTHON_CACHELIB_LICENSE = BSD-3-Clause
+PYTHON_CACHELIB_LICENSE_FILES = LICENSE.rst docs/license.rst
+
+$(eval $(python-package))
-- 
2.43.0

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

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

end of thread, other threads:[~2025-05-07  5:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-31 23:37 [Buildroot] [PATCH 1/5] package/python-cachelib: add version 0.13.0 Daniel Crowe
2025-03-31 23:37 ` [Buildroot] [PATCH 2/5] package/flask-caching: add version 2.3.1 Daniel Crowe
2025-04-19 21:53   ` Thomas Petazzoni via buildroot
2025-03-31 23:37 ` [Buildroot] [PATCH 3/5] package/python-aniso8601: add version 10.0.0 Daniel Crowe
2025-04-20 21:13   ` Thomas Petazzoni via buildroot
2025-03-31 23:37 ` [Buildroot] [PATCH 4/5] package/python-flask-restx: add version 1.3.0 Daniel Crowe
2025-04-20 21:15   ` Thomas Petazzoni via buildroot
2025-05-07  3:44     ` Daniel Crowe
2025-03-31 23:37 ` [Buildroot] [PATCH 5/5] package/python-pyproj: add version 3.7.1 Daniel Crowe
2025-04-20 21:27   ` Thomas Petazzoni via buildroot
2025-05-07  5:18     ` Daniel Crowe
2025-04-19 21:48 ` [Buildroot] [PATCH 1/5] package/python-cachelib: add version 0.13.0 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.