Re: [Python-ideas] Distribution agnostic Python project packaging

2016-11-25 Thread James Pic
PS: FTR, pyinstaller seems widely use by a part of our community, but wasn't represented in this thread, perhaps this can give some good thinking to our devops community too :) http://www.pyinstaller.org/​ ___ Python-ideas mailing list Python-ideas@pytho

Re: [Python-ideas] Distribution agnostic Python project packaging

2016-11-25 Thread James Pic
Hi all, Please let me thank you for sharing some of your insight and passion, and for your tolerance, I'm sorry I thought it would be the best mailing list to go ahead and bluntly propose to have something like jars in python core. It's really great to see such a variety of solutions, and I've be

Re: [Python-ideas] Distribution agnostic Python project packaging

2016-10-28 Thread Nick Coghlan
On 27 October 2016 at 22:50, James Pic wrote: > Hi all ! > > Ive heard some people saying it was rude to post on a mailing list without > introducing yourself so here goes something: my name is James Pic and I've > been developing and deploying a wide variety fof Python projects Python for > the l

Re: [Python-ideas] Distribution agnostic Python project packaging

2016-10-27 Thread Barry Warsaw
On Oct 27, 2016, at 02:50 PM, James Pic wrote: >Now I'm fully aware of distribution specific packaging solutions like >dh-virtualenv shared by Spotify but here's my mental problem: I love to >learn and to hack. I'm always trying now distributions and I rarely run the >one that's in production in m

Re: [Python-ideas] Distribution agnostic Python project packaging

2016-10-27 Thread Chris Barker
OT, but Assuming your dependencies have version agnostic wheels (either manylinux > or pure python), what would be the advantage to you of putting everything > together in a single file? > > That being said, I suppose it would be possible to create your own > manylinux wheels that include all

Re: [Python-ideas] Distribution agnostic Python project packaging

2016-10-27 Thread Steven D'Aprano
On Thu, Oct 27, 2016 at 02:50:52PM +0200, James Pic wrote: > And I'm always facing the same problem: I have to either build runtime > dependencies on the server, either package my thing in the platform > specific way. I feel like I've spent a really huge amount of time doing > this king of thing.

Re: [Python-ideas] Distribution agnostic Python project packaging

2016-10-27 Thread Todd
On Thu, Oct 27, 2016 at 8:50 AM, James Pic wrote: > Hi all ! > > Ive heard some people saying it was rude to post on a mailing list without > introducing yourself so here goes something: my name is James Pic and I've > been developing and deploying a wide variety fof Python projects Python for >

Re: [Python-ideas] Distribution agnostic Python project packaging

2016-10-27 Thread Chris Angelico
On Thu, Oct 27, 2016 at 11:50 PM, James Pic wrote: > So that's the idea I'm trying to share: I'd like to b able to build a file > with my dependencies and my project in it. I'm not sure packaging only > Python bytecode would work here because of c modules. Also, I'm always > developing against a d

[Python-ideas] Distribution agnostic Python project packaging

2016-10-27 Thread James Pic
Hi all ! Ive heard some people saying it was rude to post on a mailing list without introducing yourself so here goes something: my name is James Pic and I've been developing and deploying a wide variety fof Python projects Python for the last 8 years, I love to learn and share and writing documen