# -*- 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
# $Id: Portfile 67231 2010-05-03 06:39:16Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-pyrant
version             0.6.2
maintainers         stromnov openmaintainer

description         Pyrant is a Python wrapper around Tokyo Tyrant.

long_description    ${description}

platforms           darwin

homepage            http://code.google.com/p/pyrant/
master_sites        http://pypi.python.org/packages/source/p/pyrant/
distname            pyrant-${version}

checksums           md5     e7be9b7f7bd3ca407496f72468e0c052 \
                    sha1    32d58875fc9a974c3bd7f0d825d0531a1fbd53fd \
                    rmd160  f74d960f28fe8568fe624badba5730882d69a473

depends_build       port:py26-distribute

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     "pyrant-(\\d+(?:\\.\\d+)*)${extract.suffix}"
