This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jholg
Recipients
Date 2006-11-02.13:35:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hi,
find attached a bdist_sunpkg distutils command class
that implements creating a sun solaris package.

This has been based on the python2.3 distutils but
should work with newer ones, too.

Note that a small patch to file_util is needed that
adds the verbose/dry_run capabilities to the write_file
function.

At the moment, fancy things like dependency scripts and
stuff are not supported.

Holger
History
Date User Action Args
2007-08-23 15:55:14adminlinkissue1589266 messages
2007-08-23 15:55:14admincreate