classification
Title: bdist_msi: add support for minimum Python version for pure Python projects
Type: enhancement Stage: needs patch
Components: Distutils2 Versions: Python 3.3, 3rd party
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: eric.araujo Nosy List: atuining, bethard, eric.araujo, tarek
Priority: normal Keywords:

Created on 2009-05-04 19:29 by atuining, last changed 2012-03-07 20:50 by eric.araujo.

Messages (2)
msg87154 - (view) Author: Anthony Tuininga (atuining) Date: 2009-05-04 19:29
Add support for specifying the minimum Python version supported so that
versions which are not supported are not included when running the MSI
created by distutils for pure Python packages with the patch referred to
here:

http://bugs.python.org/issue5311
msg119372 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-10-22 09:06
distutils is frozen, new features land into distutils2 (http://bitbucket.org/tarek/distutils2/).  Do you want to work on a patch?
History
Date User Action Args
2012-03-07 20:50:08eric.araujosetassignee: tarek -> eric.araujo
title: bdist_msi - add support for minimum Python version for pure Python packages -> bdist_msi: add support for minimum Python version for pure Python projects
versions: + Python 3.3
2010-10-22 09:06:42eric.araujosetversions: + 3rd party, - Python 3.2
nosy: + eric.araujo

messages: + msg119372

components: + Distutils2, - Distutils
stage: needs patch
2010-07-10 11:50:33BreamoreBoysetversions: + Python 3.2, - Python 3.1, Python 2.7
2009-05-04 19:59:24bethardsetnosy: + bethard
2009-05-04 19:29:42atuiningcreate