Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: UNSURE 0.222 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.57; '*S*': 0.02; 'python': 0.10; 'package,': 0.13; 'properly': 0.15; '22:06,': 0.16; 'wrote:': 0.16; 'tree': 0.18; 'why.': 0.18; 'developer': 0.20; 'second': 0.24; 'header:In- Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'moved': 0.27; 'problem': 0.33; 'source': 0.33; 'received:10.0': 0.34; 'best,': 0.35; 'could': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'really': 0.37; 'starting': 0.37; "didn't": 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'received:de': 0.40; 'some': 0.40; 'software': 0.40; 'skip:u 10': 0.61; 'ago.': 0.61; 'charset:windows-1252': 0.62; 'our': 0.64; 'better.': 0.66; 'explanations': 0.72; 'subject:For': 0.81; 'batchelder': 0.84; 'subject: ...': 0.84; 'thing,': 0.93; 'imagine': 0.96 Date: Mon, 07 Sep 2015 18:52:02 +0200 From: "Sven R. Kunze" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Wheels For ... References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 791 X-purgate-ID: 154282::1441644724-000007B2-ADF39FBB/0/0 X-Mailman-Approved-At: Tue, 08 Sep 2015 13:30:55 +0200 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441711857 news.xs4all.nl 23741 [2001:888:2000:d::a6]:42302 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96121 On 06.09.2015 22:06, Ned Batchelder wrote: > As a developer of a Python package, I don't see how this would be better. > The developer would still have to get their software into some kind of > uniform configuration, so the central authority could package it. You've > moved the problem from, "everyone has to make wheels" to "everyone has to > make a tree that's structured properly." But if we can do the second > thing, the first thing is really easy. Unfortunately, I disagree with you one that and others already gave explanations why. Internally, we had this "wild-west" tree in our source as well but we moved on to a properly structured tree and it solved problems we didn't even imagine to have solved when starting this effort some years ago. Best, Sven