https://bugzilla.redhat.com/show_bug.cgi?id=1230968



--- Comment #7 from Jonathan Underwood <[email protected]> ---
(In reply to William Moreno from comment #6)
> I will keep the python- prefix so I will package booth for python 2 and 3

You're conflating two unrelated things there. And worse, your py3 and py2
packages have file collisions in /usr/bin/livereload.

If it's an end user application rather than the library, then the package name
should not include the python prefix. Since supported Fedoras all have py3
available, you should use Python 3 for the package.

If you, for some reason, you also want to have a sub-package that supports
python 2, then you should add a -python2 SUFFIX to the name, and you'll need to
rename the file in /usr/bin to something else, eg livereload-python2. Or,
messily, use the alternatives system.

My recommendation is to drop python 2 support entirely on Fedora, unless the
package ALSO contains libraries for use by other programs. In that case, the
libs should go in subpackages (python3-livereload-libs, and
python-livereload-libs).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to