Re: what do I do with python eggs?

2008-05-30 Thread Nicola Vitale
Hi, > [2008/5/28 Paul Chvostek <[EMAIL PROTECTED]>] > My pkg-plist contains three lines -- two scripts in ${PREFIX}/bin and > the line quoted above, verbatim. Yet, when I `make deinstall`, I get: > > pkg_delete: cannot delete specified file > '/usr/local/lib/python2.5/site-packages/twill-0.9-py

Re: what do I do with python eggs?

2008-05-28 Thread Paul Chvostek
Thanks Greg. On Wed, May 28, 2008 at 02:06:45PM -0400, Greg Larkin wrote: > > > > I'm making a port that uses Python and easy_install. I'm not ... > > The catch is, it doesn't clean up. A `make deinstall` or ... > > Have a look at the www/trac-wikirename port, and I think you'll get some > i

RE: what do I do with python eggs?

2008-05-28 Thread Greg Larkin
> Hiya. > > I'm making a port that uses Python and easy_install. I'm not > familiar with this installer ... but the port I've created > follows the example of some others, and does appear to install. > > The catch is, it doesn't clean up. A `make deinstall` or > pkg_delete will leave stuff i

what do I do with python eggs?

2008-05-27 Thread Paul Chvostek
Hiya. I'm making a port that uses Python and easy_install. I'm not familiar with this installer ... but the port I've created follows the example of some others, and does appear to install. The catch is, it doesn't clean up. A `make deinstall` or pkg_delete will leave stuff in /usr/local/lib/py