Skip to content

Commit

Permalink
Update project READMEs [skip ci]
Browse files Browse the repository at this point in the history
Syncs all the readmes to indicate Python 3.6 is the lowest
supported version.

Change commentary around scons-dev mailing list.

Signed-off-by: Mats Wichmann <[email protected]>
  • Loading branch information
mwichmann committed Jul 10, 2023
1 parent 810ca6c commit db5d26f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 28 deletions.
26 changes: 14 additions & 12 deletions README-SF.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ version at the SCons download page:
Execution Requirements
======================

Running SCons requires Python 3.5 or higher. There should be no other
dependencies or requirements to run scons.

As of SCons 4.2.0 support for Python 3.5 is deprecated and will be removed
with the next major release.
Running SCons requires Python 3.6 or higher. There should be no other
dependencies or requirements to run standard SCons.
The last release to support Python 3.5 was 4.2.0.

The default SCons configuration assumes use of the Microsoft Visual C++
compiler suite on Win32 systems, and assumes a C compiler named 'cc', a C++
Expand Down Expand Up @@ -399,12 +397,13 @@ following packages will be built::
scons-doc-4.7.0ayyyymmdd.tar.gz
scons-local-4.7.0ayyyymmdd.tar.gz
scons-local-4.7.0ayyyymmdd.zip
scons-local-4.7.0ayyyymmdd.pyz

The SConstruct file is supposed to be smart enough to avoid trying to build
packages for which you don't have the proper utilities installed.

If you receive a build error, please report it to the scons-devel mailing list
and open a bug report on the SCons bug tracker.
If you receive a build error, please report it to the scons-users mailing list
and open a bug report on the SCons issue tracker on GitHub.

Note that in addition to creating the above packages, the default build will
also unpack one or more of the packages for testing.
Expand Down Expand Up @@ -546,8 +545,9 @@ for the problem you've run into on GitHub Issues:
Mailing Lists
=============

An active mailing list for developers of SCons is available. You may
send questions or comments to the list at:
In addition to the scons-users list which is appropriate for almost any
question, there is a mailing list specifically for developers of SCons
You may send questions or comments to the list at:

[email protected]

Expand All @@ -559,9 +559,11 @@ Subscription to the developer's mailing list is by approval. In practice, no
one is refused list membership, but we reserve the right to limit membership
in the future and/or weed out lurkers.

There are other mailing lists available for SCons users, for notification of
SCons code changes, and for notification of updated bug reports and project
documents. Please see our mailing lists page for details.
Note that while this list still exists, the number of different places you
can talk about SCons means it is no longer very active. GitHub has
support for discussions as well as for issues, and there is usually more
immediacy on the Discord chat, so these are probably now considered the
preferred places for "development" topics.


Donations
Expand Down
27 changes: 16 additions & 11 deletions README-local
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ scons-local package, or any SCons package, at the SCons download page:
EXECUTION REQUIREMENTS
======================

Running SCons requires Python 3.5 or higher.
There should be no other dependencies or requirements to run SCons.

As of SCons 4.2.0 support for Python 3.5 is deprecated and will be removed
with the next major release.
Running SCons requires Python 3.6 or higher. There should be no other
dependencies or requirements to run standard SCons.
The last release to support Python 3.5 was 4.2.0.

The default SCons configuration assumes use of the Microsoft Visual C++
compiler suite on WIN32 systems (either through the Visual Studio
Expand Down Expand Up @@ -84,6 +82,11 @@ Or (if, for example, you installed this package in a subdirectory named
That should be all you have to do. (If it isn't that simple, please let
us know!)

Since 4.5, there is also an alternate form of scons-local avaialble:
a zipapp. This is a single file with a .pyz suffix, which can be
downloaded and executed directly (e.g.: python scons-local-4.5.2.pyz)
without unpacking. This may be more convenient in a few cases.


CONTENTS OF THIS PACKAGE
========================
Expand Down Expand Up @@ -191,8 +194,9 @@ You may subscribe to the scons-users mailing list at:

http://two.pairlist.net/mailman/listinfo/scons-users

An active mailing list for developers of SCons is available. You may
send questions or comments to the list at:
In addition to the scons-users list which is appropriate for almost any
question, there is a mailing list specifically for developers of SCons
You may send questions or comments to the list at:

[email protected]

Expand All @@ -204,10 +208,11 @@ Subscription to the developer's mailing list is by approval. In practice, no
one is refused list membership, but we reserve the right to limit membership
in the future and/or weed out lurkers.

There are other mailing lists available for SCons users, for notification of
SCons code changes, and for notification of updated bug reports and project
documents. Please see our mailing lists page for details.

Note that while this list still exists, the number of different places you
can talk about SCons means it is no longer very active. GitHub has
support for discussions as well as for issues, and there is usually more
immediacy on the Discord chat, so these are probably now considered the
preferred places for "development" topics.


FOR MORE INFORMATION
Expand Down
13 changes: 8 additions & 5 deletions README-package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,9 @@ for the problem you've run into, on the
Mailing Lists
=============

An active mailing list for developers of SCons is available. You may
send questions or comments to the list at [email protected].
In addition to the scons-users list which is appropriate for almost any
question, there is a mailing list specifically for developers of SCons
You may send questions or comments to the list at:

You may subscribe to the developer's mailing list using the form at
https://two.pairlist.net/mailman/listinfo/scons-dev.
Expand All @@ -169,9 +170,11 @@ Subscription to the developer's mailing list is by approval. In practice, no
one is refused list membership, but we reserve the right to limit membership
in the future and/or weed out lurkers.

There are other mailing lists available for SCons users, for notification of
SCons code changes, and for notification of updated bug reports and project
documents. Please see our mailing lists page for details.
Note that while this list still exists, the number of different places you
can talk about SCons means it is no longer very active. GitHub has
support for discussions as well as for issues, and there is usually more
immediacy on the Discord chat, so these are probably now considered the
preferred places for "development" topics.


Donations
Expand Down

0 comments on commit db5d26f

Please sign in to comment.