aaronsw / html2text

Convert HTML to Markdown-formatted text.
http://www.aaronsw.com/2002/html2text/
GNU General Public License v3.0
2.58k stars 410 forks source link

Add ".py" suffix to html2text entrypoint #79

Closed saschpe closed 7 years ago

saschpe commented 10 years ago

Many distributions (including Gentoo and openSUSE) already ship /usr/bin/html2text as part of the "html2text" package. Therefore the current entry point collides with this system binary. Adding a .py prefix would mean it's installed as /usr/bin/html2text.py which is just working fine.

Fixes #42

mschwendt commented 10 years ago

Yes, resolving the conflict would be appreciated. In the Fedora package, the file has been renamed, too:

$ rpm -qf /usr/bin/python-html2text python-html2text-3.200.3-5.fc20.noarch

mcepl commented 10 years ago

I think it is better to leave this chore on the package maintainers. The name of the package is so entrenched, that I don't think changing it would help anything.