| Port details |
- python313t Interpreted object-oriented programming language
- 3.13.9 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-11-01 22:42:04
- Last Update: 2025-11-04 14:43:25
- Commit Hash: e0cbe08
- 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:
-
- python313t>0:lang/python313t
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/lang/python313t/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/python313t
- pkg install python313t
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: python313t
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1762008451
SHA256 (python/Python-3.13.9.tar.xz) = ed5ef34cda36cfa2f3a340f07cac7e7814f91c7f3c411f6d3562323a866c5c66
SIZE (python/Python-3.13.9.tar.xz) = 22681368
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.
- Master port: lang/python313
- 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
- Test dependencies:
-
- gdb : devel/gdb
- 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 python313t-3.13.9:
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_python313t
- USES:
- compiler:c11 cpe ncurses pathfix pkgconfig python:3.13,env readline shebangfix ssl tar:xz gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| This is a slave port. You may also want to view the commits to the master port: lang/python313 | | Commit | Credits | Log message |
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 |
Number of commits found: 2
|