# -*- 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 79810 2011-06-26 17:51:37Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-redis
version             2.4.5
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     452355fedd490b6e6a658597a2070a61 \
                    sha1    b061d3463a434485e9d27b1fbfc239f2da5c014a \
                    rmd160  f3e18f1e952d2d71ef439bc3e28c16b1d3f38900

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