classification
Title: bdist_sunpkg distutils command
Type: feature request Stage:
Components: Distutils Versions: Python 3.1, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: jholg, loewis, tarek (3)
Priority: normal Keywords patch

Created on 2006-11-02 13:35 by jholg, last changed 2009-02-09 16:00 by akitada.

Files
File name Uploaded Description Edit Remove
bdist_sunpkg.py jholg, 2006-11-02 13:35 bdist_sunpkg distutils command
file_util.py.patch jholg, 2006-11-02 13:38 file_util patch: write_file w/verbose+dry_run
Messages (4)
msg51317 - (view) Author: Holger (jholg) Date: 2006-11-02 13:35
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
msg51318 - (view) Author: Holger (jholg) Date: 2006-11-02 13:38
Logged In: YES 
user_id=1315684

(uploaded file_util patch)
msg51319 - (view) Author: Martin v. Löwis (loewis) Date: 2006-11-04 00:15
Logged In: YES 
user_id=21627

Are you willing to fill out the contribution form, at

http://www.python.org/psf/contrib/
msg51320 - (view) Author: Holger (jholg) Date: 2006-11-09 12:04
Logged In: YES 
user_id=1315684

I'm currently clarifying this with my employer
History
Date User Action Args
2009-02-09 16:00:36akitadasetnosy: + tarek
type: feature request
versions: + Python 3.1, Python 2.7, - Python 2.3
2006-11-02 13:35:29jholgcreate