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
|
2022-01-09 12:58:16 by Thomas Klausner | Files touched by this commit (22) |
Log message:
egg.mk: remove --single-version-externally-managed
setuptools has this as default when --root is used (since version 0.6a11).
|
2022-01-07 12:46:59 by Tobias Nygren | Files touched by this commit (21) |
Log message:
fix typo
|