Bug 267478

Summary: editors/libreoffice: allow build with python 3.11
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Dima Panov <fluffy>
Status: Closed FIXED    
Severity: Affects Only Me CC: fluffy
Priority: --- Flags: bugzilla: maintainer-feedback? (office)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch none

Description Dmitry Marakasov freebsd_committer freebsd_triage 2022-10-31 19:28:58 UTC
Created attachment 237766 [details]
Patch

Remove needless python upper version limitation. The port builds fine with python 3.11.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-31 20:47:42 UTC
A commit in branch main references this bug:

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

commit d05592ffa96c02fe7f511f1214d0c6ee56706910
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-10-31 20:45:20 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-10-31 20:47:15 +0000

    editors/libreoffice: allow build with python 3.11 (+)

    Upper python version limit was come from math/py-numpy.
    Since NumPY supports py311, remove this limit.

    PR:     267478

 editors/libreoffice/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Dima Panov freebsd_committer freebsd_triage 2022-10-31 20:48:40 UTC
Shipped, thanks!