Package scons: Information

  • Default inline alert: Version in the repository: 4.0.1-alt1

Source package: scons
Version: 3.1.1-alt2
Latest version according to Repology
Build time:  Dec 5, 2019, 02:09 PM in the task #242341
Report package bug
License: MIT
Summary: an Open Source software construction tool
Description: 
SCons 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.  SCons is based on the design which won the Software
Carpentry build tool design competition in August 2000.

SCons "configuration files" are Python scripts, eliminating the need
to learn a new build tool syntax.  SCons maintains a global view of
all dependencies in a tree, and can scan source (or other) files for
implicit dependencies, such as files specified on #include lines.  SCons
uses MD5 signatures to rebuild only when the contents of a file have
really changed, not just when the timestamp has been touched.  SCons
supports side-by-side variant builds, and is easily extended with user-
defined Builder and/or Scanner objects.

List of rpms provided by this srpm:
scons (noarch)

Maintainer: Vladimir Didenko



    1. python3-module-setuptools
    2. rpm-build-python3

Last changed


Dec. 5, 2019 Vladimir Didenko 3.1.1-alt2
- add scons-3 symlink (closes: 37578)
- fix license name
Aug. 29, 2019 Vladimir Didenko 3.1.1-alt1
- 3.1.1
July 5, 2019 Vladimir Didenko 3.0.5-alt1
- 3.0.5
- switch to Python 3