summaryrefslogtreecommitdiff
path: root/databases/py-cassa
diff options
context:
space:
mode:
authorjoerg <joerg>2010-06-30 10:25:14 +0000
committerjoerg <joerg>2010-06-30 10:25:14 +0000
commitcaec1556a6ad4f4d40f83140a6eb3982c0b6a411 (patch)
tree41fda3f82e809f3e50e93eb29ec7d0574b916ae8 /databases/py-cassa
parentb9055aad0bbce29fc11c87c91f99b111e16272fb (diff)
downloadpkgsrc-caec1556a6ad4f4d40f83140a6eb3982c0b6a411.tar.gz
Doesn't work with Python 2.4
Diffstat (limited to 'databases/py-cassa')
-rw-r--r--databases/py-cassa/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-cassa/Makefile b/databases/py-cassa/Makefile
index 5c0219e2600..1ee00789185 100644
--- a/databases/py-cassa/Makefile
+++ b/databases/py-cassa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/05/01 18:56:22 tonnerre Exp $
+# $NetBSD: Makefile,v 1.2 2010/06/30 10:25:14 joerg Exp $
DISTNAME= pycassa-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -12,6 +12,7 @@ COMMENT= Python client library for Cassandra
PKG_DESTDIR_SUPPORT= user-destdir
+PYTHON_VERSIONS_ACCEPTED= 26 25
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"