Bug 5105

Summary: Python 3 port of rpmfusion-packager / rpmfusion-cert
Product: Fedora Reporter: FeRD (Frank Dana) <ferdnyc>
Component: rpmfusion-packagerAssignee: Sérgio Basto <sergio>
Status: RESOLVED FIXED    
Severity: enhancement CC: kwizart, sergio
Priority: P1    
Version: unspecified   
Hardware: x86_64   
OS: GNU/Linux   
namespace:

Description FeRD (Frank Dana) 2018-12-09 05:54:40 CET
As discussed on the rpmfusion-devel mailing list, the rpmfusion-packager code is still in Python 2. Porting it to Python 3 looks relatively trivial, the dependencies are all available in python3 and autoconversion using python2.7-futurize might be all that's required.

The canonical home for the code seems to be

https://github.com/rpmfusion-infra/rpmfusion-packager

I'll fork there and submit a PR for the updates. Is the package owner (Sérgio, I assume?) OK with me putting together a Python 3 update and releasing it?