Path to this page:
./
devel/scons,
Python-based, open-source build system (old version 3)
Branch: CURRENT,
Version: 3.1.2nb7,
Package name: py27-scons-3.1.2nb7,
Maintainer: gdtSCons is an Open Source software construction tool--that is, a build tool;
an improved substitute for the classic Make utility; a better way to build
software.
This is major version 3 of scons, which still supports Python 2.
Use scons4 instead, if possible.
Required to run:[
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 573.336 KB
Version history: (Expand)
- (2023-08-14) Updated to version: py27-scons-3.1.2nb7
- (2023-07-24) Updated to version: py27-scons-3.1.2nb6
- (2023-07-20) Updated to version: py310-scons-3.1.2nb6
- (2023-07-20) Updated to version: py310-scons-3.1.2nb5
- (2022-06-30) Updated to version: py310-scons-3.1.2nb4
- (2022-01-06) Updated to version: py39-scons-3.1.2nb3
CVS history: (Expand)
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-07-24 20:47:25 by Thomas Klausner | Files touched by this commit (2) |
Log message:
scons: limit to Python 2
All three of its users (nsis, mongodb3, gpick) already only accept Python 2.
|
2023-07-20 15:16:15 by Greg Troxel | Files touched by this commit (1) |
Log message:
scons: Add precise CONFLICTS with pyNN-scons-3*
I had deleted PYTHON_SELF_CONFLICTS because it was overbroad,
resulting in py27-scons-3 incorrectly conflicting with py310-scons-4;
this incorrect conflicts caused incorrect failures during
pkg_rolling-replace and manual building. However, there is still some
python 3 usage of scons-3, and various scons-3 does conflict. This
commit adds a manual CONFLICTS line covering all python versions of
scons 3, and excluding other scons major versions. I believe that now
the declared CONFLICTS are exactly correct, gaining the desired
efficiency while not breaking valid usage.
Thanks to wiz@ for off-list discussion about the subtleties.
|
2023-07-20 02:11:02 by Greg Troxel | Files touched by this commit (1) |
Log message:
devel/scons: Stop self-conflicting
While this installs "scons", scons4 installs e.g. scons-310, so scons
3 (py27 only) and scons 4 (python 3 only) can coexist.
|
2023-06-08 06:55:52 by Thomas Klausner | Files touched by this commit (3) |
Log message:
scons: add upper bound to avoid pulling in scons4
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2022-01-14 15:58:40 by Tobias Nygren | Files touched by this commit (1) |
Log message:
py27-scons: fix PLIST
|