Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #111403
| From | Ethan Furman <ethan@stoneleaf.us> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Packaging multiple wheels in the same package |
| Date | 2016-07-13 08:01 -0700 |
| Message-ID | <mailman.42.1468422060.21009.python-list@python.org> (permalink) |
| References | (1 earlier) <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> |
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