From a0ae942d310b502ed359dc9b286ee1f7bf1e512f Mon Sep 17 00:00:00 2001 From: crc <> Date: Sun, 22 Oct 2023 22:29:22 +0000 Subject: [PATCH] move old Python files to old/ pending future deletion FossilOrigin-Name: 311bcb2964ead8ae4caf302c407a3b6ddc4ce699a874d85603af479030944cba --- RELEASE-NOTES | 1 + Makefile.python => old/Makefile.python | 0 {rel => old/rel}/python/LICENSE | 0 {rel => old/rel}/python/README | 0 {rel => old/rel}/python/retroforth/__init__.py | 0 {rel => old/rel}/python/retroforth/retroforth.py | 0 {rel => old/rel}/python/setup.py | 0 7 files changed, 1 insertion(+) rename Makefile.python => old/Makefile.python (100%) rename {rel => old/rel}/python/LICENSE (100%) rename {rel => old/rel}/python/README (100%) rename {rel => old/rel}/python/retroforth/__init__.py (100%) rename {rel => old/rel}/python/retroforth/retroforth.py (100%) rename {rel => old/rel}/python/setup.py (100%) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2b2810d..a924191 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,5 +21,6 @@ a: d: double: err: file: fll: mem: script: - use strlcpy() in tools/retro-muri.c - quieter output when building +- remove old Python build + packaging code ================================================================ diff --git a/Makefile.python b/old/Makefile.python similarity index 100% rename from Makefile.python rename to old/Makefile.python diff --git a/rel/python/LICENSE b/old/rel/python/LICENSE similarity index 100% rename from rel/python/LICENSE rename to old/rel/python/LICENSE diff --git a/rel/python/README b/old/rel/python/README similarity index 100% rename from rel/python/README rename to old/rel/python/README diff --git a/rel/python/retroforth/__init__.py b/old/rel/python/retroforth/__init__.py similarity index 100% rename from rel/python/retroforth/__init__.py rename to old/rel/python/retroforth/__init__.py diff --git a/rel/python/retroforth/retroforth.py b/old/rel/python/retroforth/retroforth.py similarity index 100% rename from rel/python/retroforth/retroforth.py rename to old/rel/python/retroforth/retroforth.py diff --git a/rel/python/setup.py b/old/rel/python/setup.py similarity index 100% rename from rel/python/setup.py rename to old/rel/python/setup.py