Info2: << Package: bsddb3-py%type_pkg[python] Version: 6.0.0 Revision: 1 Type: python (2.6 2.7 3.1 3.2 3.3) Description: Python bindings for db60 DescDetail: << This module provides a nearly complete wrapping of the Oracle/Sleepycat C API for the Database Environment, Database, Cursor, Sequence and Transaction objects, and each of these is exposed as a Python type in the bsddb3.db module. The database objects can use various access methods: btree, hash, recno, and queue. Complete support of Berkeley DB distributed transactions. Complete support for Berkeley DB Replication Manager. Complete support for Berkeley DB Base Replication. Support for RPC. << Maintainer: Daniel Johnson License: BSD Homepage: http://www.jcea.es/programacion/pybsddb.htm Source: https://pypi.python.org/packages/source/b/bsddb3/bsddb3-%v.tar.gz Source-MD5: 5c963bb3bcb1fe92cd195bf056aa28c2 Depends: python%type_pkg[python], db60-aes-shlibs BuildDepends: db60-aes, fink (>= 0.24.12), setuptools-tng-py%type_pkg[python] NoSetCPPFLAGS: true NoSetLDFLAGS: true CompileScript: << %p/bin/python%type_raw[python] setup.py build \ --berkeley-db=%p \ --berkeley-db-incdir=%p/include/db6 \ --berkeley-db-libdir=%p/lib << InstallScript: << %p/bin/python%type_raw[python] setup.py install \ --berkeley-db=%p \ --berkeley-db-incdir=%p/include/db6 \ --berkeley-db-libdir=%p/lib \ --root=%d << DocFiles: ChangeLog PKG-INFO README.txt TODO.txt InfoTest: << TestScript: << %p/bin/python%type_raw[python] test.py -p -v || exit 2 #Need to delete .pyc files since they contain %d after tests. #They get regenerated correctly during InstallScript. find ./build -name "*.pyc" -delete << TestSuiteSize: large << <<