Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ethan Furman Newsgroups: comp.lang.python Subject: Re: Packaging multiple wheels in the same package Date: Wed, 06 Jul 2016 12:08:43 -0700 Lines: 21 Message-ID: References: <0310c596-2f5b-4cca-8059-6e6a81acc35f@googlegroups.com> <577D573B.9040102@stoneleaf.us> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de uN7jTLBCaw/KMtpbgJEiQQNvXa3eTGi8bHTp2CRl+2pw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'from:addr:ethan': 0.09; 'from:addr:stoneleaf.us': 0.09; 'from:name:ethan furman': 0.09; 'message-id:@stoneleaf.us': 0.09; 'subject:same': 0.09; 'url:github': 0.09; 'idea!': 0.16; 'nir': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'later': 0.16; 'archive': 0.18; 'am,': 0.23; 'sets': 0.23; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'header:User- Agent:1': 0.26; 'pep': 0.29; '~ethan~': 0.29; 'url:mailman': 0.30; 'url:python': 0.33; 'url:listinfo': 0.34; 'add': 0.34; 'on,': 0.35; 'url:org': 0.36; 'created': 0.36; 'tool': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'subject:the': 0.39; 'url:mail': 0.40; 'to:addr:python.org': 0.40; 'your': 0.60; "you'll": 0.61; 'charset:windows-1252': 0.62; 'great': 0.63; 'our': 0.64; 'here': 0.66; 'decided': 0.66; 'sounds': 0.76; 'feed- back': 0.84; 'plugins.': 0.84; 'url:distutils-sig': 0.84; 'wheels': 0.84 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: <0310c596-2f5b-4cca-8059-6e6a81acc35f@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <577D573B.9040102@stoneleaf.us> X-Mailman-Original-References: <0310c596-2f5b-4cca-8059-6e6a81acc35f@googlegroups.com> Xref: csiph.com comp.lang.python:111176 On 07/06/2016 11:43 AM, Nir Cohen wrote: > We decided that we want to package sets of wheels together created or downloaded > by `pip wheel`, add relevant metadata, package them together into a single archive > (tar.gz or zip) and use the same tool which packs them up to install them later on, > on the destination hosts. > > We came up with a tool (http://github.com/cloudify-cosmo/wagon) to do just that > and that's what we currently use to create and install our plugins. Sounds like a great idea! Once you have your feed-back from here you'll want to take your PEP over to the dist-utils sig: https://mail.python.org/mailman/listinfo/distutils-sig -- ~Ethan~