[Distutils] Re: Provide a way to bundle and extract license files

2020-03-06 Thread Philippe Ombredanne
text is present or not in the package (which is your original concern). 3. volunteers are reviewing that data for accuracy and correctness and fixing it if needed. 4. eventually fixes are pushed back upstream. There is also some Google summer of project https://github.com/nexB/aboutcode/w

Re: [Distutils] [proposal] module dependency specification and overriding for packages

2016-09-09 Thread Philippe Ombredanne
le maintenance burden. Ronny: I grok the general issue, but would you have a concrete example? -- Cordially Philippe Ombredanne ___ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] PEP 527 - Removing Un(der)used file types/extensions on PyPI

2016-08-24 Thread Philippe Ombredanne
fter of arcane code to drop from distutils and setuptools a good thing IMHO. -- Cordially Philippe Ombredanne ___ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] Proposal: "Install and save"

2016-07-24 Thread Philippe Ombredanne
ssed in > declarative metadata. Indeed! There is no magic and no free lunch there. [1] https://github.com/nodejs/node-gyp [2] https://github.com/npm/npm/issues/1891 -- Cordially Philippe Ombredanne ___ Distutils-SIG maillist - Distutils-SIG@python.or

Re: [Distutils] [License-discuss] Trove Classifiers

2016-05-04 Thread Philippe Ombredanne
ite is in the making. [1] The harder or impossible part would have be to clean up the 1000+ of packages using this faulty classifier But there is really only three of these [2] and all of them look either pretty old or abandoned and none has its packages effectively hosted or distributed on Pypi. [1]

Re: [Distutils] HTTPS and certificate check update for distribute ?

2013-04-25 Thread Philippe Ombredanne
that depends on distribute now. -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com DejaCode Enterprise at http://www.dejacode.com nexB Inc. at http://www.nexb.com ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org

Re: [Distutils] PEP: Improving Python ZIP Application Support

2013-04-01 Thread Philippe Ombredanne
at http://docs.python.org/2/using/cmdline.html#interface-options The doc has a bug BTW: Changed in version 2.5: Directories and zipfiles containing a __main__.py file at the top level are now considered valid Python scripts. I tested it and this does not work in Pythin 2.5, only in 2.6 -- Philippe

Re: [Distutils] Help with buildout

2013-03-31 Thread Philippe Ombredanne
/pombredanne/5281269 -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com DejaCode Enterprise at http://www.dejacode.com nexB Inc. at http://www.nexb.com ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman

Re: [Distutils] PEP: Improving Python ZIP Application Support

2013-03-31 Thread Philippe Ombredanne
calls setup.py install or buildout bootstrap? Is this something to promote? How is this overlapping with other packaging approaches? or possibly replacing them all? -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com DejaCode Enterprise at http://www.dejacode.com nexB Inc. at http

Re: [Distutils] Self-contained boostrap scripts [was: Re: A new, experimental packaging tool: distil]

2013-03-28 Thread Philippe Ombredanne
On Thu, Mar 28, 2013 at 2:33 PM, Vinay Sajip vinay_sa...@yahoo.co.uk wrote: From: Philippe Ombredanne pombreda...@nexb.com On the other hand, I find it somewhat discomforting as an emerging best way to package and distribute self-contained bootstrap scripts. Virtualenv does it, distil

Re: [Distutils] Merge catalog-sig and distutils-sig

2013-03-28 Thread Philippe Ombredanne
packaging-sig to umbrella the entire packaging topics. +1 -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com DejaCode Enterprise at http://www.dejacode.com nexB Inc. at http://www.nexb.com ___ Distutils-SIG maillist - Distutils-SIG@python.org

Re: [Distutils] A new, experimental packaging tool: distil

2013-03-26 Thread Philippe Ombredanne
+ybbtO1Snbtm3brjpl27Zt27Zt27b6Tye3b9J9k37YK9kv+2FmPMxkrC0vBQKKCgA AIAGIUeqCCqFgEh/4AACRBQCAD8AFGFs4OVtbGNLpGRoYWdnbOTrTObk7GdnZmlqY0dq7qyhDAUDqZP .. -- Cordially Philippe Ombredanne ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org

Re: [Distutils] buildout and build-time dependencies

