Skip to content

Remove scons support #2914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 15, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
11 changes: 8 additions & 3 deletions doc/release/1.8.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
NumPy 1.8.0 Release Notes
=========================

This release supports Python 2.6 -2.7 and 3.1 - 3.3. Support for Python
2.4 and 2.5 has been dropped.

This release supports Python 2.6 -2.7 and 3.1 - 3.3.


Highlights
==========

Dropped Support
===============

Support for Python versions 2.4 and 2.5 has been dropped,

Support for SCons has been removed.


Compatibility notes
===================
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
11 changes: 0 additions & 11 deletions numpy/compat/setupscons.py

This file was deleted.

Loading