Path to this page:
./
lang/python313,
Interpreted, interactive, object-oriented programming language
Branch: CURRENT,
Version: 3.13.1nb3,
Package name: python313-3.13.1nb3,
Maintainer: pkgsrc-usersPython is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The
Python Library Reference documents built-in and standard
types, constants, functions and modules. Finally, the
Python Reference Manual describes the syntax and semantics
of the core language in (perhaps too) much detail.
Python's basic power can be extended with your own modules
written in C or C++. On most systems such modules may be
dynamically loaded. Python is also adaptable as an exten-
sion language for existing applications. See the internal
documentation for hints.
This package provides Python version 3.13.x.
Package options: readline, x11
Master sites:
Filesize: 22060.246 KB
Version history: (Expand)
- (2025-01-05) Updated to version: python313-3.13.1nb3
- (2024-12-24) Updated to version: python313-3.13.1nb2
- (2024-12-06) Updated to version: python313-3.13.1nb1
- (2024-12-05) Updated to version: python313-3.13.1
- (2024-11-15) Updated to version: python313-3.13.0nb3
- (2024-11-01) Updated to version: python313-3.13.0nb2
CVS history: (Expand)
2025-01-07 20:35:09 by Taylor R Campbell | Files touched by this commit (5) |
Log message:
lang/python*: No need for :U with USE_CROSS_COMPILE.
After including bsd.prefs.mk or bsd.fast.prefs.mk, this is guaranteed
to be defined. If it isn't, there's a bug (like misspelling it),
which we should flag early rather than quietly suppress.
|
2025-01-07 20:34:41 by Taylor R Campbell | Files touched by this commit (5) |
Log message:
lang/python3*: Use PY_VER_SUFFIX instead of copying & pasting it.
Change is limited to cross-builds.
No change to generated package; CONFIGURE_ARGS should be unchanged by
this.
|
2025-01-05 12:18:28 by Thomas Klausner | Files touched by this commit (1) |
Log message:
python313: switch to external mpdecimal dependency
Recommended by Python's build system.
Bump PKGREVISION.
|
2025-01-05 12:17:56 by Thomas Klausner | Files touched by this commit (2) |
Log message:
python313: remove nis from PLIST_VARS
there are no files for with PLIST.nis in the PLISTs
Move PLIST_VARS for tkinter to options.mk.
Both found by pkglint.
|
2025-01-02 10:58:21 by Thomas Klausner | Files touched by this commit (1) |
Log message:
python313: GCC_REQD+=8 didn't fix RHEL 8/9, back it out
|
2024-12-29 09:20:36 by Thomas Klausner | Files touched by this commit (1) |
Log message:
python313: require gcc 8
Try fixing:
error: initializer element is not constant
on Redhat 8.
|
2024-12-24 15:22:52 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
python313: update path to mpdecimal in comment
Let's see how mpdecimal fares in the bulk builds before we switch to it
|
2024-12-24 11:47:51 by Thomas Klausner | Files touched by this commit (3) |
Log message:
python313: fix float detection on x86.
While here:
- remove partial HPUX support (no corresponding PLIST, so I don't see
how this can work)
- remove libpanelw workaround - the configure script falls back to
libpanel on its own
- remove workaround for opcodes.h - seems to work now
- allow network access for self tests
- remove references to non-existent files
Bump PKGREVISION.
|