Skip to content

Commit

Permalink
DEP: Remove more references to scons related files.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
charris committed Jan 15, 2013
1 parent 8f37ecc commit 3af34a4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@
include MANIFEST.in
include COMPATIBILITY
include *.txt
include setupscons.py
include setupsconsegg.py
include setupegg.py
include site.cfg.example
include tools/py3tool.py
# Adding scons build related files not found by distutils
recursive-include numpy/core/code_generators *.py *.txt
recursive-include numpy/core *.in *.h
recursive-include numpy SConstruct SConscript
# Add documentation: we don't use add_data_dir since we do not want to include
# this at installation, only for sdist-generated tarballs
include doc/Makefile doc/postprocess.py
Expand Down
2 changes: 1 addition & 1 deletion doc/summarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
flagsobj
setup setupscons PackageLoader
setup PackageLoader
lib.scimath.arccos lib.scimath.arcsin lib.scimath.arccosh lib.scimath.arcsinh
lib.scimath.arctanh lib.scimath.log lib.scimath.log2 lib.scimath.log10
Expand Down
2 changes: 0 additions & 2 deletions numpy/testing/noseclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ class NumpyDoctest(npd.Doctest):

# files that should be ignored for doctests
doctest_ignore = ['generate_numpy_api.py',
'scons_support.py',
'setupscons.py',
'setup.py']

# Custom classes; class variables to allow subclassing
Expand Down
1 change: 0 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ fi
# bootstrap needed to ensure we build the docs from the right scipy version
paver bootstrap
source bootstrap/bin/activate
python setupsconsegg.py install

# build pdf docs
paver pdf
Expand Down

0 comments on commit 3af34a4

Please sign in to comment.