diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-27 01:28:26 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-27 01:30:03 +0800 |
commit | acc744e9d5fa018802aa8b10580680d710d25f21 (patch) | |
tree | 02ce807812d714a99f5b6d7f4b741555ad6a74d3 /math/py-pyreadstat/files/patch-setup.py | |
parent | math/py-blis: Remove cython hack (diff) |
math/py-pyreadstat: Remove cython hack
- Bump PORTREVISION for potential package change
Diffstat (limited to 'math/py-pyreadstat/files/patch-setup.py')
-rw-r--r-- | math/py-pyreadstat/files/patch-setup.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/math/py-pyreadstat/files/patch-setup.py b/math/py-pyreadstat/files/patch-setup.py deleted file mode 100644 index ee04a6d9cc21..000000000000 --- a/math/py-pyreadstat/files/patch-setup.py +++ /dev/null @@ -1,14 +0,0 @@ ---- setup.py.orig 2024-10-18 20:21:39 UTC -+++ setup.py -@@ -26,11 +26,6 @@ if PY_MAJOR_VERSION < 3 and os.name == 'nt': - if PY_MAJOR_VERSION < 3 and os.name == 'nt': - raise Exception("Python 2 is not supported on Windows.") - --cyver = int(Cython.__version__.split(".")[0]) --if cyver < 3: -- msg = "Cython version 3 or newer required" -- raise Exception(msg) -- - ext = '.pyx' - - |