diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-03-30 18:16:35 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-05-14 18:19:26 -0400 |
commit | 5244cab7c15ae0513480d6f2c0d50a1e6801fadc (patch) | |
tree | 157f5d9f66d7d6dbf389c6553fa0bed39c2d5ae1 | |
parent | dev-python/flask-login: remove unused patch(es) (diff) | |
download | gentoo-5244cab7c15ae0513480d6f2c0d50a1e6801fadc.tar.gz gentoo-5244cab7c15ae0513480d6f2c0d50a1e6801fadc.tar.bz2 gentoo-5244cab7c15ae0513480d6f2c0d50a1e6801fadc.zip |
dev-python/flask-sqlalchemy: remove unused patch(es)
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r-- | dev-python/flask-sqlalchemy/files/2.3.2-mapping.patch | 19 | ||||
-rw-r--r-- | dev-python/flask-sqlalchemy/files/mapping.patch | 16 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/flask-sqlalchemy/files/2.3.2-mapping.patch b/dev-python/flask-sqlalchemy/files/2.3.2-mapping.patch deleted file mode 100644 index c736d15a3d12..000000000000 --- a/dev-python/flask-sqlalchemy/files/2.3.2-mapping.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/docs/conf.py -+++ b/docs/conf.py -@@ -225,11 +225,11 @@ - - - # Example configuration for intersphinx: refer to the Python standard library. --intersphinx_mapping = { -- 'python': ('https://docs.python.org/3/', None), -- 'flask': ('http://flask.pocoo.org/docs/', None), -- 'sqlalchemy': ('http://docs.sqlalchemy.org/en/latest/', None) --} -+# intersphinx_mapping = { -+# 'python': ('https://docs.python.org/3/', None), -+# 'flask': ('http://flask.pocoo.org/docs/', None), -+# 'sqlalchemy': ('http://docs.sqlalchemy.org/en/latest/', None) -+# } - pygments_style = 'flask_theme_support.FlaskyStyle' - - # fall back if theme is not there diff --git a/dev-python/flask-sqlalchemy/files/mapping.patch b/dev-python/flask-sqlalchemy/files/mapping.patch deleted file mode 100644 index af6572489a4f..000000000000 --- a/dev-python/flask-sqlalchemy/files/mapping.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -ur Flask-SQLAlchemy-1.0.orig/docs/conf.py Flask-SQLAlchemy-1.0/docs/conf.py ---- a/docs/conf.py 2013-01-27 08:57:36.000000000 +0800 -+++ b/docs/conf.py 2014-04-03 18:08:34.772268079 +0800 -@@ -224,9 +224,9 @@ - - - # Example configuration for intersphinx: refer to the Python standard library. --intersphinx_mapping = {'http://docs.python.org/': None, -- 'http://flask.pocoo.org/docs/': None, -- 'http://www.sqlalchemy.org/docs/': None} -+#intersphinx_mapping = {'http://docs.python.org/': None, -+# 'http://flask.pocoo.org/docs/': None, -+# 'http://www.sqlalchemy.org/docs/': None} - pygments_style = 'flask_theme_support.FlaskyStyle' - - # fall back if theme is not there |