Bug 267478 - editors/libreoffice: allow build with python 3.11
Summary: editors/libreoffice: allow build with python 3.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-31 19:28 UTC by Dmitry Marakasov
Modified: 2022-10-31 20:48 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (office)


Attachments
Patch (581 bytes, patch)
2022-10-31 19:28 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!