Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set option for subprocess in setup.py #39466

Closed
pimbuur mannequin opened this issue Oct 28, 2003 · 4 comments
Closed

Set option for subprocess in setup.py #39466

pimbuur mannequin opened this issue Oct 28, 2003 · 4 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@pimbuur
Copy link
Mannequin

pimbuur mannequin commented Oct 28, 2003

BPO 831643
Nosy @tarekziade, @akitada

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2009-02-03.09:39:37.677>
created_at = <Date 2003-10-28.09:43:52.000>
labels = ['type-feature', 'library']
title = 'Set option for subprocess in setup.py'
updated_at = <Date 2009-02-03.09:39:37.676>
user = 'https://bugs.python.org/pimbuur'

bugs.python.org fields:

activity = <Date 2009-02-03.09:39:37.676>
actor = 'tarek'
assignee = 'none'
closed = True
closed_date = <Date 2009-02-03.09:39:37.677>
closer = 'tarek'
components = ['Distutils']
creation = <Date 2003-10-28.09:43:52.000>
creator = 'pimbuur'
dependencies = []
files = []
hgrepos = []
issue_num = 831643
keywords = []
message_count = 4.0
messages = ['61127', '61128', '80968', '81033']
nosy_count = 3.0
nosy_names = ['pimbuur', 'tarek', 'akitada']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue831643'
versions = []

@pimbuur
Copy link
Mannequin Author

pimbuur mannequin commented Oct 28, 2003

It is now only possible to prescribe options for
subprocesses (e.g. build_ext) in the file setup.cfg
But some of these options are obligatory to get the correct
result for the action.
These options can be set in the file setup.cfg, but it is not
clear that these options should not be changed, nor is it
clear in the setup.py file that the setup.cfg is relevant.
I tend now to not to use the setup.cfg and
call 'python setup.py' (without arguments).
The setup.py will then fill in the necessary options in
sys.argv .
It would be much nicer if these options could be explicitly
given as defaults for the subprocess.

@pimbuur pimbuur mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Oct 28, 2003
@pimbuur
Copy link
Mannequin Author

pimbuur mannequin commented May 11, 2004

Logged In: YES
user_id=157121

The described behaviour is solved by using the 'options' option.
This option is not described, I found it by accident (somebody else used
it).

@akitada
Copy link
Mannequin

akitada mannequin commented Feb 2, 2009

Sorry, but I don't understand this report.
Is reported problem fixed already?

@pimbuur
Copy link
Mannequin Author

pimbuur mannequin commented Feb 3, 2009

I am not developing Python extensions anymore, so I am not interested
in this issue.
I am not sure whether this issue is still applicable to e.g. Python 3.0
You can close it if you wisj

@tarekziade tarekziade mannequin closed this as completed Feb 3, 2009
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

0 participants