[python-patsy] Doc generation broken due to new ipython, disabled for the moment

Sergio Pascual sergiopr at fedoraproject.org
Mon Jun 2 08:44:42 UTC 2014


commit cf04bf543584618b04afd3fba96f0426f94fdcf0
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Mon Jun 2 10:44:42 2014 +0200

    Doc generation broken due to new ipython, disabled for the moment

 python-patsy.spec |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/python-patsy.spec b/python-patsy.spec
index c1a5e58..75357df 100644
--- a/python-patsy.spec
+++ b/python-patsy.spec
@@ -3,7 +3,7 @@
 %global with_python3 1
 Name: python-%{upname}
 Version: 0.2.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Describing statistical models in Python using symbolic formulas
 
 Group: Development/Languages
@@ -79,8 +79,9 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|'
 
 %build
 %{__python2} setup.py build
-%{__python2} setup.py build_sphinx
-rm -f build/sphinx/html/.buildinfo
+# Doc creation broken due to new ipython
+#%{__python2} setup.py build_sphinx
+#rm -f build/sphinx/html/.buildinfo
 
 %if 0%{?with_python3}
 pushd %{py3dir}
@@ -114,7 +115,8 @@ popd
 %{python2_sitelib}/patsy*
 
 %files doc
-%doc LICENSE.txt README TODO build/sphinx/html
+#doc LICENSE.txt README TODO build/sphinx/html
+%doc LICENSE.txt README TODO
 
 %if 0%{?with_python3}
 %files -n python3-%{upname}
@@ -122,10 +124,14 @@ popd
 %{python3_sitelib}/patsy*
 
 %files -n python3-%{upname}-doc
-%doc LICENSE.txt README TODO build/sphinx/html
+#doc LICENSE.txt README TODO build/sphinx/html
+%doc LICENSE.txt README TODO
 %endif # with_python3
 
 %changelog
+* Mon Jun 02 2014 Sergio Pascual <sergio.pasra at gmail.com> - 0.2.1-4
+- Doc generation broken due to new ipython, disabled for the moment
+
 * Fri Apr 04 2014 Sergio Pascual <sergio.pasra at gmail.com> - 0.2.1-3
 - Enable pandas support in python3-patsy
 


More information about the scm-commits mailing list