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
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.
Changes by Julien Miotte :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue11044>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Julien Miotte :
--
resolution: -> out of date
___
Python tracker
<http://bugs.python.org/issue11044>
___
___
Python-bugs-list mailing list
Unsubscri
Julien Miotte added the comment:
My bad, works fine with r903:c3cf81fc64db.
--
___
Python tracker
<http://bugs.python.org/issue11044>
___
___
Python-bugs-list m
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
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
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
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
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
Changes by Julien Miotte :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue11040>
___
___
Python-bugs-list mailing list
Unsubscri
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
12 matches
Mail list logo