1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 44419 2008-12-28 09:31:44Z akitada@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-redis |
---|
8 | version 0.6.1 |
---|
9 | maintainers nomaintainer |
---|
10 | description Python client for Redis key-value store |
---|
11 | long_description Python client for Redis key-value store |
---|
12 | platforms darwin |
---|
13 | homepage http://github.com/andymccurdy/redis-py |
---|
14 | master_sites http://cloud.github.com/downloads/andymccurdy/redis-py/ |
---|
15 | distname redis-${version} |
---|
16 | checksums md5 ba1250b291f3da897bfb4f5e1f376aff \ |
---|
17 | sha1 072b61a618c66696a453eb0d540b905465b6ff95 \ |
---|
18 | rmd160 558122e273c1d4956528394cc6630433f5a00527 |
---|
19 | |
---|