From ad6a0c63ee62d0c3432c169b63f97bf87cfe3d9d Mon Sep 17 00:00:00 2001 From: liuliang_ml Date: Thu, 8 Jul 2021 14:34:33 +0800 Subject: [PATCH] Package init --- python-mpmath-1.0.0-sphinx.patch | 12 ------------ python-mpmath.spec | 3 --- 2 files changed, 15 deletions(-) delete mode 100644 python-mpmath-1.0.0-sphinx.patch diff --git a/python-mpmath-1.0.0-sphinx.patch b/python-mpmath-1.0.0-sphinx.patch deleted file mode 100644 index cd493cb..0000000 --- a/python-mpmath-1.0.0-sphinx.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up mpmath-1.0.0/doc/source/conf.py.sphinx mpmath-1.0.0/doc/source/conf.py ---- mpmath-1.0.0/doc/source/conf.py.sphinx 2017-09-27 16:59:02.000000000 +0200 -+++ mpmath-1.0.0/doc/source/conf.py 2018-05-05 12:03:22.313112845 +0200 -@@ -76,7 +76,7 @@ pygments_style = 'sphinx' - # ----------------------- - - # The "theme" that the HTML output should use. --html_theme = 'classic' -+html_theme = 'traditional' - - # Add any paths that contain custom static files (such as style sheets) here, - # relative to this directory. They are copied after the builtin static files, diff --git a/python-mpmath.spec b/python-mpmath.spec index 5ff94b9..7cc62b1 100644 --- a/python-mpmath.spec +++ b/python-mpmath.spec @@ -7,9 +7,6 @@ URL: https://mpmath.org # Source code Source0: https://github.com/fredrik-johansson/mpmath/archive/%{version}/%{name}-%{version}.tar.gz -# Switch to 'traditional' theme in RHEL since 'classic' isn't available -Patch0: python-mpmath-1.0.0-sphinx.patch - BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-setuptools