File tree Expand file tree Collapse file tree 10 files changed +36
-19
lines changed Expand file tree Collapse file tree 10 files changed +36
-19
lines changed Original file line number Diff line number Diff line change 1
- global-include all__sagemath_bliss.py
2
-
3
1
include VERSION.txt
4
2
5
3
graft sage/graphs/bliss_cpp
6
4
7
5
global-exclude *.c
8
6
global-exclude *.cpp
9
7
8
+ global-exclude all__sagemath_*.*
9
+ global-include all__sagemath_bliss.py
10
+
10
11
global-exclude __pycache__
11
12
global-exclude *.py[co]
12
13
global-exclude *.bak
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ prune sage
3
3
4
4
include VERSION.txt
5
5
6
- global-include all__sagemath_categories.py
7
6
graft sage/categories
8
7
# Exclude what is already shipped in sagemath-objects
9
8
exclude sage/categories/action.*
@@ -42,6 +41,9 @@ graft sage/typeset # dep of sage.categories.tensor
42
41
global-exclude *.c
43
42
global-exclude *.cpp
44
43
44
+ global-exclude all__sagemath_*.*
45
+ global-include all__sagemath_categories.py
46
+
45
47
global-exclude __pycache__
46
48
global-exclude *.py[ co]
47
49
global-exclude *.bak
Original file line number Diff line number Diff line change 1
1
prune sage
2
2
3
- global-include all__sagemath_coxeter3.py
4
-
5
3
include VERSION.txt
6
4
7
5
graft sage/libs/coxeter3
8
6
9
7
global-exclude *.c
10
8
global-exclude *.cpp
11
9
10
+ global-exclude all__sagemath_*.*
11
+ global-include all__sagemath_coxeter3.py
12
+
12
13
global-exclude __pycache__
13
14
global-exclude *.py[co]
14
15
global-exclude *.bak
Original file line number Diff line number Diff line change 1
1
prune sage
2
2
3
- global-include all__sagemath_environment.py
4
-
5
3
include sage/env.py
6
4
include sage/version.py
7
5
include sage/misc/package.py
@@ -12,4 +10,14 @@ graft sage/features
12
10
13
11
include VERSION.txt
14
12
13
+ global-exclude all__*.py
14
+ global-include all__sagemath_environment.py
15
+
16
+ global-exclude __pycache__
15
17
global-exclude *.py[co]
18
+ global-exclude *.bak
19
+ global-exclude *.so
20
+ global-exclude *~
21
+ prune .tox
22
+ prune build
23
+ prune dist
Original file line number Diff line number Diff line change 1
1
prune sage
2
2
3
- global-include all__sagemath_mcqd.py
4
-
5
3
include VERSION.txt
6
4
7
5
include sage/graphs/mcqd.p*
8
6
9
7
global-exclude *.c
10
8
global-exclude *.cpp
11
9
10
+ global-exclude all__sagemath_*.*
11
+ global-include all__sagemath_mcqd.py
12
+
12
13
global-exclude __pycache__
13
14
global-exclude *.py[co]
14
15
global-exclude *.bak
Original file line number Diff line number Diff line change 1
1
prune sage
2
2
3
- global-include all__sagemath_meataxe.py
4
-
5
3
include VERSION.txt
6
4
7
5
include sage/libs/meataxe.p*
@@ -10,6 +8,9 @@ include sage/matrix/matrix_gfpn_dense.p*
10
8
global-exclude *.c
11
9
global-exclude *.cpp
12
10
11
+ global-exclude all__sagemath_*.*
12
+ global-include all__sagemath_meataxe.py
13
+
13
14
global-exclude __pycache__
14
15
global-exclude *.py[co]
15
16
global-exclude *.bak
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ graft sage/cpython
3
3
4
4
include VERSION.txt
5
5
6
- global-include all__sagemath_objects.py
7
-
8
6
graft sage/structure
9
7
include sage/categories/action.*
10
8
include sage/categories/algebra_functor.*
@@ -85,6 +83,8 @@ graft sage/libs/gmp
85
83
include sage/misc/misc.* # some_tuples used in sage.misc.sage_unittest
86
84
include sage/misc/timing.p* # walltime, cputime used in sage.doctest
87
85
86
+ global-exclude all__*.py
87
+ global-include all__sagemath_objects.py
88
88
89
89
global-exclude *.c
90
90
global-exclude *.cpp
Original file line number Diff line number Diff line change 1
1
prune sage
2
2
3
- global-include all__sagemath_repl.py
4
-
5
3
graft sage/doctest
6
4
graft sage/repl
7
5
include sage/misc/banner.py
@@ -11,6 +9,9 @@ include sage/misc/sage_eval.py
11
9
12
10
include VERSION.txt
13
11
12
+ global-exclude all__*.py
13
+ global-include all__sagemath_repl.py
14
+
14
15
global-exclude __pycache__
15
16
global-exclude *.py[co]
16
17
global-exclude *.bak
Original file line number Diff line number Diff line change 1
- global-include all__sagemath_sirocco.py
2
-
3
1
include VERSION.txt
4
2
5
3
global-exclude *.c
6
4
global-exclude *.cpp
7
5
6
+ global-exclude all__sagemath_*.*
7
+ global-include all__sagemath_sirocco.py
8
+
8
9
global-exclude __pycache__
9
10
global-exclude *.py[co]
10
11
global-exclude *.bak
Original file line number Diff line number Diff line change 1
- global-include all__sagemath_tdlib.py
2
-
3
1
include VERSION.txt
4
2
5
3
global-exclude *.c
6
4
global-exclude *.cpp
7
5
8
6
include sage/graphs/graph_decompositions/sage_tdlib.cpp
9
7
8
+ global-exclude all__sagemath_*.*
9
+ global-include all__sagemath_tdlib.py
10
+
10
11
global-exclude __pycache__
11
12
global-exclude *.py[co]
12
13
global-exclude *.bak
You can’t perform that action at this time.
0 commit comments