Hi William, William Grzybowski wrote on 03.12.2012 02:58:
Hi,Are you sure it is installing as a single .egg file? In my system it is descompacted: find /usr/local/lib/python2.7/site-packages/hgsubversion-1.5-py2.7.egg -type f|wc -l 66 If so, do you have any pointers I should look for why the behavior is different for us? I've attached the patch that handles subvertpy, let me know what you think. Thank you!
Sorry for delay. You was right - egg is installed unpacked (it was something in my head that broken, sorry), but pkg-plist was indeed incomplete - requires.txt was missed and I added it. I also limited this port to python version 2.x, because it using constructs like "except: Exceptions, exc", that's not working in python 3.x
-- Regards, Ruslan Tinderboxing kills... the drives. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
