Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628286 - dev-python/utidylib Add app-text/tidy-html5 dependency
Summary: dev-python/utidylib Add app-text/tidy-html5 dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-19 11:28 UTC by Roberto Castagnola
Modified: 2017-12-25 00:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roberto Castagnola 2017-08-19 11:28:13 UTC
As stated into uTidylib-0.3/README.rst:

  It supports both original Tidy <http://tidy.sf.net> and new
HTML5 enabled Tidy <http://www.html-tidy.org/>


Proposed patch:

--- /usr/portage/dev-python/utidylib/utidylib-0.3.ebuild        2017-05-04 19:33:54.000000000 +0200
+++ utidylib-0.3.ebuild 2017-08-19 12:55:31.943823645 +0200
@@ -19,7 +19,7 @@
 IUSE="doc test"
 
 RDEPEND="
-       app-text/htmltidy
+       || ( app-text/tidy-html5 app-text/htmltidy )
        dev-python/six[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
Comment 1 Larry the Git Cow gentoo-dev 2017-12-25 00:03:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7e4f573154a692bc8066f83eb5d6d9b988f45e

commit aa7e4f573154a692bc8066f83eb5d6d9b988f45e
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2017-12-25 00:03:06 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2017-12-25 00:03:06 +0000

    dev-python/utidylib: support app-text/html-tidy5 dependency.
    
    Closes: https://bugs.gentoo.org/628286
    Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/utidylib/utidylib-0.3-r1.ebuild | 47 ++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)