Re: [Distutils] Which Build Distribution Formats do exist?

2015-11-05 Thread Leonardo Rochael Almeida
There are other formats also. This distutils doc explain the "native" ones:

https://docs.python.org/2/distutils/builtdist.html

On 4 November 2015 at 21:09, Alexander Walters 
wrote:

>
>
> On 11/4/2015 15:13, Thomas Güttler wrote:
>
>>  From
>> http://python-packaging-user-guide.readthedocs.org/en/latest/glossary/
>>
>> Egg
>>> A Built Distribution format introduced by setuptools, which is being
>>> replaced by Wheel.
>>>
>> Which other Built Distribution formats do exist beside egg and wheel?
>>
>> Regards,
>>Thomas Güttler
>>
>>
>> EXE installers for windows.
>
> ___
> Distutils-SIG maillist  -  Distutils-SIG@python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
>
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] Which Build Distribution Formats do exist?

2015-11-05 Thread Thomas Güttler
Am 05.11.2015 um 14:12 schrieb Leonardo Rochael Almeida:
> There are other formats also. This distutils doc explain the "native" ones:
> 
> https://docs.python.org/2/distutils/builtdist.html


The PyPUG tells me to use setuptools. Now I feel on unsafe ground if
I read docs from a tool I don't use (distutils).

Let's see if setuptools has docs: 
https://pythonhosted.org/setuptools/search.html?q=Build+Distribution+Format

 ... no matches found.

What's wrong here?

It seems that there are no docs for all supported bdist formats of setuptools.

Is it too much to want something like this?



Regards,
  Thomas Güttler


-- 
http://www.thomas-guettler.de/
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] Which Build Distribution Formats do exist?

2015-11-05 Thread Robert Collins
There are also third party things like freeze and py2app.

-Rob

On 5 November 2015 at 09:13, Thomas Güttler
 wrote:
> From http://python-packaging-user-guide.readthedocs.org/en/latest/glossary/
>
>> Egg
>> A Built Distribution format introduced by setuptools, which is being 
>> replaced by Wheel.
>
> Which other Built Distribution formats do exist beside egg and wheel?
>
> Regards,
>   Thomas Güttler
>
>
> --
> http://www.thomas-guettler.de/
> ___
> Distutils-SIG maillist  -  Distutils-SIG@python.org
> https://mail.python.org/mailman/listinfo/distutils-sig



-- 
Robert Collins 
Distinguished Technologist
HP Converged Cloud
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] Which Build Distribution Formats do exist?

2015-11-05 Thread Leonardo Rochael Almeida
Hi Thomas

On 5 November 2015 at 17:42, Thomas Güttler 
wrote:

> Am 05.11.2015 um 14:12 schrieb Leonardo Rochael Almeida:
> > There are other formats also. This distutils doc explain the "native"
> ones:
> >
> > https://docs.python.org/2/distutils/builtdist.html
>
>
> The PyPUG tells me to use setuptools. Now I feel on unsafe ground if
> I read docs from a tool I don't use (distutils).
>

I don't understand why reading docs from a tool you're not using would make
you "feel on unsafe ground". At worst the docs don't apply to you, at best
they do, but only if you follow them.

In any case, the first line of the document "Building and Distributing
Packages with Setuptools" [1] reads:

 - "Setuptools is a collection of *enhancements* to the Python
distutils...".

So, if you're using setuptools, you are using (an enhanced) distutils. So,
really, no reason to be scared of its documentation.

[1] https://pythonhosted.org/setuptools/setuptools.html

Let's see if setuptools has docs:
> https://pythonhosted.org/setuptools/search.html?q=Build+Distribution+Format
>
>  ... no matches found.
>
> What's wrong here?
>
> It seems that there are no docs for all supported bdist formats of
> setuptools.
>
Is it too much to want something like this?


No, but wanting won't make it happen. Contributing (or paying someone else
to do it) will.

Cheers,

Leo
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] Which Build Distribution Formats do exist?

2015-11-04 Thread Alexander Walters



On 11/4/2015 15:13, Thomas Güttler wrote:

 From http://python-packaging-user-guide.readthedocs.org/en/latest/glossary/


Egg
A Built Distribution format introduced by setuptools, which is being replaced 
by Wheel.

Which other Built Distribution formats do exist beside egg and wheel?

Regards,
   Thomas Güttler



EXE installers for windows.
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig