Patch #531901 by Mark W. Alexander: adds a new distutils packager

base class (in bdist_packager) and two subclasses which make use
of this base class: bdist_pkgtool (for Solaris) and bdist_sdux (for
HP-UX).
This commit is contained in:
Marc-André Lemburg 2002-04-17 20:30:10 +00:00
parent b02ea65f92
commit 0538f1f2c7
5 changed files with 976 additions and 4 deletions

View file

@ -21,4 +21,9 @@ __all__ = ['build',
'bdist_dumb',
'bdist_rpm',
'bdist_wininst',
'bdist_sdux',
'bdist_pkgtool',
# Note:
# bdist_packager is not included because it only provides
# an abstract base class
]