Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 735202 - app-admin/syslog-summary: need py3 port
Summary: app-admin/syslog-summary: need py3 port
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Paul Healy
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: py3-tracker, python-3-incompatible
  Show dependency tree
 
Reported: 2020-08-02 12:07 UTC by Michał Górny
Modified: 2020-08-31 17:16 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-08-02 12:07:08 UTC
Please port to py3.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-08-23 13:01:08 UTC
ping. Please be aware that Python 2 packages are being removed where possible at this point.
Comment 2 Paul Healy 2020-08-24 07:34:50 UTC
Thanks - yes.

I had a look over the versions tracked by repology.org here:

https://repology.org/project/syslog-summary/versions

And from that and google search, this looks like the best/only option at the moment:

https://github.com/dpaleino/syslog-summary/pull/4

Thanks,

Paul
Comment 3 Paul Healy 2020-08-31 09:18:41 UTC
Created: https://github.com/gentoo/gentoo/pull/17343
Comment 4 Larry the Git Cow gentoo-dev 2020-08-31 17:16:01 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7f98ba281a92a7eacdbd73990bef622615fc18

commit fd7f98ba281a92a7eacdbd73990bef622615fc18
Author:     Paul Healy <lmiphay@gmail.com>
AuthorDate: 2020-08-31 10:11:20 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2020-08-31 17:15:48 +0000

    app-admin/syslog-summary: add python3_9
    
    Confirmed working with 3.9.0rc1
    
    Bug: https://bugs.gentoo.org/735202
    Signed-off-by: Paul Healy <lmiphay@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/17343
    Signed-off-by: Aaron Bauman <bman@gentoo.org>

 app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2ed88084be5fa1595ab7562f1eb6ef8475e5b6

commit fc2ed88084be5fa1595ab7562f1eb6ef8475e5b6
Author:     Paul Healy <lmiphay@gmail.com>
AuthorDate: 2020-08-31 09:10:39 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2020-08-31 17:15:47 +0000

    app-admin/syslog-summary: port to py3
    
    Backport upstream py3 PR https://github.com/dpaleino/syslog-summary/pull/4
    Remove py2 support
    
    Bug: https://bugs.gentoo.org/735202
    Signed-off-by: Paul Healy <lmiphay@gmail.com>
    Signed-off-by: Aaron Bauman <bman@gentoo.org>

 .../files/syslog-summary-1.14-py3.patch            | 142 +++++++++++++++++++++
 .../syslog-summary/syslog-summary-1.14-r5.ebuild   |  46 +++++++
 2 files changed, 188 insertions(+)