From 05de8effa6b4a6fd9758a51d0c1acea91a36d3c6 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 1 Nov 2025 13:26:13 +0100 Subject: lang/python39: Remove expired port 2025-10-31 lang/python39: Upgrade to a newer Python version. 3.9 is in maintenance status and gets security fixes only. End-of-Life: 2025-10. See https://devguide.python.org/versions/ --- lang/python39/files/patch-setup.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lang/python39/files/patch-setup.py (limited to 'lang/python39/files/patch-setup.py') diff --git a/lang/python39/files/patch-setup.py b/lang/python39/files/patch-setup.py deleted file mode 100644 index 1c943df2af34..000000000000 --- a/lang/python39/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2021-02-17 17:43:29 UTC -+++ setup.py -@@ -2196,7 +2196,7 @@ class PyBuildExt(build_ext): - undef_macros = [] - if '--with-system-libmpdec' in sysconfig.get_config_var("CONFIG_ARGS"): - include_dirs = [] -- libraries = [':libmpdec.so.2'] -+ libraries = ['mpdec'] - sources = ['_decimal/_decimal.c'] - depends = ['_decimal/docstrings.h'] - else: -- cgit v1.2.3