Bug 1360747 - rss2email: Switch to Python 3
Summary: rss2email: Switch to Python 3
Keywords:
Status: CLOSED DUPLICATE of bug 911509
Alias: None
Product: Fedora
Classification: Fedora
Component: rss2email
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Till Maas
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3
TreeView+ depends on / blocked
 
Reported: 2016-07-27 11:47 UTC by Dominika Krejčí
Modified: 2018-04-11 08:23 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-08-08 07:48:06 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Dominika Krejčí 2016-07-27 11:47:34 UTC
Upstream, this software supports Python 3. Please provide a Python 3
package for Fedora.


According to the Python packaging guidelines [0], software must be
packaged for Python 3 if upstream supports it.
The guidelines give detailed information on how to do this, and even
provide an example spec file [1].

Since users aren't expected to import this tool from Python code,
you can just switch to /usr/bin/python3. Alternatively, if you want or
need to keep a Python 2 version, the current best practice is to provide
subpackages -- this is called "Common SRPM" in the guidelines.

It's OK to do this in Rawhide only, however, it would be greatly
appreciated if you could push it to Fedora 24 as well.


If you need more instructions, a guide for porting Python-based RPMs is
available at [2].
If anything is unclear, or if you need any kind of assistance with the
porting, you can ask on IRC (#fedora-python on Freenode), or reply here.
We'll be happy to help!


[0] https://fedoraproject.org/wiki/Packaging:Python
[1] https://fedoraproject.org/wiki/Packaging:Python#Example_common_spec_file
[2] http://python-rpm-porting.readthedocs.io/

Comment 1 Matěj Cepl 2016-07-28 09:35:59 UTC
For anybody interest, the current upstream of the project https://github.com/wking/rss2email is very much python3-only and very much active.

Comment 2 Matěj Cepl 2016-07-28 11:21:22 UTC
Isn't this a duplicate of bug 911509 (or other way around)?

Comment 3 Dominika Krejčí 2016-08-08 07:48:06 UTC

*** This bug has been marked as a duplicate of bug 911509 ***


Note You need to log in before you can comment on or make changes to this bug.