# -*- 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 79260 2011-06-07 09:57:27Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-redis
version             2.4.3
maintainers         stromnov openmaintainer

description         Python client for Redis key-value store
long_description    ${description}

platforms           darwin
homepage            http://github.com/andymccurdy/redis-py
master_sites        http://cloud.github.com/downloads/andymccurdy/redis-py/
distname            redis-${version}

checksums           md5     93f14a9553e820815f53a08e764de780 \
                    sha1    78289134b08941e5d01d9a0689ffd6573c35e441 \
                    rmd160  3802669c31bf4b48c512581c099ca84a1b7c3a26

livecheck.type      regex
livecheck.url       ${homepage}/downloads
livecheck.regex     "redis-(\\d+(?:\\.\\d+)*)"
