Skip to content

Commit 27690e3

Browse files
committed
Merge pull request numpy#2914 from charris/remove-scons-support
Remove scons support
2 parents ee6c66a + 3af34a4 commit 27690e3

39 files changed

+12
-2264
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/release/1.8.0-notes.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22
NumPy 1.8.0 Release Notes
33
=========================
44

5-
This release supports Python 2.6 -2.7 and 3.1 - 3.3. Support for Python
6-
2.4 and 2.5 has been dropped.
7-
5+
This release supports Python 2.6 -2.7 and 3.1 - 3.3.
86

97

108
Highlights
119
==========
1210

11+
Dropped Support
12+
===============
13+
14+
Support for Python versions 2.4 and 2.5 has been dropped,
15+
16+
Support for SCons has been removed.
17+
1318

1419
Compatibility notes
1520
===================

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/compat/setupscons.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)