Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041693
en ru br
ALT Linux repos
S:4.0.1-alt1
5.0: 1.1.0-alt1
4.1: 0.97-alt2.1
4.0: 0.97-alt2
3.0: 0.96.90-alt2

Group :: Development/Python
RPM: scons

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 4.0.1-alt1
Build date: 6 august 2020, 13:12 ( 190.0 weeks ago )
Size: 2.69 Mb

Home page:   http://www.scons.org

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.

Current maintainer: Vladimir Didenko

List of contributors

List of rpms provided by this srpm:

  • scons
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin