]> granicus.if.org Git - python/commit
Patch #531901 by Mark W. Alexander: adds a new distutils packager
authorMarc-André Lemburg <mal@egenix.com>
Wed, 17 Apr 2002 20:30:10 +0000 (20:30 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 17 Apr 2002 20:30:10 +0000 (20:30 +0000)
commit0538f1f2c7171ceb0940fd3865172ad164d2005e
tree31d7a834f2f7a0f001956b4a0655727d6c09e643
parentb02ea65f92f7e0c04689f469d436ba35dc2f631f
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).
Lib/distutils/command/__init__.py
Lib/distutils/command/bdist.py
Lib/distutils/command/bdist_packager.py [new file with mode: 0644]
Lib/distutils/command/bdist_pkgtool.py [new file with mode: 0644]
Lib/distutils/command/bdist_sdux.py [new file with mode: 0644]