summaryrefslogtreecommitdiff
path: root/databases/py-cdb
AgeCommit message (Collapse)AuthorFilesLines
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-20Update to 0.35. Convert to distutils.mk. Mark as not for python-3.x.wiz3-11/+13
15 Feb 2013 - Version 0.35 - New cdb.addmany() function for faster cdb construction - Fix 2.5 build, needed -fPIC - Add debian package thx: Mike Pomraning for 10+ years of python-cdb!
2013-04-06Fixes:rodent1-2/+2
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-08-06Import py-cdb-0.34 as databases/py-cdb from wip/py-cdbryoon4-0/+29
D. J. Bernstein's constant database library adapted as a python extension module. Like GDBM and kin, cdb files map keys to values. The file format boasts wickedly fast lookups and atomic updates.