dev-python/html2text: Fix /usr/bin/html2text collision regression
authorSebastian Pipping <sping@gentoo.org>
Tue, 3 Mar 2020 19:11:07 +0000 (20:11 +0100)
committerSebastian Pipping <sping@gentoo.org>
Tue, 3 Mar 2020 19:11:57 +0000 (20:11 +0100)
Closes: https://bugs.gentoo.org/707676
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20

dev-python/html2text/html2text-2020.1.16-r1.ebuild [moved from dev-python/html2text/html2text-2020.1.16.ebuild with 90% similarity]

similarity index 90%
rename from dev-python/html2text/html2text-2020.1.16.ebuild
rename to dev-python/html2text/html2text-2020.1.16-r1.ebuild
index d0b10482441f774cb11f63a03d2b530b987be80a..41f000eb1eed8ab74c0670e09a94f43555a046c4 100644 (file)
@@ -22,6 +22,6 @@ distutils_enable_tests pytest
 
 python_prepare_all() {
        # naming conflict with app-text/html2text, bug 421647
-       sed -i 's/html2text = html2text.cli:main/py\0/' setup.py || die
+       sed -i 's/html2text = html2text.cli:main/py\0/' setup.cfg || die
        distutils-r1_python_prepare_all
 }