[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2013-11-15 Thread Jason R. Coombs
Changes by Jason R. Coombs : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2013-11-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset c35311fcc967 by Andrew Kuchling in branch 'default': Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils.cfg in Distutils, accidentally removed in backout of distutils2 changes. http://hg.python.org/cpython/rev/c35311fcc96

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2013-11-15 Thread Jason R. Coombs
Changes by Jason R. Coombs : -- assignee: akuchling -> jason.coombs ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2013-11-15 Thread Nick Coghlan
Nick Coghlan added the comment: Patch looks good to me. -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2013-11-10 Thread A.M. Kuchling
A.M. Kuchling added the comment: Here's a patch to restore the --no-user-cfg switch to 3.4. If someone will take a quick look at the patch for sanity, I can apply it. -- keywords: +needs review resolution: fixed -> stage: -> patch review versions: +Python 3.4 -Python 2.7, Python 3.1,

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2013-11-10 Thread Jason R. Coombs
Changes by Jason R. Coombs : -- status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2013-11-10 Thread Jason R. Coombs
Changes by Jason R. Coombs : -- assignee: tarek -> akuchling nosy: +akuchling ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2013-11-10 Thread Jason R. Coombs
Jason R. Coombs added the comment: Confirmed - and to be included in issue19544. -- nosy: +jason.coombs ___ Python tracker ___ ___ Pyth

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2012-12-28 Thread Ned Deily
Ned Deily added the comment: Andrew, comments to closed issues are usually ignored. I suggest you open a new issue about this. A quick glance suggests that the code for this feature is not in Python 3. It may be that it was lost when, during the 2.7 development cycle, it was decided to not

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2012-11-26 Thread Andrew McNabb
Andrew McNabb added the comment: The --no-user-cfg option works for me in Python 2.7, but it does not seem to be in Python 3.2 or 3.3: error: option --no-user-cfg not recognized Am I doing something wrong, or was this feature only added to Python 2.7? -- nosy: +amcnabb __

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2009-10-27 Thread Tarek Ziadé
Tarek Ziadé added the comment: I've simplified the tests so they just check that [.]pydistutils.cfg is taken or not taken, depending if the option is used. I've also made sure the option is just looked in the global options, because the patch was implying that a command local option with the sa

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2009-09-17 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- priority: critical -> normal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2009-09-17 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- resolution: -> accepted versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ _

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2009-05-26 Thread Tarek Ziadé
Tarek Ziadé added the comment: I am taking over this issue (I am figuring out you are OK with this Martin) and put it in my work pile so it goes in 2.7 -- assignee: loewis -> tarek ___ Python tracker __

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2009-01-27 Thread Akira Kitada
Akira Kitada added the comment: Any update? Is this patch going to be included in 2.6.x/3.0.x in near future? -- nosy: +tarek ___ Python tracker ___ _

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2009-01-04 Thread Akira Kitada
Changes by Akira Kitada : -- nosy: +akitada ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-12-09 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Unfortunately, it missed the deadlines (i.e. nobody checked it in in time). I'll look into it. -- assignee: -> loewis priority: normal -> critical ___ Python tracker <[EMAIL PROTECTED]>

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-12-08 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: Whatever happened with this? I don't see it mentioned in the NEWS file for the 2.6 line. ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-06-25 Thread Phillip J. Eby
Phillip J. Eby <[EMAIL PROTECTED]> added the comment: I'm good with it; the issue with the comment in core.py was my only remaining objection. ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-06-25 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Formally, the beta deadline has passed, so no new features can be admitted. If pje is now happy with the code as it stands (not clear from the last message), I can ask for permission to commit it, anyway.

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-06-25 Thread Peter Fein
Peter Fein <[EMAIL PROTECTED]> added the comment: Is this going to make the 2.6 release? The lack of this option causes grief on MacPorts. Just wondering if there's anything I could do to move this along, as a cursory reading shows everyone to be happy... -- nosy: +pfein ___

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-29 Thread Phillip J. Eby
Phillip J. Eby <[EMAIL PROTECTED]> added the comment: Oh, I thought you meant that it overrides *which* config files -- i.e., implied that it was handling --no-user-config. __ Tracker <[EMAIL PROTECTED]>

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-28 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: In what way is the comment in core.py inaccurate? I only added the phrase "and override config files", which is an important side effect of parse_command_line(). __ Tracker <[EMAIL PROTECTED]>

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-28 Thread Phillip J. Eby
Phillip J. Eby <[EMAIL PROTECTED]> added the comment: It looks like you can drop the change to distutils.core, too, since it's just a change in the comment, and the changed comment is inaccurate, AFAICT. Apart from that, it looks good. __ Tracker <[EMAIL PROTEC

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-28 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: Phillip, here's another revision of the monkeypatch-in-setUp() approach, simplified per your suggestions. Added file: http://bugs.python.org/file10129/python_distutils_1180_3.patch __ Tracker <[EMAIL PROTECTED]>

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-27 Thread Phillip J. Eby
Phillip J. Eby <[EMAIL PROTECTED]> added the comment: I much prefer the simpler of the two patches - better to monkeypatch in the tests than adding complications to the already over-complicated distutils.dist. I don't find monkeypatching in tests to be horrible at all, but if it really bothers y

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-27 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: and here's the revised version of the dependency-injection approach. Added file: http://bugs.python.org/file10122/python_distutils_1180_2.patch __ Tracker <[EMAIL PROTECTED]> _

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-27 Thread Paul Winkler
Changes by Paul Winkler <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9763/python_distutils_1180.patch __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-27 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: Phillip, thanks, I missed that script_args is always passed by core.setup(). I'm replacing the patches with two new versions that check self.script_args instead of sys.argv (and assumes false if for some reason script_args isn't passed). We can

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-27 Thread Paul Winkler
Changes by Paul Winkler <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10105/python_distutils_1180_2.patch __ Tracker <[EMAIL PROTECTED]> __

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-26 Thread Phillip J. Eby
Phillip J. Eby <[EMAIL PROTECTED]> added the comment: Both versions of the patch have a problem, in that the Distribution object is looking for an option directly in sys.argv. At the very least, this should be looking at the 'script_args' attribute of the Distribution instead (if not actually pa

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-04-25 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: Here's an alternate patch that uses a bit of dependency injection to avoid the need for monkeypatches in setup/teardown. This means some trivial changes to Distribution.__init__(). I slightly prefer this approach, but some might argue it's an e

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-03-19 Thread Michael Hoffman
Michael Hoffman <[EMAIL PROTECTED]> added the comment: Here's an example of a configuration file I use: [build_ext] include_dirs = /nfs/acari/mh5/include/python2.5:/nfs/acari/mh5/include [install] prefix = ~ exec_prefix = ~/arch/$ARCH install_platlib = $platbase/lib/python$py_version_short

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-03-19 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: We thought that the added value for specifying another configuration file is relatively minor: if you have to set command line options anyway, just put anything you want to specify on the command line, rather than into the other configurat

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-03-19 Thread Michael Hoffman
Michael Hoffman <[EMAIL PROTECTED]> added the comment: That is up to you of course, and being able to ignore is better than nothing. But creating a new account is not really an option for everyone. On the system I would like to use this feature the most, I am not a system administrator, so I cann

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-03-18 Thread Paul Winkler
Changes by Paul Winkler <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file9763/python_distutils_1180.patch __ Tracker <[EMAIL PROTECTED]> __ _

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-03-18 Thread Paul Winkler
Changes by Paul Winkler <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9762/python_distutils_1180.patch __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-03-18 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: The attached patch implements a command-line option to disable loading of $HOME/.pydistutils.cfg. After talking to Martin Loewis, I decided not to implement the override part, because if it's a one-time thing you can just pass the settings on t

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-03-18 Thread Paul Winkler
Changes by Paul Winkler <[EMAIL PROTECTED]>: -- nosy: +loewis __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-03-17 Thread Paul Winkler
Paul Winkler <[EMAIL PROTECTED]> added the comment: I'm working on this (at the pycon sprint). -- nosy: +slinkp __ Tracker <[EMAIL PROTECTED]> __ __

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-01-11 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +easy __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2007-09-19 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: -> normal __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2007-09-19 Thread Michael Hoffman
Changes by Michael Hoffman: -- title: Option to ignore ~/.pydistutils.cfg -> Option to ignore or substitute ~/.pydistutils.cfg __ Tracker <[EMAIL PROTECTED]> __ __