diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-05-19 21:23:46 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-02 00:28:01 -0400 |
commit | 4dd07da7752be066b8436a42b400d64cfec04b5e (patch) | |
tree | dbc7eda6731cbd0ac31f2406c6acedb68defe056 /dev-python/pylint | |
parent | dev-python/psutil: remove unused patch (diff) | |
download | gentoo-4dd07da7752be066b8436a42b400d64cfec04b5e.tar.gz gentoo-4dd07da7752be066b8436a42b400d64cfec04b5e.tar.bz2 gentoo-4dd07da7752be066b8436a42b400d64cfec04b5e.zip |
dev-python/pylint: remove unused patches
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch | 12 | ||||
-rw-r--r-- | dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch | 14 |
2 files changed, 0 insertions, 26 deletions
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 deleted file mode 100644 index 4caf59bb30ec..000000000000 --- a/dev-python/pylint/files/pylint-2.3.1-no-pytest-runner.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 deleted file mode 100644 index 9353a90957f3..000000000000 --- a/dev-python/pylint/files/pylint-2.3.1-sphinx-theme.patch +++ /dev/null @@ -1,14 +0,0 @@ -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 |