[issue11092] Setup.cfg isn't packaged when running sdist

2011-02-01 Thread Julien Miotte
New submission from Julien Miotte : Operating System: Ubuntu Maverick Version of Python: 2.6.6 Version of Distutils2: d355f123ac79 How to reproduce: Create a project bato with a setup.cfg, like this: [metadata] name = bato version = 1.0 Run: $ python -m distutils2.run sdist $ tar tf dist/bato

[issue11040] After registering a project to PyPI, classifiers fields aren't displayed.

2011-01-28 Thread Julien Miotte
Julien Miotte added the comment: This can reproduced with: - distutils2 r903:c3cf81fc64db - python 2.6.6 - Ubuntu 10.10 -- nosy: -eric.araujo, tarek, tarek-ziade versions: +3rd party -Python 2.6 ___ Python tracker <http://bugs.python.

[issue11044] The description-file isn't handled by distutils2

2011-01-28 Thread Julien Miotte
Changes by Julien Miotte : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue11044> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11044] The description-file isn't handled by distutils2

2011-01-28 Thread Julien Miotte
Changes by Julien Miotte : -- resolution: -> out of date ___ Python tracker <http://bugs.python.org/issue11044> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11044] The description-file isn't handled by distutils2

2011-01-28 Thread Julien Miotte
Julien Miotte added the comment: My bad, works fine with r903:c3cf81fc64db. -- ___ Python tracker <http://bugs.python.org/issue11044> ___ ___ Python-bugs-list m

[issue11043] On GNU/Linux (Ubuntu) distutils2.mkcfg shouldn't create an executable setup.cfg

2011-01-28 Thread Julien Miotte
Julien Miotte added the comment: Hey Eric, Sorry for that, I should know better. I'll have a look at the other submitted issues and I'll check they are still present in the latest version. Regards. -- ___ Python tracker <http://bu

[issue11044] The description-file isn't handled by distutils2

2011-01-28 Thread Julien Miotte
New submission from Julien Miotte : When using the description-file field with a README.txt, and then using the 'sdist' command, the generated PKG-INFO file will contain: Description: UNKNOWN Note: when using the description field with a simple string, the generated PKG-INFO

[issue11043] On GNU/Linux (Ubuntu) distutils2.mkcfg shouldn't create an executable setup.cfg

2011-01-28 Thread Julien Miotte
New submission from Julien Miotte : When using the command: $ python -m distutils2.mkcfg To create a new setup.cfg, the resulting setup.cfg has the following permissions: -rwxr-xr-x 1 mike mike 151 2011-01-28 12:47 setup.cfg* I think the permissions should be 644 -- assignee

[issue11042] [PyPI CSS] Adding project urls onto a project page using register, apparition of an overhead over the title

2011-01-28 Thread Julien Miotte
New submission from Julien Miotte : When adding project urls onto a PyPI project page using the following setup.cfg extract: project_url = Source repository,https://github.com/mike-perdide/qGitFilterBranch And then registering the project with: python -m distutils2.run register Causes a

[issue11041] On the distutils2 documentation, 'requires-python' shouldn't be documented as *multi

2011-01-28 Thread Julien Miotte
New submission from Julien Miotte : On the documentation page: http://distutils2.notmyidea.org/setupcfg.html, one can read : # requires-python: Specifies the Python version the distribution requires. The value is a version number, as described in PEP 345. *optional *multi *environ This is

[issue11040] After registering a project to PyPI, classifiers fields aren't displayed.

2011-01-28 Thread Julien Miotte
Changes by Julien Miotte : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue11040> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11040] After registering a project to PyPI, classifiers fields aren't displayed.

2011-01-28 Thread Julien Miotte
New submission from Julien Miotte : When I register a project with a setup.cfg with the following classifiers: classifier = Development Status :: 3 - Alpha License :: OSI Approved :: GNU General Public License (GPL) Environment :: X11 Applications :: Qt And using the command