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.

classification
Title: HP-UX packaging command
Type: Stage:
Components: Distutils Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: lemburg Nosy List: gvanrossum, lemburg, mwa
Priority: normal Keywords: patch

Created on 2001-04-10 19:56 by mwa, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bdist_sdux.py mwa, 2001-04-10 19:56 bdist_sdux.py
Messages (5)
msg36336 - (view) Author: Mark W. Alexander (mwa) Date: 2001-04-10 19:56
The bdist_sdux (SD-UX is HP's packager) command is
based on bdist_packager and provides the same
functionality
as the bdist_pkgtool command, except the resulting
packages
cannot auto-relocate. Instead, a checkinstall script
is included by default that determines of the target
machines python installation matches that of the 
creating machine. If not, it bails out and provides
the installer with the correct version of the swinstall
command to place it in the proper directory.
msg36337 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-04-10 21:18
Logged In: YES 
user_id=6380

Please select the proper category when submitting patches!

This is clearly a distutils thing.

Assigned to Andrew.
msg36338 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2001-11-20 14:01
Logged In: YES 
user_id=38388

Hijacking this patch to take load off of Andrew. This patch should be reviewed after the Python 2.2 feature freeze.
msg36339 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2002-02-24 18:27
Logged In: YES 
user_id=38388

The code looks OK, but I can't test it... I'm sure the
user base will, though, once it's in CVS.

Please also write up some documentation which we can
add to the distutils TeX docs and add them to the
patch. I will then add it to CVS.

Thanks.
msg36340 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2002-04-17 19:43
Logged In: YES 
user_id=38388

Replaced by 531901.
History
Date User Action Args
2022-04-10 16:03:56adminsetgithub: 34306
2001-04-10 19:56:26mwacreate