[Distutils] PEP 470, round 4 - Using Multi Repository Support for External to PyPI Package File Hosting

2014-10-02 Thread Donald Stufft
Here’s round 4 of PEP 470, I believe I’ve addressed the comments from the previous thread. I've also tried to clarify the text as well as the motivations better. You can view this online at: https://www.python.org/dev/peps/pep-0470/ - PEP: 470 Title: Using Multi Repository Su

Re: [Distutils] Wheels and dependent third party dlls on windows

2014-10-02 Thread Chris Barker
On Wed, Oct 1, 2014 at 5:44 PM, David Genest wrote: > We control our environment and package only what is needed in it. This > makes a micro system in which everything is controlled and isolated, even > the global dlls (to the virtual env) I wanted to install. If that is your use case, you may

Re: [Distutils] advice re: packaging tasks

2014-10-02 Thread Chris Jerdonek
On Thu, Oct 2, 2014 at 8:08 AM, Marius Gedminas wrote: > On Tue, Sep 30, 2014 at 04:44:09PM -0700, Chris Jerdonek wrote: >> I was curious what others do for the following packaging tasks, or if >> you have any recommendations otherwise. There is also a code >> organization question at the end. >>

Re: [Distutils] advice re: packaging tasks

2014-10-02 Thread Marius Gedminas
On Tue, Sep 30, 2014 at 04:44:09PM -0700, Chris Jerdonek wrote: > I was curious what others do for the following packaging tasks, or if > you have any recommendations otherwise. There is also a code > organization question at the end. > > 1) For starters, it's very easy to make mistakes in one's