From d9a33f14c3d9de55bf7c0215c9f588031cf303e5 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 24 Jan 2022 20:01:36 +0100 Subject: dev-python/spyder: remove unused patches Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/23945 Signed-off-by: Andrew Ammerlaan --- .../files/spyder-4.1.5-doc-theme-renamed.patch | 13 -------- dev-python/spyder/files/spyder-4.2.1-build.patch | 36 ---------------------- .../files/spyder-5.0.1-doc-theme-renamed.patch | 13 -------- 3 files changed, 62 deletions(-) delete mode 100644 dev-python/spyder/files/spyder-4.1.5-doc-theme-renamed.patch delete mode 100644 dev-python/spyder/files/spyder-4.2.1-build.patch delete mode 100644 dev-python/spyder/files/spyder-5.0.1-doc-theme-renamed.patch (limited to 'dev-python/spyder') diff --git a/dev-python/spyder/files/spyder-4.1.5-doc-theme-renamed.patch b/dev-python/spyder/files/spyder-4.1.5-doc-theme-renamed.patch deleted file mode 100644 index 8a93662950f0..000000000000 --- a/dev-python/spyder/files/spyder-4.1.5-doc-theme-renamed.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/docs/doc/conf.py b/docs/doc/conf.py -index fd6d5ec..3de0bad 100644 ---- a/docs/doc/conf.py -+++ b/docs/doc/conf.py -@@ -129,7 +129,7 @@ pygments_style = "sphinx" - # - # CI = True - # TRAVIS_BRANCH = 'master' --html_theme = "pandas_sphinx_theme" -+html_theme = "pydata_sphinx_theme" - html_logo = '_static/spyder_logo.png' - html_theme_options = { - "external_links": [ diff --git a/dev-python/spyder/files/spyder-4.2.1-build.patch b/dev-python/spyder/files/spyder-4.2.1-build.patch deleted file mode 100644 index 38d3356b0b3d..000000000000 --- a/dev-python/spyder/files/spyder-4.2.1-build.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff --git a/setup.py b/setup.py -index 0c47210..20b95c0 100644 ---- a/setup.py -+++ b/setup.py -@@ -97,21 +97,6 @@ def get_packages(): - return packages - - --#============================================================================== --# Make Linux detect Spyder desktop file --#============================================================================== --class MyInstallData(install_data): -- def run(self): -- install_data.run(self) -- if sys.platform.startswith('linux'): -- try: -- subprocess.call(['update-desktop-database']) -- except: -- print("ERROR: unable to update desktop database", -- file=sys.stderr) --CMDCLASS = {'install_data': MyInstallData} -- -- - #============================================================================== - # Main scripts - #============================================================================== -@@ -177,8 +162,7 @@ def run(self): - 'Intended Audience :: Developers', - 'Topic :: Scientific/Engineering', - 'Topic :: Software Development :: Widget Sets' -- ], -- cmdclass=CMDCLASS) -+ ]) - - - #============================================================================== diff --git a/dev-python/spyder/files/spyder-5.0.1-doc-theme-renamed.patch b/dev-python/spyder/files/spyder-5.0.1-doc-theme-renamed.patch deleted file mode 100644 index 5edf7e854d0b..000000000000 --- a/dev-python/spyder/files/spyder-5.0.1-doc-theme-renamed.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/doc/conf.py b/doc/conf.py -index a3dc817..f428860 100644 ---- a/docs/doc/conf.py -+++ b/docs/doc/conf.py -@@ -143,7 +143,7 @@ - # - # CI = True - # TRAVIS_BRANCH = 'master' --html_theme = "pandas_sphinx_theme" -+html_theme = "pydata_sphinx_theme" - html_logo = '_static/images/spyder_logo.png' - html_theme_options = { - "external_links": [ -- cgit v1.2.3-65-gdbad