Re: [Distutils] PEP 376 - RECORD file / Data files + pip feedback ?

2010-02-06 Thread Wolodja Wentland
more paths definitions and how to configure them through distutils options. Will do :-) Yours sincerely -- .''`. Wolodja Wentlandwentl...@cl.uni-heidelberg.de : :' : `. `'` 4096R/CAF14EFC `- 081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30 CAF1 4EFC signature.asc

Re: [Distutils] PEP 345 update + RFC on Requires-External and Requires-Python

2009-11-17 Thread Wolodja Wentland
://wiki.python.org/moin/Distutils/DiscussionOverview TIA! -- .''`. Wolodja Wentlandwentl...@cl.uni-heidelberg.de : :' : `. `'` 4096R/CAF14EFC `- 081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30 CAF1 4EFC signature.asc Description: Digital signature

Re: [Distutils] PEP 345 update + RFC on Requires-External and Requires-Python

2009-11-17 Thread Wolodja Wentland
On Tue, Nov 17, 2009 at 14:20 +0100, Tarek Ziadé wrote: On Tue, Nov 17, 2009 at 2:20 PM, Wolodja Wentland It's already in PEP 345 Even better :-D -- .''`. Wolodja Wentlandwentl...@cl.uni-heidelberg.de : :' : `. `'` 4096R/CAF14EFC `- 081C B7CD FF04 2BA9 94EA

[Distutils] Wiki page for ideas and proposals

2009-11-15 Thread Wolodja Wentland
/ideas or comment on those that are already present. -- .''`. Wolodja Wentlandwentl...@cl.uni-heidelberg.de : :' : `. `'` 4096R/CAF14EFC `- 081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30 CAF1 4EFC signature.asc Description: Digital signature

Re: [Distutils] Install time prefixes and data files

2009-11-13 Thread Wolodja Wentland
On Fri, Nov 13, 2009 at 18:22 +0900, David Cournapeau wrote: On Thu, Nov 12, 2009 at 12:24 AM, Wolodja Wentland wentl...@cl.uni-heidelberg.de wrote: The FHS differentiates between various classes of files and defines proper location for them. We could define platform dependent standard

Re: [Distutils] Install time prefixes and data files

2009-11-13 Thread Wolodja Wentland
On Fri, Nov 13, 2009 at 21:36 +0900, David Cournapeau wrote: On Fri, Nov 13, 2009 at 7:38 PM, Wolodja Wentland wentl...@cl.uni-heidelberg.de wrote: Could you elaborate on this idea please? Do you mean that megabars plugins are shipped in a different distribution than megabar itself? Yes

Re: [Distutils] Install time prefixes and data files

2009-11-13 Thread Wolodja Wentland
of the Distribution class would force you to have an installed Distribution on you PYTHONPATH I think (as would relying on a file in the egg-info directory). Any ideas on how to implement this? -- .''`. Wolodja Wentlandwentl...@cl.uni-heidelberg.de : :' : `. `'` 4096R/CAF14EFC

Re: [Distutils] Install time prefixes and data files

2009-11-13 Thread Wolodja Wentland
distributions depend. Will all rdepends also be uninstalled? -- .''`. Wolodja Wentlandwentl...@cl.uni-heidelberg.de : :' : `. `'` 4096R/CAF14EFC `- 081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30 CAF1 4EFC signature.asc Description: Digital signature

Re: [Distutils] Fwd: People want CPAN :-)

2009-11-12 Thread Wolodja Wentland
. Goto 2 if necessary 6. Design the distutils/distribute/virtualenv/pip API to reflect this 7. Implement the changes. I will ask on some distribution specific MLs (like debian-python) what they might need, once we singled out some ideas that look promising. -- .''`. Wolodja Wentland

Re: [Distutils] People want CPAN

2009-11-11 Thread Wolodja Wentland
: get_option(command_name, option_name) +1 -- .''`. Wolodja Wentlandwentl...@cl.uni-heidelberg.de : :' : `. `'` 4096R/CAF14EFC `- 081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30 CAF1 4EFC signature.asc Description: Digital signature

[Distutils] Install time prefixes and data files

2009-11-11 Thread Wolodja Wentland
('$configuration', 'my.cfg') - file object * ... thanks! -- .''`. Wolodja Wentlandwentl...@cl.uni-heidelberg.de : :' : `. `'` 4096R/CAF14EFC `- 081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30 CAF1 4EFC signature.asc Description: Digital signature

Re: [Distutils] Install time prefixes and data files

2009-11-11 Thread Wolodja Wentland
On Wed, Nov 11, 2009 at 16:24 +0100, Wolodja Wentland wrote: The installation prefixes could for example be saved within a suitable file in .egg-info/ which would mandate changes to PEP 376. I could think of a PREFIX file and the following methods/attribute for e.g. the Distribution class I

Re: [Distutils] distutils: packaging a generated configuration file

2009-10-05 Thread Wolodja Wentland
would recommend using data_files, if you are interested to have your software included in any *nix or BSD distribution. You will still have a problem to find it later on though. I hope that helps and I am *very* interested in any other way to solve this. good luck Wolodja Wentland [1] http

Re: [Distutils] Get install prefix for module at runtime

2009-10-04 Thread Wolodja Wentland
On Thu, Sep 17, 2009 at 21:05 +0200, Wolodja Wentland wrote: On Thu, Sep 17, 2009 at 18:51 +0200, Tarek Ziadé wrote: you might be able to alter it on-the-fly by overriding the build_py command instead of the install command That worked perfectly! Thanks again for the help and pointers you

Re: [Distutils] Get install prefix for module at runtime

2009-09-17 Thread Wolodja Wentland
.__file__ hacks once and for all and is IMHO a much cleaner way to advertise this information to libraries/application than trying to take care of this externally. so long Wolodja Wentland signature.asc Description: Digital signature

Re: [Distutils] Get install prefix for module at runtime

2009-09-16 Thread Wolodja Wentland
On Tue, Sep 15, 2009 at 17:38 +0200, Wolodja Wentland wrote: My question is: How to reliably access data files from a module in foo? Approach 2 - writing a build.py file at installation time - The last question made me think

Re: [Distutils] Get install prefix for module at runtime

2009-09-16 Thread Wolodja Wentland
On Wed, Sep 16, 2009 at 17:40 +0200, Wolodja Wentland wrote: On Tue, Sep 15, 2009 at 17:38 +0200, Wolodja Wentland wrote: My question is: How to reliably access data files from a module in foo? Approach 2 - writing a build.py file at installation time

[Distutils] Get install prefix for module at runtime

2009-09-15 Thread Wolodja Wentland
to handle this? I really don't know what to do now and am also wondering why nobody had that problem before! Are all other libraries shipped with external data buggy for some installation schemes? How is this normally solved? with kind regards and thanks for reading all this Wolodja Wentland

[Distutils] Greylisting?

2009-09-15 Thread Wolodja Wentland
about it? with kind regards Wolodja Wentland signature.asc Description: Digital signature ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig