diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2025-01-28 17:05:11 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-01-28 17:07:37 +0000 |
commit | 1408d1039f8db4e29e3fc252a17634de0e624cae (patch) | |
tree | f77381d46528446962358589aa77ed26e98833e7 /math/mathicsscript/files/patch-setup.py | |
parent | 1f134fa182158ad4adad7958143991f69a494c4d (diff) |
Diffstat (limited to 'math/mathicsscript/files/patch-setup.py')
-rw-r--r-- | math/mathicsscript/files/patch-setup.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/math/mathicsscript/files/patch-setup.py b/math/mathicsscript/files/patch-setup.py deleted file mode 100644 index e161ff81af87..000000000000 --- a/math/mathicsscript/files/patch-setup.py +++ /dev/null @@ -1,17 +0,0 @@ ---- setup.py.orig 2021-07-05 14:18:53 UTC -+++ setup.py -@@ -47,14 +47,6 @@ exec(read("mathicsscript/version.py")) - is_PyPy = platform.python_implementation() == "PyPy" - - EXTRAS_REQUIRE = {} --for kind in ("dev", "full"): -- extras_require = [] -- requirements_file = f"requirements-{kind}.txt" -- for line in open(requirements_file).read().split("\n"): -- if line and not line.startswith("#"): -- requires = re.sub(r"([^#]+)(\s*#.*$)?", r"\1", line) -- extras_require.append(requires) -- EXTRAS_REQUIRE[kind] = extras_require - - setup( - maintainer="Mathics Group", |