aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2025-02-15 15:30:43 -0400
committerDavid Bremner <david@tethera.net>2025-02-22 07:01:47 -0400
commitd526797ad198e394bb8b4909f43976b76fb347f1 (patch)
treeb924eefb8a1278afb988387a67e9fe413738003e
parent9782c8651192c1496541bd8949b7991c41528b3f (diff)
python: move legacy python bindings to contrib.
This forces us to verify the build and test suite completes without the legacy python bindings. As of this commit the legacy python bindings are unsupported by notmuch. They are provided in contrib/ for now, but will most likely eventually be removed from there as well. We recommend that downstream/distro packagers phase out their packages for the legacy python bindings.
-rw-r--r--contrib/python-legacy/.gitignore (renamed from bindings/python/.gitignore)0
-rw-r--r--contrib/python-legacy/MANIFEST.in (renamed from bindings/python/MANIFEST.in)0
-rw-r--r--contrib/python-legacy/README (renamed from bindings/python/README)0
-rw-r--r--contrib/python-legacy/docs/COPYING (renamed from bindings/python/docs/COPYING)0
-rw-r--r--contrib/python-legacy/docs/Makefile (renamed from bindings/python/docs/Makefile)0
-rw-r--r--contrib/python-legacy/docs/source/conf.py (renamed from bindings/python/docs/source/conf.py)0
-rw-r--r--contrib/python-legacy/docs/source/database.rst (renamed from bindings/python/docs/source/database.rst)0
-rw-r--r--contrib/python-legacy/docs/source/filesystem.rst (renamed from bindings/python/docs/source/filesystem.rst)0
-rw-r--r--contrib/python-legacy/docs/source/index.rst (renamed from bindings/python/docs/source/index.rst)0
-rw-r--r--contrib/python-legacy/docs/source/message.rst (renamed from bindings/python/docs/source/message.rst)0
-rw-r--r--contrib/python-legacy/docs/source/messages.rst (renamed from bindings/python/docs/source/messages.rst)0
-rw-r--r--contrib/python-legacy/docs/source/notes.rst (renamed from bindings/python/docs/source/notes.rst)0
-rw-r--r--contrib/python-legacy/docs/source/query.rst (renamed from bindings/python/docs/source/query.rst)0
-rw-r--r--contrib/python-legacy/docs/source/quickstart.rst (renamed from bindings/python/docs/source/quickstart.rst)0
-rw-r--r--contrib/python-legacy/docs/source/status_and_errors.rst (renamed from bindings/python/docs/source/status_and_errors.rst)0
-rw-r--r--contrib/python-legacy/docs/source/tags.rst (renamed from bindings/python/docs/source/tags.rst)0
-rw-r--r--contrib/python-legacy/docs/source/thread.rst (renamed from bindings/python/docs/source/thread.rst)0
-rw-r--r--contrib/python-legacy/docs/source/threads.rst (renamed from bindings/python/docs/source/threads.rst)0
-rw-r--r--contrib/python-legacy/notmuch/__init__.py (renamed from bindings/python/notmuch/__init__.py)0
-rw-r--r--contrib/python-legacy/notmuch/compat.py (renamed from bindings/python/notmuch/compat.py)0
-rw-r--r--contrib/python-legacy/notmuch/database.py (renamed from bindings/python/notmuch/database.py)0
-rw-r--r--contrib/python-legacy/notmuch/directory.py (renamed from bindings/python/notmuch/directory.py)0
-rw-r--r--contrib/python-legacy/notmuch/errors.py (renamed from bindings/python/notmuch/errors.py)0
-rw-r--r--contrib/python-legacy/notmuch/filenames.py (renamed from bindings/python/notmuch/filenames.py)0
-rw-r--r--contrib/python-legacy/notmuch/globals.py (renamed from bindings/python/notmuch/globals.py)0
-rw-r--r--contrib/python-legacy/notmuch/message.py (renamed from bindings/python/notmuch/message.py)0
-rw-r--r--contrib/python-legacy/notmuch/messages.py (renamed from bindings/python/notmuch/messages.py)0
-rw-r--r--contrib/python-legacy/notmuch/query.py (renamed from bindings/python/notmuch/query.py)0
-rw-r--r--contrib/python-legacy/notmuch/tag.py (renamed from bindings/python/notmuch/tag.py)0
-rw-r--r--contrib/python-legacy/notmuch/thread.py (renamed from bindings/python/notmuch/thread.py)0
-rw-r--r--contrib/python-legacy/notmuch/threads.py (renamed from bindings/python/notmuch/threads.py)0
-rw-r--r--contrib/python-legacy/notmuch/version.py (renamed from bindings/python/notmuch/version.py)0
-rw-r--r--contrib/python-legacy/setup.py (renamed from bindings/python/setup.py)0
33 files changed, 0 insertions, 0 deletions
diff --git a/bindings/python/.gitignore b/contrib/python-legacy/.gitignore
index 601acdd7..601acdd7 100644
--- a/bindings/python/.gitignore
+++ b/contrib/python-legacy/.gitignore
diff --git a/bindings/python/MANIFEST.in b/contrib/python-legacy/MANIFEST.in
index c83be4b1..c83be4b1 100644
--- a/bindings/python/MANIFEST.in
+++ b/contrib/python-legacy/MANIFEST.in
diff --git a/bindings/python/README b/contrib/python-legacy/README
index 5bf076d2..5bf076d2 100644
--- a/bindings/python/README
+++ b/contrib/python-legacy/README
diff --git a/bindings/python/docs/COPYING b/contrib/python-legacy/docs/COPYING
index e6000869..e6000869 100644
--- a/bindings/python/docs/COPYING
+++ b/contrib/python-legacy/docs/COPYING
diff --git a/bindings/python/docs/Makefile b/contrib/python-legacy/docs/Makefile
index bd6de38c..bd6de38c 100644
--- a/bindings/python/docs/Makefile
+++ b/contrib/python-legacy/docs/Makefile
diff --git a/bindings/python/docs/source/conf.py b/contrib/python-legacy/docs/source/conf.py
index bd4c8b17..bd4c8b17 100644
--- a/bindings/python/docs/source/conf.py
+++ b/contrib/python-legacy/docs/source/conf.py
diff --git a/bindings/python/docs/source/database.rst b/contrib/python-legacy/docs/source/database.rst
index 660de91d..660de91d 100644
--- a/bindings/python/docs/source/database.rst
+++ b/contrib/python-legacy/docs/source/database.rst
diff --git a/bindings/python/docs/source/filesystem.rst b/contrib/python-legacy/docs/source/filesystem.rst
index 13fe1194..13fe1194 100644
--- a/bindings/python/docs/source/filesystem.rst
+++ b/contrib/python-legacy/docs/source/filesystem.rst
diff --git a/bindings/python/docs/source/index.rst b/contrib/python-legacy/docs/source/index.rst
index bef7e60d..bef7e60d 100644
--- a/bindings/python/docs/source/index.rst
+++ b/contrib/python-legacy/docs/source/index.rst
diff --git a/bindings/python/docs/source/message.rst b/contrib/python-legacy/docs/source/message.rst
index b0033924..b0033924 100644
--- a/bindings/python/docs/source/message.rst
+++ b/contrib/python-legacy/docs/source/message.rst
diff --git a/bindings/python/docs/source/messages.rst b/contrib/python-legacy/docs/source/messages.rst
index 3ccf505c..3ccf505c 100644
--- a/bindings/python/docs/source/messages.rst
+++ b/contrib/python-legacy/docs/source/messages.rst
diff --git a/bindings/python/docs/source/notes.rst b/contrib/python-legacy/docs/source/notes.rst
index a7927485..a7927485 100644
--- a/bindings/python/docs/source/notes.rst
+++ b/contrib/python-legacy/docs/source/notes.rst
diff --git a/bindings/python/docs/source/query.rst b/contrib/python-legacy/docs/source/query.rst
index 785e984b..785e984b 100644
--- a/bindings/python/docs/source/query.rst
+++ b/contrib/python-legacy/docs/source/query.rst
diff --git a/bindings/python/docs/source/quickstart.rst b/contrib/python-legacy/docs/source/quickstart.rst
index 609f42e1..609f42e1 100644
--- a/bindings/python/docs/source/quickstart.rst
+++ b/contrib/python-legacy/docs/source/quickstart.rst
diff --git a/bindings/python/docs/source/status_and_errors.rst b/contrib/python-legacy/docs/source/status_and_errors.rst
index 68913f16..68913f16 100644
--- a/bindings/python/docs/source/status_and_errors.rst
+++ b/contrib/python-legacy/docs/source/status_and_errors.rst
diff --git a/bindings/python/docs/source/tags.rst b/contrib/python-legacy/docs/source/tags.rst
index 31527d4b..31527d4b 100644
--- a/bindings/python/docs/source/tags.rst
+++ b/contrib/python-legacy/docs/source/tags.rst
diff --git a/bindings/python/docs/source/thread.rst b/contrib/python-legacy/docs/source/thread.rst
index 40678725..40678725 100644
--- a/bindings/python/docs/source/thread.rst
+++ b/contrib/python-legacy/docs/source/thread.rst
diff --git a/bindings/python/docs/source/threads.rst b/contrib/python-legacy/docs/source/threads.rst
index 46ce5be5..46ce5be5 100644
--- a/bindings/python/docs/source/threads.rst
+++ b/contrib/python-legacy/docs/source/threads.rst
diff --git a/bindings/python/notmuch/__init__.py b/contrib/python-legacy/notmuch/__init__.py
index cf627ffa..cf627ffa 100644
--- a/bindings/python/notmuch/__init__.py
+++ b/contrib/python-legacy/notmuch/__init__.py
diff --git a/bindings/python/notmuch/compat.py b/contrib/python-legacy/notmuch/compat.py
index 4a94e05c..4a94e05c 100644
--- a/bindings/python/notmuch/compat.py
+++ b/contrib/python-legacy/notmuch/compat.py
diff --git a/bindings/python/notmuch/database.py b/contrib/python-legacy/notmuch/database.py
index 8fb507fa..8fb507fa 100644
--- a/bindings/python/notmuch/database.py
+++ b/contrib/python-legacy/notmuch/database.py
diff --git a/bindings/python/notmuch/directory.py b/contrib/python-legacy/notmuch/directory.py
index b30c9e35..b30c9e35 100644
--- a/bindings/python/notmuch/directory.py
+++ b/contrib/python-legacy/notmuch/directory.py
diff --git a/bindings/python/notmuch/errors.py b/contrib/python-legacy/notmuch/errors.py
index b7684ef6..b7684ef6 100644
--- a/bindings/python/notmuch/errors.py
+++ b/contrib/python-legacy/notmuch/errors.py
diff --git a/bindings/python/notmuch/filenames.py b/contrib/python-legacy/notmuch/filenames.py
index 3bbc22b9..3bbc22b9 100644
--- a/bindings/python/notmuch/filenames.py
+++ b/contrib/python-legacy/notmuch/filenames.py
diff --git a/bindings/python/notmuch/globals.py b/contrib/python-legacy/notmuch/globals.py
index 11e328b7..11e328b7 100644
--- a/bindings/python/notmuch/globals.py
+++ b/contrib/python-legacy/notmuch/globals.py
diff --git a/bindings/python/notmuch/message.py b/contrib/python-legacy/notmuch/message.py
index e71dbe3e..e71dbe3e 100644
--- a/bindings/python/notmuch/message.py
+++ b/contrib/python-legacy/notmuch/message.py
diff --git a/bindings/python/notmuch/messages.py b/contrib/python-legacy/notmuch/messages.py
index 3801c666..3801c666 100644
--- a/bindings/python/notmuch/messages.py
+++ b/contrib/python-legacy/notmuch/messages.py
diff --git a/bindings/python/notmuch/query.py b/contrib/python-legacy/notmuch/query.py
index ffb86df1..ffb86df1 100644
--- a/bindings/python/notmuch/query.py
+++ b/contrib/python-legacy/notmuch/query.py
diff --git a/bindings/python/notmuch/tag.py b/contrib/python-legacy/notmuch/tag.py
index fbb18ce4..fbb18ce4 100644
--- a/bindings/python/notmuch/tag.py
+++ b/contrib/python-legacy/notmuch/tag.py
diff --git a/bindings/python/notmuch/thread.py b/contrib/python-legacy/notmuch/thread.py
index 9aa0e08c..9aa0e08c 100644
--- a/bindings/python/notmuch/thread.py
+++ b/contrib/python-legacy/notmuch/thread.py
diff --git a/bindings/python/notmuch/threads.py b/contrib/python-legacy/notmuch/threads.py
index 0c382d5b..0c382d5b 100644
--- a/bindings/python/notmuch/threads.py
+++ b/contrib/python-legacy/notmuch/threads.py
diff --git a/bindings/python/notmuch/version.py b/contrib/python-legacy/notmuch/version.py
index fd4152ee..fd4152ee 100644
--- a/bindings/python/notmuch/version.py
+++ b/contrib/python-legacy/notmuch/version.py
diff --git a/bindings/python/setup.py b/contrib/python-legacy/setup.py
index 6308b9f9..6308b9f9 100644
--- a/bindings/python/setup.py
+++ b/contrib/python-legacy/setup.py