Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #111403
| Path | csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Ethan Furman <ethan@stoneleaf.us> |
| Newsgroups | comp.lang.python |
| Subject | Re: Packaging multiple wheels in the same package |
| Date | Wed, 13 Jul 2016 08:01:06 -0700 |
| Lines | 21 |
| Message-ID | <mailman.42.1468422060.21009.python-list@python.org> (permalink) |
| References | <0310c596-2f5b-4cca-8059-6e6a81acc35f@googlegroups.com> <577D573B.9040102@stoneleaf.us> <mailman.120.1467832126.2295.python-list@python.org> <ed48c7d3-3014-455a-bc70-97628480f0d7@googlegroups.com> <47e86dc2-1196-463f-a3ea-727935879912@googlegroups.com> <578657B2.4020604@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 e+3wOjiMKv/3ryPYPHJq5wdD5XMLCds0HWGvK+r1ZX5g== |
| Return-Path | <ethan@stoneleaf.us> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.005 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'plenty': 0.07; 'wednesday,': 0.07; '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; 'thursday,': 0.13; '2016': 0.16; 'bump': 0.16; 'nir': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'later': 0.16; 'archive': 0.18; '>>>': 0.20; '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; 'this.': 0.28; '~ethan~': 0.29; "i'm": 0.30; 'getting': 0.33; 'add': 0.34; 'on,': 0.35; 'could': 0.35; 'but': 0.36; 'should': 0.36; 'created': 0.36; 'tool': 0.36; 'possible': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'list.': 0.37; 'feedback': 0.38; 'sure': 0.39; 'subject:the': 0.39; 'to:addr:python.org': 0.40; 'charset:windows-1252': 0.62; 'our': 0.64; 'debate': 0.66; 'decided': 0.66; 'plugins.': 0.84; 'wheels': 0.84; 'ethan': 0.91; 'furman': 0.91 |
| User-Agent | Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
| In-Reply-To | <47e86dc2-1196-463f-a3ea-727935879912@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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <578657B2.4020604@stoneleaf.us> |
| X-Mailman-Original-References | <0310c596-2f5b-4cca-8059-6e6a81acc35f@googlegroups.com> <577D573B.9040102@stoneleaf.us> <mailman.120.1467832126.2295.python-list@python.org> <ed48c7d3-3014-455a-bc70-97628480f0d7@googlegroups.com> <47e86dc2-1196-463f-a3ea-727935879912@googlegroups.com> |
| Xref | csiph.com comp.lang.python:111403 |
Show key headers only | View raw
On 07/13/2016 05:54 AM, Nir Cohen wrote: > On Thursday, July 7, 2016 at 7:47:22 AM UTC+3, Nir Cohen wrote: >> On Wednesday, July 6, 2016 at 10:09:01 PM UTC+3, Ethan Furman wrote: >>> 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. > Sorry to bump this up.. but I'm not sure exactly how I should go about getting as much feedback as possible on this. Any suggestions? You could try Python-Ideas -- plenty of debate happens on that list. ;) -- ~Ethan~
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Packaging multiple wheels in the same package Nir Cohen <nir36g@gmail.com> - 2016-07-06 11:43 -0700
Re: Packaging multiple wheels in the same package Ethan Furman <ethan@stoneleaf.us> - 2016-07-06 12:08 -0700
Re: Packaging multiple wheels in the same package Nir Cohen <nir36g@gmail.com> - 2016-07-06 21:47 -0700
Re: Packaging multiple wheels in the same package Nir Cohen <nir36g@gmail.com> - 2016-07-13 05:54 -0700
Re: Packaging multiple wheels in the same package Chris Angelico <rosuav@gmail.com> - 2016-07-13 23:05 +1000
Re: Packaging multiple wheels in the same package Ethan Furman <ethan@stoneleaf.us> - 2016-07-13 08:01 -0700
Re: Packaging multiple wheels in the same package Nir Cohen <nir36g@gmail.com> - 2016-07-14 12:40 -0700
csiph-web