| Port details |
- python314 Interpreted object-oriented programming language
- 3.14.0 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: mandree@FreeBSD.org
 - Port Added: 2025-11-01 20:15:06
- Last Update: 2025-11-02 02:48:29
- Commit Hash: 29fd916
- 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 - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- python314>0:lang/python314
- To install the port:
- cd /usr/ports/lang/python314/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/python314
- pkg install python314
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: python314
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1759927158
SHA256 (python/Python-3.14.0.tar.xz) = 2299dae542d395ce3883aca00d3c910307cd68e0b2f7336098c8e7b7eee9f3e9
SIZE (python/Python-3.14.0.tar.xz) = 23595844
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- 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
- libzstd.so : archivers/zstd
- libmpdec.so : math/mpdecimal
- libreadline.so.8 : devel/readline
- libsqlite3.so : databases/sqlite3
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for python314-3.14.0:
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_python314
- USES:
- compiler:c11 cpe ncurses pathfix pkgconfig readline shebangfix sqlite ssl tar:xz gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.14.0 02 Nov 2025 02:48:29
    |
Matthias Andree (mandree)  |
lang/python314: add 'sigstore-verify' target |
3.14.0 01 Nov 2025 22:14:18
    |
Matthias Andree (mandree)  |
lang/python314: avoid posix_fallocate test failure
that stems from our posix_fallocate() returning ENOTSUP
in accordance with the Open Group Base Specifications Issue 8.
Patch test to trap that return code on FreeBSD as well (it
was handled for NetBSD already.) |
3.14.0 01 Nov 2025 20:11:56
    |
Matthias Andree (mandree)  |
lang/python314: get port ready to ship
claim maintainership on the new port - not doing that with the
previous commit by wen@ to have a clear distinction who contributed
what.
- require archivers/zstd since it's part of the Python standard library:
https://docs.python.org/3.14/whatsnew/3.14.html#whatsnew314-zstandard
- refresh Makefile.pre.in patch
- skip test_gdb without WITH_DEBUG
test_gdb has test_pretty_print, which requires debug symbols.
Skip it if WITH_DEBUG is not defined.
- drop --with-system-ffi configure option, which is no longer supported
and its behaviour is now the default
- move sqlite3 extension back into port
because the separate port fails to build
(mark the external python:-3.13)
PR: 282176 |
3.14.0 01 Nov 2025 20:11:55
    |
Matthias Andree (mandree)  Author: Wen Heping |
lang/python314: add new port
-----
committer's note by mandree@:
This does not enable the optional free-threaded build.
PR: 282176 |
Number of commits found: 4
|