| Summary: | textproc/ibus : drop python27 dependency | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Antoine Brodin <antoine> | ||||
| Component: | Individual Port(s) | Assignee: | Antoine Brodin <antoine> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | henry.hu.sh | ||||
| Priority: | --- | Flags: | henry.hu.sh:
maintainer-feedback+
|
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Comment on attachment 211027 [details] patch According to https://github.com/ibus/ibus/issues/1408, ibus now supports GI binding for python3. As python 2 is deprecated, we do not need to provide python 2 binding anymore. A commit references this bug: Author: antoine Date: Tue Jan 28 07:24:39 UTC 2020 New revision: 524461 URL: https://svnweb.freebsd.org/changeset/ports/524461 Log: Drop dependency on python27 PR: 243582 Approved by: maintainer Changes: head/textproc/ibus/Makefile head/textproc/ibus/pkg-plist |
Created attachment 211027 [details] patch textproc/ibus currently depends on python27 which reached end of life Attached patch drops this dependency.