diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-02-15 02:39:33 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-02-15 02:39:33 +0000 |
commit | 3d65025b3b0697fccc7d2bfc6033e3aaae358e77 (patch) | |
tree | b98d2600b1bda125937e04cf9f30a73fa2ed5c76 /dev-python/html2text/files | |
parent | Version bump. (diff) | |
download | gentoo-2-3d65025b3b0697fccc7d2bfc6033e3aaae358e77.tar.gz gentoo-2-3d65025b3b0697fccc7d2bfc6033e3aaae358e77.tar.bz2 gentoo-2-3d65025b3b0697fccc7d2bfc6033e3aaae358e77.zip |
Convert to distutils-r1. Rename script to pyhtml2text to avoid file collision, bug 421647.
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/html2text/files')
-rw-r--r-- | dev-python/html2text/files/html2text-rename.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/html2text/files/html2text-rename.patch b/dev-python/html2text/files/html2text-rename.patch new file mode 100644 index 000000000000..5857ef4957b9 --- /dev/null +++ b/dev-python/html2text/files/html2text-rename.patch @@ -0,0 +1,15 @@ +Naming conflict with app-text/html2text, bug 421647. + +diff --git a/setup.py b/setup.py +index dd3d9bc..cd28b49 100644 +--- a/setup.py ++++ b/setup.py +@@ -26,7 +26,7 @@ setup( + ], + entry_points=""" + [console_scripts] +- html2text=html2text:main ++ pyhtml2text=html2text:main + """, + license='GNU GPL 3', + packages=find_packages(), |