From b7b97785ebbb2f11d24d14dab8b81ed274f4ce6a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 19 Mar 2019 11:37:34 +0000 Subject: gentoo resync : 19.03.2019 --- .../pylint/files/pylint-2.3.1-no-pytest-runner.patch | 12 ++++++++++++ dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch | 14 ++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch create mode 100644 dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch (limited to 'dev-python/pylint/files') diff --git a/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch b/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch new file mode 100644 index 000000000000..4caf59bb30ec --- /dev/null +++ b/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch @@ -0,0 +1,12 @@ +diff --git a/setup.py b/setup.py +index a7b5e413..841a1c0d 100644 +--- a/setup.py ++++ b/setup.py +@@ -169,7 +169,6 @@ def install(**kwargs): + extras_require=extras_require, + test_suite='test', + python_requires='>=3.4.*', +- setup_requires=['pytest-runner'], + tests_require=['pytest'], + **kwargs) + diff --git a/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch b/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch new file mode 100644 index 000000000000..9353a90957f3 --- /dev/null +++ b/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch @@ -0,0 +1,14 @@ +It's not worth introducing a new dependency for a mere sphinx theme... +diff --git a/doc/conf.py b/doc/conf.py +index ada9ec49..2bd66593 100644 +--- a/doc/conf.py ++++ b/doc/conf.py +@@ -99,7 +99,7 @@ pygments_style = 'sphinx' + + # The theme to use for HTML and HTML Help pages. See the documentation for + # a list of builtin themes. +-html_theme = 'python_docs_theme' ++html_theme = 'nature' + + # Theme options are theme-specific and customize the look and feel of a theme + # further. For a list of options available for each theme, see the -- cgit v1.2.3