NEW: py25-memcached
Reported by: |
ebgssth@… |
Owned by: |
macports-tickets@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.5.0
|
Keywords:
|
|
Cc:
|
mww@…
|
Port:
|
|
|
|
Attached Portfile for Python memcached client,
which works file at least for my machine.
# $Id$
PortSystem 1.0
PortGroup python25 1.0
name py25-memcached
version 1.40
categories python devel net
maintainers nomaintainer@macports.org
description Pure python memcached client
long_description This software is a 100% Python interface to the memcached \
memory cache daemon. It is the client side software which \
allows storing values in one or more, possibly remote, \
memcached servers. Search google for memcached for more \
information.
homepage http://www.tummy.com/Community/software/python-memcached/
distname python-memcached-${version}
platforms darwin
master_sites ftp://ftp.tummy.com/pub/python-memcached/
checksums md5 fa551479291679871ac64ab74d1a52d0 \
sha1 9425ed7f59d6bbabb0405df2c078006adc708d26 \
rmd160 171349a7e524a8a5d399c00c18d2c9461ed6de05
depends_lib port:python25
Portfile for memcached client for Python