scons: 4.7.0 -> 4.10.0 (#448191)

This commit is contained in:
Sandro
2025-11-10 18:43:59 +00:00
committed by GitHub
2 changed files with 4 additions and 26 deletions
-14
View File
@@ -1,14 +0,0 @@
--- a/setup.cfg
+++ b/setup.cfg
@@ -67,11 +67,6 @@ console_scripts =
SCons.Tool.docbook = *.*
-[options.data_files]
-. = scons.1
- scons-time.1
- sconsign.1
-
[sdist]
dist_dir=build/dist
+4 -12
View File
@@ -6,26 +6,18 @@
}:
python3Packages.buildPythonApplication rec {
pname = "scons";
version = "4.7.0";
version = "4.10.0";
src = fetchFromGitHub {
owner = "Scons";
repo = "scons";
rev = version;
hash = "sha256-7VzGuz9CAUF6MRCEpj5z1FkZD19/Ic+YBukYQocvkr0=";
tag = version;
hash = "sha256-ZmJETrznHH3zsNBO5o8JCvf+6l7NICOAfIqASYzYBaM=";
};
pyproject = true;
patches = [
./env.patch
./no-man-pages.patch
# Fix builds on sandboxed Darwin: https://github.com/SCons/scons/pull/4603
(fetchpatch {
url = "https://github.com/SCons/scons/commit/2d5e3a40a613225b329776ab9dbd9abcd2d24222.patch";
hash = "sha256-N1xQOvsPTi7a2maEZJQVu6vJ9AoWMqDOsScXHp9KuXI=";
})
];
patches = [ ./env.patch ];
build-system = [
python3Packages.setuptools