summaryrefslogtreecommitdiff
path: root/databases/py-cassa
diff options
context:
space:
mode:
authortonnerre <tonnerre>2010-05-01 18:56:22 +0000
committertonnerre <tonnerre>2010-05-01 18:56:22 +0000
commitec48baa0cf48cb7e20890166f209ab5f6e78e3c4 (patch)
tree0ed2f579166cee4ce8ecd1730d65edbaa145cf1d /databases/py-cassa
parentf9f113a2ec8b8d5d948fa42eac6df0203b3168d8 (diff)
downloadpkgsrc-ec48baa0cf48cb7e20890166f209ab5f6e78e3c4.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/py-cassa')
-rw-r--r--databases/py-cassa/DESCR6
-rw-r--r--databases/py-cassa/Makefile18
-rw-r--r--databases/py-cassa/PLIST16
-rw-r--r--databases/py-cassa/distinfo5
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