[Patches] [ python-Patches-415227 ] Solaris pkgtool bdist command

noreply@sourceforge.net noreply@sourceforge.net
Tue, 10 Apr 2001 14:19:03 -0700


Patches item #415227, was updated on 2001-04-10 12:54
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=415227&group_id=5470

Category: distutils
Group: None
Status: Open
Priority: 5
Submitted By: Mark Alexander (mwa)
>Assigned to: A.M. Kuchling (akuchling)
Summary: Solaris pkgtool bdist command

Initial Comment:
The bdist_pktool command is based on bdist_packager and
provides support for the Solaris
pkgadd and pkgrm commands. In most cases, no additional
options beyond the PEP 241 options are required. An 
exception is if the package name is >9 characters, a
--pkg-abrev option is required because that's all
pkgtool
will handle. It makes listing the packages on the
system
a pain, but the actual package files produced do match
name-version-revision-pyvers.pkg format. By default,
bdist_pkgtool provides request, postinstall, preremove,
and postremove scripts that will properly relocate
modules to the site-packages directory and recompile
all .py modules on the target machine. An author
can provide a custom request script and either have
it auto-relocate by merging the scripts, or inhibit
auto-relocation with --no-autorelocate.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=415227&group_id=5470