commit:     4724d079510719f8efcdadd99607ceea72a20b67
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  3 19:11:07 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Mar  3 19:11:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4724d079

dev-python/html2text: Fix /usr/bin/html2text collision regression

Closes: https://bugs.gentoo.org/707676
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20

 .../{html2text-2020.1.16.ebuild => html2text-2020.1.16-r1.ebuild}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/html2text/html2text-2020.1.16.ebuild 
b/dev-python/html2text/html2text-2020.1.16-r1.ebuild
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 d0b10482441..41f000eb1ee 100644
--- a/dev-python/html2text/html2text-2020.1.16.ebuild
+++ b/dev-python/html2text/html2text-2020.1.16-r1.ebuild
@@ -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
 }

Reply via email to