Bug 276707 - devel/py-gyp: fix for python 3.11
Summary: devel/py-gyp: fix for 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: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks: 275494
  Show dependency treegraph
 
Reported: 2024-01-29 11:36 UTC by Ruslan Makhmatkhanov
Modified: 2024-02-18 14:51 UTC (History)
1 user (show)

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


Attachments
py311 (1.31 KB, patch)
2024-01-29 11:36 UTC, Ruslan Makhmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-01-29 11:36:34 UTC
Created attachment 248058 [details]
py311

This patch is fixing runtime on python 3.11 and allows to build japanese/mozc-server and japanese/mozc-tool with python3.11
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-02-18 14:50:43 UTC
A commit in branch main references this bug:

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

commit 0f936531a1e45c8b66892a1a7793ac84e32c90fe
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-02-18 14:49:14 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-02-18 14:49:14 +0000

    devel/py-gyp: fix for python 3.11

    This patch is fixing runtime on python 3.11 and allows to build
    japanese/mozc-server and japanese/mozc-tool with python3.11
    PR:             276707
    PR:     275494
    Approved by:    hrs (maintainer timout, 14d+)

 devel/py-gyp/Makefile                              |  1 +
 devel/py-gyp/files/patch-pylib_gyp_common.py (new) | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2024-02-18 14:51:39 UTC
Committed.