[Distutils] bdist_egg vs bdist_wininst oddity

2009-04-04 Thread Jeroen Ruigrok van der Werven
such filenames are consistent? -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B Sometimes I wonder why are we so blind to face... ___ Distutils-SIG

Re: [Distutils] Vista x64 + Python 2.6 = easy_install setup issues

2008-11-12 Thread Jeroen Ruigrok van der Werven
/issue2 -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B The path up and down is one and the same... ___ Distutils-SIG maillist - Distutils

Re: [Distutils] Python Package Management Sucks

2008-10-02 Thread Jeroen Ruigrok van der Werven
would be better. But still, for .mo files I seriously do not see a problem if they're within an egg or something similar. Imagine also the possibility of providing specific language translations for a project as an egg (kind of like a plugin). -- Jeroen Ruigrok van der Werven asmodai

Re: [Distutils] Python Package Management Sucks

2008-10-02 Thread Jeroen Ruigrok van der Werven
Python files to /usr/local or /usr/pkg (if using pkgsrc) and not /usr. I'm sure /opt is also still widely used. Furthermore, if by standard you mean */share/locale/XX/LC_MESSAGES/, what good would an egg do at that place? -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン

Re: [Distutils] pre-PEP : Synthesis of previous threads, and irc talks + proposals

2008-10-01 Thread Jeroen Ruigrok van der Werven
and whatnot, it's quite a bit different from the Linux systems. Also, there's pkgsrc which spans multiple different platforms. -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B Vae victis

Re: [Distutils] pre-PEP : Synthesis of previous threads, and irc talks + proposals

2008-10-01 Thread Jeroen Ruigrok van der Werven
know Joerg Sonnenberger from pkgsrc/NetBSD quite well too. So all in all I should be able to. My time seems a bit more limited than yours though. :) -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http

Re: [Distutils] Msgfmt in distutils?

2008-10-01 Thread Jeroen Ruigrok van der Werven
them). [snip] This has been a big deal for some applications I work on. Our first cut was to add new Build and InstallData command classes. Actually with Babel (http://babel.edgewall.org/) that's all handled. -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン ラウフロック ヴァン

Re: [Distutils] Msgfmt in distutils?

2008-10-01 Thread Jeroen Ruigrok van der Werven
compile_catalog (perhaps with the force flag) should create .mo files, then follow up with a normal build and install. Currently the locale catalog files are packaged inside the eggs. Feature requests and all that all welcome at the Babel site. :) -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org

Re: [Distutils] the svn = 1.5 bug with setuptools/command/sdist.py: global name 'log' is not defined

2008-08-18 Thread Jeroen Ruigrok van der Werven
-On [20080819 06:19], dan corson ([EMAIL PROTECTED]) wrote: But I'm not sure it was addressed, and now we're getting the same problem here with svn 1.5.1. easy_install -U setuptools==dev -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http

[Distutils] Setuptools: build_requires?

2008-08-13 Thread Jeroen Ruigrok van der Werven
, very logical. So what gives? -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B Courage is not the absence of fear, but rather the judgment that something else is more important than fear

Re: [Distutils] Setuptools documentation

2008-07-09 Thread Jeroen Ruigrok van der Werven
and there's already a few patches in the issue tracker waiting for some TLC. -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B Dreams are like Angels, they keep bad at bay, bad at bay, Love

[Distutils] [issue26] Subversion 1.5 and tag_svn_revision do work together

2008-07-02 Thread Jeroen Ruigrok van der Werven
New submission from Jeroen Ruigrok van der Werven [EMAIL PROTECTED]: When using tag_svn_revision = true in setup.cfg with Subversion 1.5 the resulting revision number is 0. Example: creating /usr/local/lib/python2.5/site-packages/Trac-0.12dev_r0-py2.5.egg -- messages: 54 nosy: asmodai

Re: [Distutils] [issue24] Rename easy_install

2008-06-14 Thread Jeroen Ruigrok van der Werven
the necessary things. Also, your claim of 'lots of people worldwide' is taken out of thin air. I doubt you have evidence in favour or against. -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG

[Distutils] [issue1] amd64 eggs are called x86_64

2008-05-08 Thread Jeroen Ruigrok van der Werven
New submission from Jeroen Ruigrok van der Werven [EMAIL PROTECTED]: Currently eggs created for amd64 platforms are called x86_64 in the egg filename. AMD renamed x86_64 to amd64 and asked people to follow suit. Also Python uses the amd64 nomenclature: http://mail.python.org/pipermail/python

[Distutils] [issue3] eggs on Windows do not differentiate between 32- or 64-bits

2008-05-08 Thread Jeroen Ruigrok van der Werven
New submission from Jeroen Ruigrok van der Werven [EMAIL PROTECTED]: As I explained in http://mail.python.org/pipermail/distutils-sig/2008-April/009398.html eggs created on either a 32- or 64-bits Windows call the resulting file only a win32 egg. For pure Python modules this is not an issue

Re: [Distutils] Issues Tracker for Setuptools

2008-05-08 Thread Jeroen Ruigrok van der Werven
-On [20080508 10:37], Jeff Rush ([EMAIL PROTECTED]) wrote: We now have a specific issues tracker for setuptools at: http://bugs.python.org/setuptools/ Thanks Jeff, I've taken the liberty to seed it with 3 issues already. ^^ -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org

[Distutils] [issue2] easy_install broken on 64 bits Windows

2008-05-08 Thread Jeroen Ruigrok van der Werven
New submission from Jeroen Ruigrok van der Werven [EMAIL PROTECTED]: As I reported in http://mail.python.org/pipermail/distutils-sig/2008-April/009398.html easy_install on a 64 bits Python on a 64 bits Windows is broken in that it gives the following error: Cannot find Python executable C

Re: [Distutils] Issues Tracker for Setuptools

2008-05-08 Thread Jeroen Ruigrok van der Werven
-On [20080508 10:37], Jeff Rush ([EMAIL PROTECTED]) wrote: We now have a specific issues tracker for setuptools at: http://bugs.python.org/setuptools/ Can we get a patch keyword? -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in

[Distutils] [issue5] setuptools uses deprecated module md5

2008-05-08 Thread Jeroen Ruigrok van der Werven
New submission from Jeroen Ruigrok van der Werven [EMAIL PROTECTED]: Setuptools currently uses the module md5, which will be deprecated after 2.6 and 2.6 warns about this use. Find attached a patch I emailed to Phillip a while ago but still did not get applied. -- messages: 6 nosy

[Distutils] setuptools on 64 bit Windows broken?

2008-04-21 Thread Jeroen Ruigrok van der Werven
don't we miss something to properly distinguish between 64 bits Windows and 32 bits? Especially with x64 and Vista 64 on the market nowadays? Thanks for any pointers/clues... -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org

Re: [Distutils] [Python-Dev] PEP 365 (Adding the pkg_resources module)

2008-03-20 Thread Jeroen Ruigrok van der Werven
-On [20080320 15:29], Martin v. Löwis ([EMAIL PROTECTED]) wrote: (Trove classifiers, although the word trove means nothing to me) Isn't that something lifted from SourceForge? -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in

Re: [Distutils] [Python-Dev] PEP 365 (Adding the pkg_resources module)

2008-03-20 Thread Jeroen Ruigrok van der Werven
equivalent to CPAN and RubyGems. -- Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ Sadness is the inner beauty of the untouched tear... ___ Distutils-SIG maillist