Skip to content

Commit 3af34a4

Browse files
committed
DEP: Remove more references to scons related files.
These references were in MANIFEST.in, doc/summarize.py, release.sh, and numpy/testing/noseclasses.py and involved scons files that have been removed, mostly setupscons.py and setupsconsegg.py that were in the top level.
1 parent 8f37ecc commit 3af34a4

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

MANIFEST.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@
66
include MANIFEST.in
77
include COMPATIBILITY
88
include *.txt
9-
include setupscons.py
10-
include setupsconsegg.py
119
include setupegg.py
1210
include site.cfg.example
1311
include tools/py3tool.py
1412
# Adding scons build related files not found by distutils
1513
recursive-include numpy/core/code_generators *.py *.txt
1614
recursive-include numpy/core *.in *.h
17-
recursive-include numpy SConstruct SConscript
1815
# Add documentation: we don't use add_data_dir since we do not want to include
1916
# this at installation, only for sdist-generated tarballs
2017
include doc/Makefile doc/postprocess.py

doc/summarize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
3232
flagsobj
3333
34-
setup setupscons PackageLoader
34+
setup PackageLoader
3535
3636
lib.scimath.arccos lib.scimath.arcsin lib.scimath.arccosh lib.scimath.arcsinh
3737
lib.scimath.arctanh lib.scimath.log lib.scimath.log2 lib.scimath.log10

numpy/testing/noseclasses.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ class NumpyDoctest(npd.Doctest):
165165

166166
# files that should be ignored for doctests
167167
doctest_ignore = ['generate_numpy_api.py',
168-
'scons_support.py',
169-
'setupscons.py',
170168
'setup.py']
171169

172170
# Custom classes; class variables to allow subclassing

release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ fi
2828
# bootstrap needed to ensure we build the docs from the right scipy version
2929
paver bootstrap
3030
source bootstrap/bin/activate
31-
python setupsconsegg.py install
3231

3332
# build pdf docs
3433
paver pdf

0 commit comments

Comments
 (0)