# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-buzhug version 1.8 revision 1 categories-append databases license BSD maintainers nomaintainer description Pure-python database engine long_description \ buzhug is a fast, pure-Python database engine, using a syntax that Python \ programmers should find very intuitive. The data is stored and accessed \ on disk (it is not an in-memory database). The implementation has been \ designed to make all operations, and especially selection, as fast as \ possible with an interpreted language platforms darwin supported_archs noarch homepage http://buzhug.sourceforge.net/ master_sites sourceforge:buzhug distname buzhug-${version} use_zip yes checksums rmd160 86aca59cc734cdd2b871f05bb13f050acc45f8f1 \ sha256 0f8453de32424abd2e0dea963a1d0adc7ec893c6c1311887d3ce87231a8e62a7 \ size 26529 python.versions 27 if {${name} ne ${subport}} { livecheck.type none }