Import py26-memcached-1.45 as wip/py-memcached.

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.
This commit is contained in:
Kamel Ibn Aziz Derouiche 2010-04-10 21:27:38 +00:00 committed by Thomas Klausner
parent 072a418ea6
commit fb6352c096
4 changed files with 45 additions and 0 deletions

3
py-memcached/DESCR Normal file
View file

@ -0,0 +1,3 @@
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.

28
py-memcached/Makefile Normal file
View file

@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 21:27:38 jihbed Exp $
#
DISTNAME= python-memcached-1.45
EGG_NAME= ${DISTNAME:S/python-//}
PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.tummy.com/pub/python-memcached/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://www.tummy.com/Community/software/python-memcached/
COMMENT= Python memcached client
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
DOCDIR= ${PREFIX}/share/doc/py-memcached
PYTHON_VERSIONS_ACCEPTED= 26 25 24
INSTALLATION_DIRS= ${DOCDIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/memcache.html ${DESTDIR}${DOCDIR}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

9
py-memcached/PLIST Normal file
View file

@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/10 21:27:38 jihbed Exp $
${PYSITELIB}/memcache.py
${PYSITELIB}/memcache.pyc
${PYSITELIB}/memcache.pyo
${PYSITELIB}/python_${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/python_${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/python_${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/python_${EGG_INFODIR}/top_level.txt
share/doc/py-memcached/memcache.html

5
py-memcached/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2010/04/10 21:27:38 jihbed Exp $
SHA1 (python-memcached-1.45.tar.gz) = 869919041c85bb1215108b928b724a0cfb404706
RMD160 (python-memcached-1.45.tar.gz) = 12db87c5ccfcd30c27b05977226f52f6738ed878
Size (python-memcached-1.45.tar.gz) = 36457 bytes