summaryrefslogtreecommitdiff
path: root/databases/py-cassa
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-25 08:44:53 +0000
committerwiz <wiz>2014-01-25 08:44:53 +0000
commit4b8e810c3e2ae1d5bf24b1692a76d338bb9542cf (patch)
tree2bfad845bddcfec6847faa04187c3bdeedd54aee /databases/py-cassa
parenta123018f53a1e8b4db16d348f568bbb56b4db25d (diff)
downloadpkgsrc-4b8e810c3e2ae1d5bf24b1692a76d338bb9542cf.tar.gz
Update HOMEPAGE and MASTER_SITES.
Mark as not ready for python-3.x.
Diffstat (limited to 'databases/py-cassa')
-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"