Porting setuptools-using software

Jesse Kempf jkempf at davisvision.com
Thu Aug 19 20:19:38 UTC 2010


Hi,

I'm trying to fix devel/lamson, which has the problem that it leaves 
files behind after deinstall. It *seems* to me like what's going on is 
that setuptools is failing to see that a given dependency is installed 
and is being 'helpful' and installing the wrong version of it. FreeBSD 
already has the right version of the dependency installed.

When it comes time to uninstall lamson it leaves files behind because 
there's no way for FreeBSD to know that setuptools decided to 'help'.

Is there some magic frob I should use in my port? Right now the approach 
that seems promising to me is to patch setup.py to comment out the 
dependencies -- but that feels like the moral equivalent of a frontal 
lobotomy.

Does anyone have any advice?

Thanks,
-Jesse



------------------------------------------------------------------------
The information contained in this communication is intended
only for the use of the recipient(s) named above. It may
contain information that is privileged or confidential, and
may be protected by State and/or Federal Regulations. If
the reader of this message is not the intended recipient,
you are hereby notified that any dissemination,
distribution, or copying of this communication, or any of
its contents, is strictly prohibited. If you have received
this communication in error, please return it to the sender
immediately and delete the original message and any copy
of it from your computer system. If you have any questions
concerning this message, please contact the sender.
------------------------------------------------------------------------



More information about the freebsd-python mailing list