1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

This is the Python interface to the Redis key-value store.

WWW: http://github.com/andymccurdy/redis-py/
This commit is contained in:
Cheng-Lung Sung 2011-03-18 02:53:46 +00:00
parent 56b0b62df2
commit 80650a5d1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271197
5 changed files with 41 additions and 0 deletions

View File

@ -677,6 +677,7 @@
SUBDIR += py-pysqlite23
SUBDIR += py-pytc
SUBDIR += py-qt4-sql
SUBDIR += py-redis
SUBDIR += py-riak
SUBDIR += py-rrdpipe
SUBDIR += py-rrdtool_lgpl

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: py-redis
# Date created: 18 March 2011
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= redis
PORTVERSION= 2.2.4
CATEGORIES= databases python
MASTER_SITES= http://cloud.github.com/downloads/andymccurdy/redis-py/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Python client for Redis key-value store
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (redis-2.2.4.tar.gz) = 2a3e021e861732ad74ca80160276ac6605dd6b196c4198bc40fc0b9847a61cca
SIZE (redis-2.2.4.tar.gz) = 20822

View File

@ -0,0 +1,3 @@
This is the Python interface to the Redis key-value store.
WWW: http://github.com/andymccurdy/redis-py/

View File

@ -0,0 +1,13 @@
%%PYTHON_SITELIBDIR%%/redis/__init__.py
%%PYTHON_SITELIBDIR%%/redis/__init__.pyc
%%PYTHON_SITELIBDIR%%/redis/__init__.pyo
%%PYTHON_SITELIBDIR%%/redis/client.py
%%PYTHON_SITELIBDIR%%/redis/client.pyc
%%PYTHON_SITELIBDIR%%/redis/client.pyo
%%PYTHON_SITELIBDIR%%/redis/connection.py
%%PYTHON_SITELIBDIR%%/redis/connection.pyc
%%PYTHON_SITELIBDIR%%/redis/connection.pyo
%%PYTHON_SITELIBDIR%%/redis/exceptions.py
%%PYTHON_SITELIBDIR%%/redis/exceptions.pyc
%%PYTHON_SITELIBDIR%%/redis/exceptions.pyo
@dirrm %%PYTHON_SITELIBDIR%%/redis