# -*- 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 64017 2010-02-20 09:45:26Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-redis
version             1.34.1
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     1310816a2bbf862249c8e6a47f698bab \
                    sha1    510edc054b036e196ca24007ca15e608c39e3928 \
                    rmd160  0897dc326e740f158417803e9f5764974518b3ea

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