commit: 56aff60e3b8d9080902d2947b0f5b2fae2b16604 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jul 22 10:51:40 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 27 10:02:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56aff60e
profiles/base: Mask [doc] on packages requiring py2 sphinx Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 50eb3ee7c83..cfc88ec6167 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,27 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <[email protected]> (2020-07-27) +# These packages require Python 2 support in dev-python/sphinx. +# They are generally fixable by adding py3 support and using +# distutils_enable_sphinx to build docs. +<dev-libs/mongo-c-driver-1 doc +dev-python/backports-functools-lru-cache doc +<dev-python/click-7.1.2 doc +<=dev-python/dulwich-0.19.15 doc +<=dev-python/futures-3.2.0 doc +<dev-python/gevent-20 doc +<dev-python/inflect-4 doc +<dev-python/jaraco-itertools-5 doc +<=dev-python/lockfile-0.12.2-r2 doc +<=dev-python/mysql-python-1.2.5-r3 doc +<=dev-python/mysqlclient-1.4.6 doc +<dev-python/peewee-3.13.2 doc +<dev-python/pep8-1.7.1-r1 doc +<dev-python/psycopg-2.8.4 doc +<dev-python/requests-cache-0.4.12-r1 doc +<=sci-biology/seqan-2.4.0 doc + # Michał Górny <[email protected]> (2020-07-27) # Requires Python 2 support in xapian-bindings which in turn require # Python 2 in dev-python/sphinx.
