Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/files/
Date: Mon, 24 Jan 2022 19:12:32
Message-Id: 1643051542.d9a33f14c3d9de55bf7c0215c9f588031cf303e5.andrewammerlaan@gentoo
1 commit: d9a33f14c3d9de55bf7c0215c9f588031cf303e5
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon Jan 24 19:01:36 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 19:12:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a33f14
7
8 dev-python/spyder: remove unused patches
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/23945
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
14
15 .../files/spyder-4.1.5-doc-theme-renamed.patch | 13 --------
16 dev-python/spyder/files/spyder-4.2.1-build.patch | 36 ----------------------
17 .../files/spyder-5.0.1-doc-theme-renamed.patch | 13 --------
18 3 files changed, 62 deletions(-)
19
20 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
21 deleted file mode 100644
22 index 8a93662950f0..000000000000
23 --- a/dev-python/spyder/files/spyder-4.1.5-doc-theme-renamed.patch
24 +++ /dev/null
25 @@ -1,13 +0,0 @@
26 -diff --git a/docs/doc/conf.py b/docs/doc/conf.py
27 -index fd6d5ec..3de0bad 100644
28 ---- a/docs/doc/conf.py
29 -+++ b/docs/doc/conf.py
30 -@@ -129,7 +129,7 @@ pygments_style = "sphinx"
31 - #
32 - # CI = True
33 - # TRAVIS_BRANCH = 'master'
34 --html_theme = "pandas_sphinx_theme"
35 -+html_theme = "pydata_sphinx_theme"
36 - html_logo = '_static/spyder_logo.png'
37 - html_theme_options = {
38 - "external_links": [
39
40 diff --git a/dev-python/spyder/files/spyder-4.2.1-build.patch b/dev-python/spyder/files/spyder-4.2.1-build.patch
41 deleted file mode 100644
42 index 38d3356b0b3d..000000000000
43 --- a/dev-python/spyder/files/spyder-4.2.1-build.patch
44 +++ /dev/null
45 @@ -1,36 +0,0 @@
46 -diff --git a/setup.py b/setup.py
47 -index 0c47210..20b95c0 100644
48 ---- a/setup.py
49 -+++ b/setup.py
50 -@@ -97,21 +97,6 @@ def get_packages():
51 - return packages
52 -
53 -
54 --#==============================================================================
55 --# Make Linux detect Spyder desktop file
56 --#==============================================================================
57 --class MyInstallData(install_data):
58 -- def run(self):
59 -- install_data.run(self)
60 -- if sys.platform.startswith('linux'):
61 -- try:
62 -- subprocess.call(['update-desktop-database'])
63 -- except:
64 -- print("ERROR: unable to update desktop database",
65 -- file=sys.stderr)
66 --CMDCLASS = {'install_data': MyInstallData}
67 --
68 --
69 - #==============================================================================
70 - # Main scripts
71 - #==============================================================================
72 -@@ -177,8 +162,7 @@ def run(self):
73 - 'Intended Audience :: Developers',
74 - 'Topic :: Scientific/Engineering',
75 - 'Topic :: Software Development :: Widget Sets'
76 -- ],
77 -- cmdclass=CMDCLASS)
78 -+ ])
79 -
80 -
81 - #==============================================================================
82
83 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
84 deleted file mode 100644
85 index 5edf7e854d0b..000000000000
86 --- a/dev-python/spyder/files/spyder-5.0.1-doc-theme-renamed.patch
87 +++ /dev/null
88 @@ -1,13 +0,0 @@
89 -diff --git a/doc/conf.py b/doc/conf.py
90 -index a3dc817..f428860 100644
91 ---- a/docs/doc/conf.py
92 -+++ b/docs/doc/conf.py
93 -@@ -143,7 +143,7 @@
94 - #
95 - # CI = True
96 - # TRAVIS_BRANCH = 'master'
97 --html_theme = "pandas_sphinx_theme"
98 -+html_theme = "pydata_sphinx_theme"
99 - html_logo = '_static/images/spyder_logo.png'
100 - html_theme_options = {
101 - "external_links": [