diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2010-05-01 18:56:22 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2010-05-01 18:56:22 +0000 |
commit | 72bf9ca65c7ddd00bb4862afd3088cdb93fc22d9 (patch) | |
tree | 0ed2f579166cee4ce8ecd1730d65edbaa145cf1d /databases | |
parent | 6cf9067f6c43fb30f2736e0240eac24b021f588d (diff) | |
download | pkgsrc-72bf9ca65c7ddd00bb4862afd3088cdb93fc22d9.tar.gz |
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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-cassa/DESCR | 6 | ||||
-rw-r--r-- | databases/py-cassa/Makefile | 18 | ||||
-rw-r--r-- | databases/py-cassa/PLIST | 16 | ||||
-rw-r--r-- | databases/py-cassa/distinfo | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/databases/py-cassa/DESCR b/databases/py-cassa/DESCR new file mode 100644 index 00000000000..11af081f86c --- /dev/null +++ b/databases/py-cassa/DESCR @@ -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 diff --git a/databases/py-cassa/Makefile b/databases/py-cassa/Makefile new file mode 100644 index 00000000000..5c0219e2600 --- /dev/null +++ b/databases/py-cassa/Makefile @@ -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" diff --git a/databases/py-cassa/PLIST b/databases/py-cassa/PLIST new file mode 100644 index 00000000000..84e4fb84bb2 --- /dev/null +++ b/databases/py-cassa/PLIST @@ -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 diff --git a/databases/py-cassa/distinfo b/databases/py-cassa/distinfo new file mode 100644 index 00000000000..cc20a855750 --- /dev/null +++ b/databases/py-cassa/distinfo @@ -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 |