Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Nov 2025 20:13:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 282176] lang/python314: New port, python-3.14.0 release
Message-ID:  <bug-282176-21822-VVqPdscyNM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282176-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-282176-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282176

--- Comment #11 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=60648732604548051b170d9e599e05b870f9d008

commit 60648732604548051b170d9e599e05b870f9d008
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-11-01 20:02:17 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-11-01 20:11:56 +0000

    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

 Mk/Uses/python.mk                          |  2 +-
 Mk/bsd.default-versions.mk                 |  2 +-
 databases/py-sqlite3/Makefile              |  2 +-
 lang/python314/Makefile                    | 18 ++++++++++--------
 lang/python314/files/patch-Makefile.pre.in |  6 +++---
 lang/python314/files/pkg-message.in        |  1 -
 lang/python314/pkg-plist                   |  2 ++
 7 files changed, 18 insertions(+), 15 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282176-21822-VVqPdscyNM>