summaryrefslogtreecommitdiff
path: root/databases/py-cassa/Makefile
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/Makefile
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/Makefile')
-rw-r--r--databases/py-cassa/Makefile18
1 files changed, 18 insertions, 0 deletions
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"