summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-25 08:44:53 +0000
committerwiz <wiz@pkgsrc.org>2014-01-25 08:44:53 +0000
commitcbe779d1929944a6d6ee3f001b56fd5ad2f49cd8 (patch)
tree2bfad845bddcfec6847faa04187c3bdeedd54aee /databases
parent41efff20e2b6908a71fc951ac68eb5fa9599b88b (diff)
downloadpkgsrc-cbe779d1929944a6d6ee3f001b56fd5ad2f49cd8.tar.gz
Update HOMEPAGE and MASTER_SITES.
Mark as not ready for python-3.x.
Diffstat (limited to 'databases')
-rw-r--r--databases/py-cassa/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/py-cassa/Makefile b/databases/py-cassa/Makefile
index 0b58f3de989..ce7ff36e510 100644
--- a/databases/py-cassa/Makefile
+++ b/databases/py-cassa/Makefile
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.5 2012/10/02 21:25:48 asau Exp $
+# $NetBSD: Makefile,v 1.6 2014/01/25 08:44:53 wiz 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/
+MASTER_SITES= http://github.com/downloads/pycassa/pycassa/
MAINTAINER= tonnerre@NetBSD.org
-HOMEPAGE= http://github.com/vomjom/pycassa/
+HOMEPAGE= https://github.com/pycassa/pycassa
COMMENT= Python client library for Cassandra
PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"