Bug 254504 - devel/gitinspector: Fix build with Python 3.8
Summary: devel/gitinspector: Fix build with Python 3.8
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: Po-Chuan Hsieh
URL: http://package22.nyi.freebsd.org/data...
Keywords:
Depends on:
Blocks: 253815
  Show dependency treegraph
 
Reported: 2021-03-23 13:13 UTC by Kai Knoblich
Modified: 2021-03-30 21:13 UTC (History)
1 user (show)

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


Attachments
gitinspector-fix-build-with-py38.patch (2.15 KB, patch)
2021-03-23 13:13 UTC, Kai Knoblich
kai: maintainer-approval? (sunpoet)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2021-03-23 13:13:42 UTC
Created attachment 223524 [details]
gitinspector-fix-build-with-py38.patch

Hi Sunpoet,

attached is a patch that fixes devel/gitinspector if built with Python 3.8 and onward.

QA:
~~~

- poudriere -> OK (12.2-RELEASE amd64, with PYTHON_DEFAULT=3.8)
- poudriere -> OK (11.4-, 12.2-RELEASE, 13.0-RC3, 14.0-CURRENT@a9f11355 amd64 i386, with PYTHON_DEFAULT=3.7)
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-03-30 19:17:24 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Mar 30 19:16:56 UTC 2021
New revision: 569587
URL: https://svnweb.freebsd.org/changeset/ports/569587

Log:
  Fix build with Python 3.8+

  - Bump PORTREVISION for package change

  PR:		254504
  Submitted by:	kai
  Obtained from:  https://sources.debian.org/data/main/g/gitinspector/0.4.4+dfsg-9/debian/patches/Drop-superfluous-argument-to-NullTranslations.install.patch
  Reference:      https://github.com/ejwa/gitinspector/issues/213#issuecomment-722732702

Changes:
  head/devel/gitinspector/Makefile
  head/devel/gitinspector/files/
  head/devel/gitinspector/files/patch-gitinspector-localization.py
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2021-03-30 21:13:52 UTC
Committed. Thanks!