Re: [Image-SIG] Proper Package for PIL

2007-11-29 Thread Stephan Richter
On Thursday 29 November 2007, Christian Zagrodnick wrote:
 On 2007-11-28 20:46:52 +0100, Fredrik Lundh [EMAIL PROTECTED] said:
  Christian Zagrodnick wrote:
  Okay, I will work on that. How fast would you be able to get the
  proper egg out? :-) (I would love to have a working PIL by
  Thanksgiving (Nov. 22)
 
   
 
  I'm travelling that week, so I need to have the info/patch before next
  weekend.
 
  Any progress on this? I'd like to have an egg, too :)
 
  no sign of a busy developers guide (or patch) yet.

 Ah :)

 Stephan?

My fault. I got stuck with three clients in crisis mode. However, I really 
want this before Zope 3.4.0, so I Will work on it soon. My first try will be 
to just rename the distribution file from Imaging-*.tgz to PIL-*.tgz. That 
might already do the trick. I also noticed that the homepage and download 
link seem to be reversed in PyPI.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig


Re: [Image-SIG] Proper Package for PIL

2007-11-28 Thread Fredrik Lundh
Christian Zagrodnick wrote:

 Okay, I will work on that. How fast would you be able to get the proper egg
 out? :-) (I would love to have a working PIL by Thanksgiving (Nov. 22)
 
 I'm travelling that week, so I need to have the info/patch before next
 weekend.
 
 Any progress on this? I'd like to have an egg, too :)

no sign of a busy developers guide (or patch) yet.

/F

___
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig


Re: [Image-SIG] Proper Package for PIL

2007-11-12 Thread Fredrik Lundh
Stephan Richter wrote:

 Okay, I will work on that. How fast would you be able to get the proper egg 
 out? :-) (I would love to have a working PIL by Thanksgiving (Nov. 22)

I'm travelling that week, so I need to have the info/patch before next 
weekend.

cheers /F

___
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig


Re: [Image-SIG] Proper Package for PIL

2007-11-11 Thread Bill Janssen
   posting a short how-to (proper packaging/eggification for dummies/lazy
   programmers) and the necessary tweaks to setup.py to this list would be
   a good start, I think.

 Python Package Index Tutorial
 http://www.python.org/~jeremy/weblog/030924.html

Does this create an egg?  If so, where does it wind up?

Bill
___
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig


Re: [Image-SIG] Proper Package for PIL

2007-11-08 Thread Fredrik Lundh
Stephan Richter wrote:

 I am a Zope 3 developer and we have moved all our code into PyPI projects. 
 Some of our packages require PIL. Unfortunately, we cannot list PIL as a 
 dependency, since its distributions are not uploaded to PyPI and the download 
 URL does not provide access the adequate links.
 
 For us, having a valid package/egg for PIL at the right location is very 
 important. I would love to contribute proper packaging and eggification to 
 PIL. (In fact, the Zope 3 community already has a proper, Tk-free egg for PIL 
 at http://download.zope.org/distribution/PILwoTk-1.1.6.3.tar.gz.)
 
 However, even if we package PIL correctly, we cannot put it into PyPI, since 
 noone but effbot has permissions to upload new PIL releases.
 
 So what do we have to do to get this done?

posting a short how-to (proper packaging/eggification for dummies/lazy 
programmers) and the necessary tweaks to setup.py to this list would be 
a good start, I think.

/F

___
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig