Port details |
- python312 Interpreted object-oriented programming language
- 3.12.11 lang
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: python@FreeBSD.org
 - Port Added: 2025-04-08 02:03:08
- Last Update: 2025-06-30 15:00:23
- Commit Hash: 169ac0b
- Also Listed In: python
- License: PSFL
- WWW:
- https://www.python.org/
- Description:
- Python is an interpreted object-oriented programming language, and is
often compared to Tcl, Perl or Scheme.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- python312>0:lang/python312
- To install the port:
- cd /usr/ports/lang/python312/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/python312
- pkg install python312
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: python312
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1749086121
SHA256 (python/Python-3.12.11.tar.xz) = c30bb24b7f1e9a19b11b55a546434f74e739bb4c271a3e3a80ff4380d49f7adb
SIZE (python/Python-3.12.11.tar.xz) = 20525812
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libffi.so : devel/libffi
- libmpdec.so : math/mpdecimal
- libreadline.so.8 : devel/readline
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for python312-3.12.11:
DEBUG=off: Build with debugging support
IPV6=on: IPv6 protocol support
LIBMPDEC=on: Use libmpdec from ports instead of bundled version
LTO=on: Use Link-Time Optimization
NLS=on: Enable gettext support for the locale module
PYMALLOC=on: Enable specialized mallocs
====> Hash Algorithm (PEP-456): you can only select none or one of them
FNV=off: Modified Fowler-Noll-Vo Algorithm
SIPHASH=off: SipHash24 Algorithm
===> Use 'make config' to modify these settings
- Options name:
- lang_python312
- USES:
- compiler:c11 cpe ncurses pathfix pkgconfig python:3.12,env readline shebangfix ssl tar:xz gettext
- pkg-message:
- For install:
- Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
py312-gdbm databases/py-gdbm@py312
py312-sqlite3 databases/py-sqlite3@py312
py312-tkinter x11-toolkits/py-tkinter@py312
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.12.11 30 Jun 2025 15:00:23
    |
Matthias Andree (mandree)  |
*: Update comment references to e2fsprogs-libuuid to libuuid.
PR: 251489 |
3.12.11 19 Jun 2025 20:28:47
    |
Charlie Li (vishwin)  |
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.
Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above ) |
3.12.11 12 Jun 2025 19:05:01
    |
Charlie Li (vishwin)  |
lang/python312: fix plist with DEBUG enabled
While here, use %%PYTHON_INCLUDEDIR%% fully
Event: FreeBSD Developer Summit June 2025
Event: BSDCan 2025 |
3.12.11 05 Jun 2025 06:20:37
    |
Wen Heping (wen)  |
lang/python312: Update to 3.12.11 |
3.12.10_1 27 May 2025 19:27:36
    |
Charlie Li (vishwin)  |
lang/python312: pull in upstream commit addressing CVE-2025-4516
Reference: https://github.com/python/cpython/pull/134337
PR: 287009 |
3.12.10 09 Apr 2025 02:25:44
    |
Wen Heping (wen)  |
lang/python312: Update to 3.12.10 |
3.12.9 08 Apr 2025 01:59:29
    |
Charlie Li (vishwin)  Author: Wen Heping |
lang/python312: add 3.12.9
What's new: https://docs.python.org/3/whatsnew/3.12.html
PR: 271673
Co-authored-by: vishwin
Differential Revision: https://reviews.freebsd.org/D49679 |
Number of commits found: 7
|