Import pycassa version 0.3.0.

pycassa is a Cassandra library with the following features:

1. Auto-failover single or thread-local connections
2. A simplified version of the thrift interface
3. A method to map an existing class to a Cassandra ColumnFamily.
4. Support for SuperColumns
This commit is contained in:
tonnerre 2010-05-01 18:56:22 +00:00
parent 49467302a7
commit ec454742d2
4 changed files with 45 additions and 0 deletions

6
databases/py-cassa/DESCR Normal file
View file

@ -0,0 +1,6 @@
pycassa is a Cassandra library with the following features:
1. Auto-failover single or thread-local connections
2. A simplified version of the thrift interface
3. A method to map an existing class to a Cassandra ColumnFamily.
4. Support for SuperColumns

View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1.1.1 2010/05/01 18:56:22 tonnerre Exp $
DISTNAME= pycassa-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
EGG_NAME= ${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= http://github.com/downloads/vomjom/pycassa/
MAINTAINER= tonnerre@NetBSD.org
HOMEPAGE= http://github.com/vomjom/pycassa/
COMMENT= Python client library for Cassandra
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"

16
databases/py-cassa/PLIST Normal file
View file

@ -0,0 +1,16 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/01 18:56:22 tonnerre Exp $
${PYSITELIB}/pycassa/__init__.py
${PYSITELIB}/pycassa/__init__.pyc
${PYSITELIB}/pycassa/__init__.pyo
${PYSITELIB}/pycassa/columnfamily.py
${PYSITELIB}/pycassa/columnfamily.pyc
${PYSITELIB}/pycassa/columnfamily.pyo
${PYSITELIB}/pycassa/columnfamilymap.py
${PYSITELIB}/pycassa/columnfamilymap.pyc
${PYSITELIB}/pycassa/columnfamilymap.pyo
${PYSITELIB}/pycassa/connection.py
${PYSITELIB}/pycassa/connection.pyc
${PYSITELIB}/pycassa/connection.pyo
${PYSITELIB}/pycassa/types.py
${PYSITELIB}/pycassa/types.pyc
${PYSITELIB}/pycassa/types.pyo

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2010/05/01 18:56:22 tonnerre Exp $
SHA1 (pycassa-0.3.0.tar.gz) = a8f6498daf28e9731debe6b61330d1a7801e9f1d
RMD160 (pycassa-0.3.0.tar.gz) = c0f68e193a48c47a5de2945f779ee7bf29958c23
Size (pycassa-0.3.0.tar.gz) = 46721 bytes