diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-01-14 20:55:56 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-01-14 20:55:56 -0700 |
commit | 3af34a4b31e1f91a8b626c9d0b187f6aa8a034cb (patch) | |
tree | e4ab4532bc17fba3dead7191e4e8bd696436c6f7 | |
parent | 8f37eccd23e140fa7cc06f35e8126df6cb19a67a (diff) | |
download | numpy-3af34a4b31e1f91a8b626c9d0b187f6aa8a034cb.tar.gz |
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.
-rw-r--r-- | MANIFEST.in | 3 | ||||
-rwxr-xr-x | doc/summarize.py | 2 | ||||
-rw-r--r-- | numpy/testing/noseclasses.py | 2 | ||||
-rw-r--r-- | release.sh | 1 |
4 files changed, 1 insertions, 7 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index e3c331628..cd9033d61 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/doc/summarize.py b/doc/summarize.py index f1888e046..cfaec6f7a 100755 --- a/doc/summarize.py +++ b/doc/summarize.py @@ -31,7 +31,7 @@ int0 object0 unicode0 uint0 string_ string0 void0 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 diff --git a/numpy/testing/noseclasses.py b/numpy/testing/noseclasses.py index 2fec800ac..5152bdd60 100644 --- a/numpy/testing/noseclasses.py +++ b/numpy/testing/noseclasses.py @@ -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 diff --git a/release.sh b/release.sh index 6f46290eb..b9a63c79b 100644 --- a/release.sh +++ b/release.sh @@ -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 |