2013-03-01 Thread Philippe Ombredanne
On Mar 1, 2013 5:54 AM, Reinout van Rees rein...@vanrees.org wrote: On 28-02-13 20:31, Ben Acland wrote: tl;dr: how to handle build time dependencies between python modules using buildout, without looking stupid or including .tar.gz files in my repo. numpy and scipy are a hell to install.

Re: [Distutils] [buildout] http://downloads.buildout.org/1/bootstrap.py resulting in buildout 2.0.1

2013-02-19 Thread Philippe Ombredanne
required eggs may have a relaxed requirement on zc.recipe.egg? -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com DejaCode Enterprise at http://www.dejacode.com nexB Inc. at http://www.nexb.com ___ Distutils-SIG maillist - Distutils-SIG

Re: [Distutils] Bootstrapping Buildout 2.x without a network connection

2013-02-18 Thread Philippe Ombredanne
On Mon, Feb 18, 2013 at 1:44 AM, Reinout van Rees rein...@vanrees.org wrote: On 17-02-13 03:25, Philippe Ombredanne wrote: The new bootstrap script for buildout 2.0 always attempt to download distribute_setup.py instead if distribute is not available: See:https://github.com/buildout/buildout

Re: [Distutils] PEP 426 is now the draft spec for distribution metadata 2.0

2013-02-17 Thread Philippe Ombredanne
slash as path separator. A path or file name must be interpreted as relative to the root directory of a distribution archive. Examples:: License-File: COPYING License-File: COPYING.lib License-File: docs/legal/APACHE.txt License-File: docs/legal/NOTICE.txt -- Philippe

Re: [Distutils] PEP 426, round 733 ;)

2013-02-16 Thread Philippe Ombredanne
arguments. So any objections I brought here about the version schemes are addressed by your answers :) I particularly like the wording you have in the PEP where you explicitly support but do not encourage more byzantine version schemes. -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com

Re: [Distutils] PEP 427 (wheel format) accepted

2013-02-16 Thread Philippe Ombredanne
On Sat, Feb 16, 2013 at 3:47 AM, Nick Coghlan ncogh...@gmail.com wrote: Daniel submitted PEPs 425 and 427 to python-dev for acceptance, and I have formally accepted 427 as BDFL delegate (http://www.python.org/dev/peps/pep-0427/). This is awesome! Congratulations to Daniel -- Philippe

[Distutils] Bootstrapping Buildout 2.x without a network connection

2013-02-16 Thread Philippe Ombredanne
OK when pointed to a buildout 2 version and produced the expected behavior Or would a patch be welcomed? -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com DejaCode Enterprise at http://www.dejacode.com nexB Inc. at http://www.nexb.com

[Distutils] Updated pull request for conditional Buildout sections in Buildout 2.x

2013-02-16 Thread Philippe Ombredanne
://github.com/pombredanne/buildout/tree/buildout_21dev building a dist with setup.py and asking for a buildout with version 2.1.0dev1 in your boostrap with boostrap.py --version 2.1.0dev1 --find-links=some path to your built buildout -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com

Re: [Distutils] PEP 426, round 733 ;)

2013-02-05 Thread Philippe Ombredanne
packages that responsible and consenting adults could use as they please or something similar? This is FWIW a common practice on Debian. -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com DejaCode Enterprise at http://www.dejacode.com nexB Inc. at http://www.nexb.com

Re: [Distutils] PEP 426, round 733 ;)

2013-02-04 Thread Philippe Ombredanne
their own scheme as long as it sorts lexicographically (eventually by segments, with precedence from left to right). -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com DejaCode Enterprise at http://www.dejacode.com nexB Inc. at http://www.nexb.com

Re: [Distutils] A new script which creates Python 3.3 venvs with Distribute and pip installed in them

2013-01-31 Thread Philippe Ombredanne
it directly. -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com DejaCode Enterprise at http://www.dejacode.com nexB Inc. at http://www.nexb.com ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo

Re: [Distutils] I wonder what is the best practice to clean a buildout project ?

2013-01-31 Thread Philippe Ombredanne
do you do in your project ? I use a makefile, a clean.sh and a clean.bat to ensure support on most OS whether or not make is available, -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com DejaCode Enterprise at http://www.dejacode.com nexB Inc. at http://www.nexb.com

[Distutils] PEP-426 environment markers [was: Re: Support for condition to include or exclude a buildout sections based on a Python expression]

