for setuptools first and uses distutils only as fallback [1]
- strict python versions to -2.7
- do not install docs manually, because they are included into an egg
Reported by: Brian McCann <bjmccann at gmail dot com> (via python@) [1]
DBUtils is a suite of tools providing solid, persistent and
pooled connections to a database that can be used in all
kinds of multi-threaded environments like Webware for Python
or other web application servers. The suite supports DB-API
2 compliant database interfaces and the classic PyGreSQL
interface.
WWW: http://www.webwareforpython.org/DBUtils
PR: ports/91268
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>