| Port details |
- python313 Interpreted object-oriented programming language
- 3.13.14 lang
=2 3.13.14Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2025-11-01 22:42:04
- Last Update: 2026-06-13 13:31:48
- Commit Hash: 2c3d157
- People watching this port, also watch:: python312, dovecot, samba419, postfix, screen
- 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:
-
- python313>0:lang/python313
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/lang/python313/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/python313
- pkg install python313
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: python313
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1781351653
SHA256 (python/Python-3.13.14.tar.xz) = 639e43243c620a308f968213df9e00f2f8f62332f7adbaa7a7eeb9783057c690
SIZE (python/Python-3.13.14.tar.xz) = 23021880
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- lang/python313t
- 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.26 : devel/gettext-runtime
- Test dependencies:
-
- gdb : devel/gdb
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libffi.so : devel/libffi
- libmpdec.so : math/mpdecimal
- libreadline.so.8 : devel/readline
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
-
- devel/py-standard-imghdr
- security/py-privleap
- for Run
-
- devel/py-standard-imghdr
- security/py-privleap
Configuration Options:
- ===> The following configuration options are available for python313-3.13.14:
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
====> Experimental features
JIT=off: Enable just-in-time compiler
====> 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_python313
- USES:
- compiler:c11 cpe ncurses pathfix pkgconfig python:3.13,env readline shebangfix ssl tar:xz gettext-runtime
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.13.14 13 Jun 2026 13:31:48
    |
Charlie Li (vishwin)  |
lang/python313: update to 3.13.14
Changelog:
https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-14-final |
3.13.13_2 13 Jun 2026 04:06:37
    |
Charlie Li (vishwin)  |
lang/python3: use textproc/expat2 for pyexpat instead of bundled
...to match lang/python314
Event: Works Must Run |
3.13.13_1 12 Jun 2026 17:47:09
    |
Charlie Li (vishwin)  |
lang/python313: prevent building JIT with newer CPython
While such combos build successfully outside of ports, a circular
build dependency forms when said newer ports also have JIT enabled. |
3.13.13_1 10 May 2026 10:31:08
    |
Piotr Kubaj (pkubaj)  |
lang/python313: enable LTO on powerpc64le |
3.13.13 09 Apr 2026 09:23:05
    |
Charlie Li (vishwin)  |
lang/python313: update to 3.13.13
Changelog:
https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-13-final |
3.13.12_3 06 Apr 2026 01:59:51
    |
Charlie Li (vishwin)  |
lang/python313: pull in upstream commits addressing webbrowser.open() issue
Security: 9fdad262-2e0f-11f1-88c7-00a098b42aeb
PR: 294246 |
3.13.12_2 06 Apr 2026 01:55:57
    |
Charlie Li (vishwin)  |
lang/python313: fix pkg-config link logic for suffixed |
3.13.12_1 31 Mar 2026 13:52:28
    |
Tijl Coosemans (tijl)  |
devel/libtextstyle, devel/gettext*: Update to 1.0
devel/gettext-tools: Use external libunistring and libxml2.
lang/python*: Remove dependency on gettext-tools. It isn't used and
it is gettext-tools that depends on python now.
PR: 293963
Exp-run by: antoine |
3.13.12 05 Feb 2026 06:32:09
    |
Charlie Li (vishwin)  |
lang/python313: update to 3.13.12
Changelog:
https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-12-final
Security: bfe9adc8-0224-11f1-8790-c5fb948922ad |
3.13.11 03 Feb 2026 22:02:17
    |
Siva Mahadevan (siva)  |
lang/python3{12,13}: limit parallel .pyc compilation to MAKE_JOBS
This option is available since python312[0]. This fixes
python312 and python313 builds with qemu-user-static
emulating riscv64.
[0]
https://github.com/python/cpython/commit/9a7e9f9921804f3f90151ca42703e612697dd430
Approved by: vishwin (#python), lwhsu (mentor)
Signed-off-by: Siva Mahadevan <siva@FreeBSD.org>
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54906 |
3.13.11 10 Dec 2025 07:20:43
    |
Charlie Li (vishwin)  |
lang/python313: update to 3.13.11
Changelog:
https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-11-final |
3.13.10 03 Dec 2025 00:52:00
    |
Wen Heping (wen)  |
lang/python313: Update to 3.13.10 |
3.13.9 04 Nov 2025 14:43:25
    |
Charlie Li (vishwin)  |
lang/python313: fix blake2s_impl regen mismatch
The only difference between "stock" and regenerated blake2s_impl.c
is where a variable is declared in py_blake2s_new_impl(). Patch the
stock file to the regenerated version so the regeneration script
does not get called.
Reported by: fluffy, jan[at]glaubitz[dot]org
PR: 274671 |
3.13.9 01 Nov 2025 22:40:56
    |
Charlie Li (vishwin)  Author: Wen Heping |
lang/python313: add
What's new: https://docs.python.org/3/whatsnew/3.13.html
Most notably, introduce free-threaded mode. As this mode changes
the ABI, the entire distribution lives in a separate hierarchy, and
thus a new child port (lang/python313t) and FLAVOR (py313t) are
introduced.
Co-authored-by: vishwin
PR: 274671
Differential Revision: https://reviews.freebsd.org/D49680 |