Bug 242590 - sysutils/hatop: actually works with Python 2.7
Summary: sysutils/hatop: actually works with Python 2.7
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: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-12 02:24 UTC by Koichiro Iwao
Modified: 2019-12-13 00:12 UTC (History)
1 user (show)

See Also:
mikeg: maintainer-feedback+


Attachments
patch (473 bytes, patch)
2019-12-12 02:24 UTC, Koichiro Iwao
no flags Details | Diff
hatop 0.7.7_4 -> 0.7.7_5 update (1.17 KB, patch)
2019-12-12 23:01 UTC, mikeg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Koichiro Iwao freebsd_committer freebsd_triage 2019-12-12 02:24:29 UTC
Created attachment 209883 [details]
patch

As we discussed via email, it works with python 2.7. Confirmed by Mike Jakubik. If the port work with Python 2.7, no need to restrict to use 3.6+.
Comment 1 mikeg 2019-12-12 23:01:11 UTC
Created attachment 209904 [details]
hatop 0.7.7_4 -> 0.7.7_5 update

Confirmed: Patched hatop works with Python 2.7.

Patch hatop-0.7.7_5.diff also includes fix for terminals larger than 80x25 on Python 3.

Build/Run check OK: FreeBSD 11.2/Python 2.7 ; FreeBSD 12.0/Python 3.6
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-12-13 00:10:05 UTC
A commit references this bug:

Author: meta
Date: Fri Dec 13 00:09:03 UTC 2019
New revision: 519957
URL: https://svnweb.freebsd.org/changeset/ports/519957

Log:
  sysutils/hatop: actually works with Python 2.7

  Also, fix for terminals larger than 80x25 on Python 3.

  PR:		 242590
  Submitted by:	meta (myself), maintainer
  Reviewed by:	maintainer

Changes:
  head/sysutils/hatop/Makefile
  head/sysutils/hatop/files/patch-bin_hatop
Comment 3 Koichiro Iwao freebsd_committer freebsd_triage 2019-12-13 00:12:28 UTC
Committed, thanks!