# $Id: Portfile 87583 2011-11-26 22:50:44Z blb@macports.org $

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           md5     a5c15b484c91a55db35e71447d2e709c \
                    sha1    412bfef5a7c5468d62e98ded59b09e19378084af \
                    rmd160  86aca59cc734cdd2b871f05bb13f050acc45f8f1

python.default_version   27
python.versions          25 26 27

livecheck.type      regex
livecheck.url       http://sourceforge.net/projects/buzhug/files/buzhug/
livecheck.regex     buzhug-(\[0-9\\.\]+)

