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.
Created on 2012年04月23日 16:19 by shimizukawa, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| use-setupcfg-options-r13146.patch | shimizukawa, 2012年04月23日 16:19 | |||
| Messages (3) | |||
|---|---|---|---|
| msg159040 - (view) | Author: Takayuki SHIMIZUKAWA (shimizukawa) | Date: 2012年04月23日 16:19 | |
`pysetup run [cmd]` can't handle option values in the setup.cfg setup.cfg:: [sdist] formats = gztar dist-dir = _dist run on windows:: C:> pysetup run sdist That command generate `dist/package-version.zip` instead of `_dist/packcage-version.tar.gz`. attached patch will fix it. |
|||
| msg159042 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年04月23日 16:27 | |
Thanks for the report. This is weird, given that the code for setting command options in setup.cfg directly comes from distutils and works there. I think that this error may come from another bug in pysetup (i.e. in distutils2.run) where the config file is parsed too late; I discovered that bug a week ago and did not find the time to apply the fix. I’ll keep you updated on this. |
|||
| msg161297 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年05月21日 21:08 | |
I have fixed the other bug in distutils2 (to be ported soon to packaging in 3.3). I wrote a test for this bug but the fix was not enough. Need to investigate more. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:29 | admin | set | github: 58856 |
| 2014年03月13日 07:44:21 | eric.araujo | set | status: open -> closed resolution: out of date stage: resolved |
| 2012年05月21日 21:08:21 | eric.araujo | set | messages: + msg161297 |
| 2012年05月10日 03:08:47 | eric.araujo | set | dependencies: + Custom commands don't work |
| 2012年04月23日 16:27:02 | eric.araujo | set | title: `pysetup run [cmd]` can't handle option values in the setup.cfg -> pysetup run cmd can't handle option values in the setup.cfg messages: + msg159042 versions: + 3rd party, Python 3.3, - Python 2.6, Python 2.7 |
| 2012年04月23日 16:19:43 | shimizukawa | create | |