diff options
author | Andrey Grozin <grozin@gentoo.org> | 2008-09-02 09:13:34 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2008-09-02 09:13:34 +0000 |
commit | e2b73136cba9b64346e55c3ac7c1af6a7f7c3ea9 (patch) | |
tree | 3554268a9b858db5913fd79344df02f1e406970b /dev-python/sympy/files | |
parent | Fixed bug number for scigraphica removals (diff) | |
download | gentoo-2-e2b73136cba9b64346e55c3ac7c1af6a7f7c3ea9.tar.gz gentoo-2-e2b73136cba9b64346e55c3ac7c1af6a7f7c3ea9.tar.bz2 gentoo-2-e2b73136cba9b64346e55c3ac7c1af6a7f7c3ea9.zip |
Initial import. Based on the ebuild in sunrise, bug #192785. Thanks to Thomas Pani, Thomas Sachau.
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-tuxonice-r1 i686)
Diffstat (limited to 'dev-python/sympy/files')
-rw-r--r-- | dev-python/sympy/files/sympy-0.6.2-sphinx.patch | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/dev-python/sympy/files/sympy-0.6.2-sphinx.patch b/dev-python/sympy/files/sympy-0.6.2-sphinx.patch new file mode 100644 index 000000000000..db6ed3c0ec2d --- /dev/null +++ b/dev-python/sympy/files/sympy-0.6.2-sphinx.patch @@ -0,0 +1,43 @@ +diff -r -U2 sympy-0.6.2.orig/doc/Makefile sympy-0.6.2/doc/Makefile +--- sympy-0.6.2.orig/doc/Makefile 2008-08-17 22:00:24.000000000 +0700 ++++ sympy-0.6.2/doc/Makefile 2008-08-29 00:09:11.000000000 +0700 +@@ -1,11 +1,8 @@ + # Makefile for Sphinx documentation + # +-RST2HTML = rst2html ++RST2HTML = rst2html.py + + # You can set these variables from the command line. + SPHINXOPTS = +-SPHINXVER = 0.4.1 +-SPHINXBUILDpy = sphinx/Sphinx-$(SPHINXVER)/sphinx-build.py +-SPHINXBUILD = PYTHONPATH=.. python $(SPHINXBUILDpy) + PAPER = + +@@ -31,11 +28,5 @@ + -rm -rf sphinx + +-$(SPHINXBUILDpy): +- rm -rf sphinx +- mkdir sphinx +- cd sphinx; wget http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$(SPHINXVER).tar.gz; +- cd sphinx; tar xzf Sphinx-$(SPHINXVER).tar.gz +- +-html: $(SPHINXBUILDpy) spt-printable ++html: spt-printable + mkdir -p src/.static + mkdir -p _build/html _build/doctrees +@@ -52,5 +43,5 @@ + $(RST2HTML) src/sympy-patches-tutorial.txt > _build/html/spt-printable.html + +-htmlapi: $(SPHINXBUILDpy) ++htmlapi: + mkdir -p api/.static + mkdir -p api/modules +@@ -77,5 +68,5 @@ + ".hhp project file in _build/htmlhelp." + +-latex: $(SPHINXBUILDpy) ++latex: + mkdir -p _build/latex _build/doctrees + $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) _build/latex |