# -*- 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 77158 2011-03-21 14:24:14Z stromnov@macports.org $
maintainers stromnov openmaintainer
description Python client for Redis key-value store
long_description ${description}
homepage http://github.com/andymccurdy/redis-py
master_sites http://cloud.github.com/downloads/andymccurdy/redis-py/
distname redis-${version}
checksums md5 b512ff37d06c6813f04a57f6448a1e55 \
sha1 378c78b7876047d75406665701542bf8c574a440 \
rmd160 f709b6b96116d42f3a8638025326f8eeb46feffb
python.default_version 27
depends_lib port:py${python.version}-distribute
livecheck.url ${homepage}/downloads
livecheck.regex "redis-(\\d+(?:\\.\\d+)*)"