16 lines
638 B
XML
16 lines
638 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>python</herd>
|
|
<maintainer>
|
|
<email>python@gentoo.org</email>
|
|
<name>Python Project Team</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
SCons is a make replacement providing a range of enhanced
|
|
features such as automated dependency generation and built in
|
|
compilation cache support. SCons rule sets are Python scripts so
|
|
as well as the features it provides itself SCons allows you to use
|
|
the full power of Python to control compilation.
|
|
</longdescription>
|
|
</pkgmetadata>
|