Re: [Distutils] Idea: allow PyPI projects to link to DockerHub container images

2015-02-02 Thread Marcus Smith
> As a possible interim approach to improving the situation, what do you > think of my writing up a "Binary distribution for Linux" advanced > topic? That could cover not only containers, but also the technique of > "bundle a /opt virtualenv in a platform binary package" as well as > actually creat

Re: [Distutils] Closing the Delete File + Re-upload File Loophole.

2015-02-02 Thread Xavier Fernandez
Not sure if it fits your bill (or if it works, since I did not know how testpypi) but you can put something like that in your .pypirc: [distutils] index-servers = pypi testpypi [pypi] username:public_pypi_login_if_needed password:public_pypi_password_if_needed [testpypi] repository:https

Re: [Distutils] Python module for use in ‘setup.py’ but not to install

2015-02-02 Thread Erik Bray
On Sat, Jan 31, 2015 at 3:19 PM, Ethan Furman wrote: > On 01/29/2015 08:58 PM, Ben Finney wrote: >> Ethan Furman writes: >> >>> However, I feel that requiring a dependency simply for the >>> installation of the main package (the main package doesn't actually >>> use this install-dependency, correc

Re: [Distutils] Closing the Delete File + Re-upload File Loophole.

2015-02-02 Thread Erik Bray
On Sat, Jan 24, 2015 at 1:53 PM, Marc Abramowitz wrote: >> You can re-run register as many times as you want which is all you need to >> adjust the README. > > Maybe true but it would be pretty awesome to solve > https://bitbucket.org/pypa/pypi/issue/161/rest-formatting-fails-and-there-is-no-way

Re: [Distutils] Allowed characters in setuptools.setup(name='????')

2015-02-02 Thread Paul Moore
On 2 February 2015 at 15:22, Thomas Güttler wrote: > Thank you very much for this link. I searched for the docs here, since it is > **setuptools**.setup() > > https://pythonhosted.org/setuptools/setuptools.html > > Is your link the official documentation of the method setuptools.setup()? The Pack

Re: [Distutils] Allowed characters in setuptools.setup(name='????')

2015-02-02 Thread Thomas Güttler
Am 02.02.2015 um 14:15 schrieb Paul Moore: On 30 January 2015 at 07:57, Thomas Güttler wrote: where is the reference of the allowed characters in the name argument of setuptool.setup()? I could not find it. https://packaging.python.org/en/latest/distributing.html#name which refers to PEP 42

Re: [Distutils] Allowed characters in setuptools.setup(name='????')

2015-02-02 Thread Paul Moore
On 30 January 2015 at 07:57, Thomas Güttler wrote: > where is the reference of the allowed characters in the name argument of > setuptool.setup()? > > I could not find it. https://packaging.python.org/en/latest/distributing.html#name which refers to PEP 426 (which Donald quoted). Paul ___

Re: [Distutils] Docs: allowed characters in setuptools.setup(name='.....')

2015-02-02 Thread Paul Moore
On 2 February 2015 at 10:37, Thomas Güttler wrote: > I could not find documentation about the allowed characters here: > > setuptools.setup(name='.') > > Someone told me it here: > https://github.com/pypa/pip/issues/2383#issuecomment-72034990 > > {{{ > > The precise rules on what's a va

Re: [Distutils] Allowed characters in setuptools.setup(name='????')

2015-02-02 Thread Donald Stufft
> On Jan 30, 2015, at 2:57 AM, Thomas Güttler > wrote: > > Hi, > > where is the reference of the allowed characters in the name argument of > setuptool.setup()? > > I could not find it. > It depends on what you mean by allowed. Previously the "name" was defined as allowing anything however

[Distutils] Docs: allowed characters in setuptools.setup(name='.....')

2015-02-02 Thread Thomas Güttler
Hi, I could not find documentation about the allowed characters here: setuptools.setup(name='.') Someone told me it here: https://github.com/pypa/pip/issues/2383#issuecomment-72034990 {{{ The precise rules on what's a valid egg_name aren't documented anywhere particularly obvious

[Distutils] Allowed characters in setuptools.setup(name='????')

2015-02-02 Thread Thomas Güttler
Hi, where is the reference of the allowed characters in the name argument of setuptool.setup()? I could not find it. Regards, Thomas Güttler ___ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils