[Bug 271673] lang/python312: New port, update to 3.12.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 05 Jul 2024 20:26:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271673

takeda@takeda.tk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |takeda@takeda.tk

--- Comment #22 from takeda@takeda.tk ---
(In reply to Charlie Li from comment #15)

Python 3.12 was released 9 months ago and 3.13 will be soon released.

It looks like we are now having issues because we were clever and released core
parts of python as a separate packages and now removal of distutils complicates
this version.

Why don't we do the same thing we do with other packages and provide options to
enable/disable them? There is much more of dependencies within python than just
sqlite that are optional and can be disabled, so singling it out and making it
a separate package only adds more work for us):

https://github.com/NixOS/nixpkgs/blob/bc50dd54e8caaa8e3718cc93d2cf32d2aefdc3c6/pkgs/development/interpreters/python/default.nix#L103-L130

-- 
You are receiving this mail because:
You are the assignee for the bug.