Date: Thu, 19 Aug 2010 20:00:57 +0000 From: Jesse Kempf <jkempf@davisvision.com> To: freebsd-python@FreeBSD.org Subject: Porting setuptools-using software Message-ID: <15771_1282248057_4C6D8D79_15771_4184_1_4C6D8D79.3010003@davisvision.com>
next in thread | raw e-mail | index | archive | help
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. ------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15771_1282248057_4C6D8D79_15771_4184_1_4C6D8D79.3010003>