Re: FreeBSD Port: py27-dbutils-1.1

2012-02-19 Thread Ruslan Mahmatkhanov
Hi. Brian McCann wrote on 08.12.2011 01:14: Not sure who this is going to, so I'll say "To whom it may concern". I'm trying to "make package" for py-dbutils, and it's failing. It's trying to tar up various files in "/usr/local/lib/python2.7/site-packages/DBUtils", which doesn't exist because t

Install shared objects into site-packages

2012-02-19 Thread Sean C. Farley
I am using virtualenv --no-site-packages (the default now) to be able to build an environment on both FreeBSD and Linux. The issue I am running into is that _sqlite3.so from databases/py-sqlite3 is being installed into site-packages as opposed to lib-dynload. On the CentOS we are using, _sqli