[sagemath] 01/04: Don't patch sage/ext in cython.py doctests

Ximin Luo infinity0 at debian.org
Sat Jun 3 11:17:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository sagemath.

commit c0f220f690588c46130f7ceeaad6330037f8a198
Author: Ximin Luo <infinity0 at debian.org>
Date:   Sat Jun 3 12:26:37 2017 +0200

    Don't patch sage/ext in cython.py doctests
    
    Here, sage/ext refers to sage.ext the module, not /usr/share/sagemath/ext/
    which contains sage's extra config files for third-party programs.
---
 debian/patches/d1-sage-env.patch | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/debian/patches/d1-sage-env.patch b/debian/patches/d1-sage-env.patch
index 7c13f47..4024b72 100644
--- a/debian/patches/d1-sage-env.patch
+++ b/debian/patches/d1-sage-env.patch
@@ -180,26 +180,6 @@ Author: Tobias Hansen <thansen at debian.org>, Ximin Luo <infinity0 at debian.org>
    In the future, this may grow, of course. Note: after using this, if you
    want to build the documentation and include the pictures, you should
    run ``make doc-clean``, because the presence, or lack, of pictures
---- a/sage/src/sage/misc/cython.py
-+++ b/sage/src/sage/misc/cython.py
-@@ -178,7 +178,7 @@
-         '.../include/python...',
-         '.../python.../numpy/core/include',
-         ...
--        '.../sage/ext',
-+        '.../sagemath/ext',
-         ...
-         '.../cysignals'...],
-         'c',
-@@ -206,7 +206,7 @@
-         '.../include/python...',
-         '.../python.../numpy/core/include',
-         ...
--        '.../sage/ext',
-+        '.../sagemath/ext',
-         ...
-         '.../cysignals'...]
- 
 --- a/sage/src/sage/structure/sage_object.pyx
 +++ b/sage/src/sage/structure/sage_object.pyx
 @@ -1519,7 +1519,7 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list