Re: [Distutils] setuptools and additional scripts handling

2010-02-17 Thread Raphael Ritz
Manlio Perillo wrote: [..] However, for my web application there is more work to do. I use Nginx + wsgi module, so I also need to configure Nginx. The Nginx configuration file is actually a Mako template, since some parameters (server name, location paths) depends on the deployment type (devel

Re: [Distutils] setuptools and additional scripts handling

2010-02-17 Thread Raphael Ritz
Manlio Perillo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I'm starting to use setuptools for my projects and I have a few questions. In my web applications, usually I have some scripts that needs to be installed as cron scripts. I would like to install them using setuptools, sin

Re: [Distutils] nailed-down versions by having custom index

2010-02-02 Thread Raphael Ritz
Reinout van Rees wrote: Hi all, Hi Reinout, [..] Question: how to maintain such a custom index? http://pypi.python.org/pypi/haufe.eggserver might be another option, Raphael iirc chrism has a script to build an apache-served folder structure from a bunch of eggs/tarba

Re: [Distutils] PEP 345 - 3 new fields

2009-11-24 Thread Raphael Ritz
Tarek Ziadé wrote: Hello As suggested in Catalog-SIG by some people, I would like to propose the addition of three more fields for 1.2: "Repository-URL" A string containing the URL for the package's repository. Example: http://svn.python.org/projects/python/trunk/ "Repository-Br

Re: [Distutils] [Python Language Summit] Distutils / Packaging survey

2009-01-29 Thread Raphael Ritz
Barry Warsaw wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 29, 2009, at 10:03 AM, Jean-Paul Calderone wrote: Barry, just have your buildbot do it for you - and not just when you do a release, but every time you commit. As a bonus, it can then install the packages and run your te

Re: [Distutils] Building Python Eggs

2009-01-20 Thread Raphael Ritz
Amit k. Saha wrote: On Wed, Jan 14, 2009 at 3:34 PM, Lutz Paelike wrote: Hey Amit, a __init__.py file needs to be contained in a folder to make the folder a package. I had missed the 'folder' thingy.. Glad you've got a solution that works for you but IIRC it should be possible to do as you

[Distutils] Sorry [Re: Tahoe]

2008-03-07 Thread Raphael Ritz
Sorry guys this wasn't meant to go here. My apologies :-( Raphael Raphael Ritz wrote: > http://allmydata.org/trac/tahoe > > something for the software center? > > Raphael > > ___ > Distutils-SIG maillist - Di

[Distutils] Tahoe

2008-03-07 Thread Raphael Ritz
http://allmydata.org/trac/tahoe something for the software center? Raphael ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] Eggs not picking up some files

2007-05-25 Thread Raphael Ritz
David Pratt schrieb: > I've got sort of a strange issue with eggs for distribution to pypi. I > am using the following command to create a egg and send it to pypi and > it is omitting my .zcml files from the egg somehow. > > I export the source from svn and then run: > > python setup.py registe