2013-01-30 Thread Philippe Ombredanne
On Wed, Jan 30, 2013 at 1:39 PM, Jim Fulton j...@zope.com wrote: On Tue, Jan 29, 2013 at 6:25 PM, Nick Coghlan ncogh...@gmail.com wrote: On Wed, Jan 30, 2013 at 12:02 AM, Philippe Ombredanne pombreda...@nexb.com wrote: All: I prepared a pull request https://github.com/buildout/buildout/pull

Re: [Distutils] Support for condition to include or exclude a buildout sections based on a Python expression

2013-01-30 Thread Philippe Ombredanne
On Wed, Jan 30, 2013 at 1:39 PM, Jim Fulton j...@zope.com wrote: On Tue, Jan 29, 2013 at 6:25 PM, Nick Coghlan ncogh...@gmail.com wrote: On Wed, Jan 30, 2013 at 12:02 AM, Philippe Ombredanne pombreda...@nexb.com wrote: I prepared a pull request https://github.com/buildout/buildout/pull/51

Re: [Distutils] PEP-426 environment markers [was: Re: Support for condition to include or exclude a buildout sections based on a Python expression]

2013-01-30 Thread Philippe Ombredanne
On Wed, Jan 30, 2013 at 3:36 PM, Jim Fulton j...@zope.com wrote: On Wed, Jan 30, 2013 at 9:00 AM, Philippe Ombredanne pombreda...@nexb.com wrote: A python implementation of the proposed draft would have to monkey patch standard functions (platform.version, platform.machine

Re: [Distutils] Support for condition to include or exclude a buildout sections based on a Python expression

2013-01-30 Thread Philippe Ombredanne
this would be possible as the sections are skipped before annotating -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com DejaCode Enterprise at http://www.dejacode.com nexB Inc. at http://www.nexb.com ___ Distutils-SIG maillist - Distutils

Re: [Distutils] Support for condition to include or exclude a buildout sections based on a Python expression

2013-01-30 Thread Philippe Ombredanne
On Wed, Jan 30, 2013 at 4:52 PM, Philippe Ombredanne pombreda...@nexb.com wrote: On Wed, Jan 30, 2013 at 4:53 PM, Leonardo Rochael Almeida leoroch...@gmail.com wrote: Also, it would be nice to have this info on the output of buildout annotate I am not sure this would be possible

[Distutils] Support for condition to include or exclude a buildout sections based on a Python expression

2013-01-29 Thread Philippe Ombredanne
do not think this is a big concern. - if you do not use expressions in your buildout, there is no impact at all. Feedback on the code and features is welcomed... ATM the code is ready to pull in and all the tests are passing -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com DejaCode

Re: [Distutils] [buildout] infinite loop when specifying setuptools version on mac

2013-01-22 Thread Philippe Ombredanne
On Mon, Jan 21, 2013 at 8:07 PM, Chris Withers ch...@simplistix.co.uk wrote: On 21/01/2013 09:36, Philippe Ombredanne wrote: On Sun, Jan 20, 2013 at 9:15 PM, Chris Withersch...@simplistix.co.uk wrote: See the attached .tgz, here's what I did on a mac min running 10.7.4: /Library/Python/2.7

Re: [Distutils] [buildout] windows/jenkins annoyance

2013-01-21 Thread Philippe Ombredanne
/ versions = versions [versions] setuptools = 0.6c11 Not sure it would help, but worth a try -- Philippe Ombredanne +1 650 799 0949 | pombreda...@nexb.com DejaCode Enterprise at http://www.dejacode.com nexB Inc. at http://www.nexb.com ___ Distutils-SIG

Re: [Distutils] buildout in offline mode - install receipts also from cache?

2013-01-21 Thread Philippe Ombredanne
On Sun, Jan 20, 2013 at 7:36 PM, Jim Fulton j...@zope.com wrote: On Sat, Jan 12, 2013 at 7:11 PM, Philippe Ombredanne pombreda...@nexb.com wrote: ... IMHO it is not possible today to bootstrap and buildout offline. Anyone with a better story there? To peal this a bit further. - It's

Re: [Distutils] buildout in offline mode - install receipts also from cache?

2013-01-21 Thread Philippe Ombredanne
On Sun, Jan 13, 2013 at 3:49 PM, Jim Fulton j...@zope.com wrote: On Sat, Jan 12, 2013 at 7:11 PM, Philippe Ombredanne pombreda...@nexb.com wrote: IMHO it is not possible today to bootstrap and buildout offline. Anyone with a better story there? Try: install-from-cache = true without