summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2016-03-19 02:45:28 +0600
committerAndrey Grozin <grozin@gentoo.org>2016-03-19 02:45:28 +0600
commit90027a0055202492483fb19bcc3d4dcf378c5702 (patch)
tree9e59438eb0dde326077d7a7ca2520a3af133cf08 /dev-python/sympy/files
parentdev-python/mpmath: added python3_5 (diff)
downloadgentoo-90027a0055202492483fb19bcc3d4dcf378c5702.tar.gz
gentoo-90027a0055202492483fb19bcc3d4dcf378c5702.tar.bz2
gentoo-90027a0055202492483fb19bcc3d4dcf378c5702.zip
dev-python/sympy: bump to 1.0
Bug: 577668 Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python/sympy/files')
-rw-r--r--dev-python/sympy/files/sympy-1.0-doc-makefile.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/sympy/files/sympy-1.0-doc-makefile.patch b/dev-python/sympy/files/sympy-1.0-doc-makefile.patch
new file mode 100644
index 000000000000..6fe64b853c23
--- /dev/null
+++ b/dev-python/sympy/files/sympy-1.0-doc-makefile.patch
@@ -0,0 +1,10 @@
+diff -r -U2 sympy-1.0.orig/doc/Makefile sympy-1.0/doc/Makefile
+--- sympy-1.0.orig/doc/Makefile 2016-03-08 19:38:39.000000000 +0100
++++ sympy-1.0/doc/Makefile 2016-03-18 20:04:36.393615499 +0100
+@@ -118,5 +118,5 @@
+ pdflatex -output-directory=_build/cheatsheet cheatsheet/cheatsheet.tex
+
+-_build/cheatsheet/cheatsheet.pdf: cheatsheet/combinatoric_cheatsheet.tex
++_build/cheatsheet/combinatoric_cheatsheet.pdf: cheatsheet/combinatoric_cheatsheet.tex
+ mkdir -p _build/cheatsheet
+ pdflatex -output-directory=_build/cheatsheet cheatsheet/combinatoric_cheatsheet.tex