diff options
author | joerg <joerg@pkgsrc.org> | 2010-06-30 10:25:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-06-30 10:25:14 +0000 |
commit | 8e6695b7f0fdc493a39e615f6b2c8267f64ac9dc (patch) | |
tree | 41fda3f82e809f3e50e93eb29ec7d0574b916ae8 /databases/py-cassa | |
parent | 9a7cc0fd5ebda36c0899b4f46742bbb3152e771a (diff) | |
download | pkgsrc-8e6695b7f0fdc493a39e615f6b2c8267f64ac9dc.tar.gz |
Doesn't work with Python 2.4
Diffstat (limited to 'databases/py-cassa')
-rw-r--r-- | databases/py-cassa/Makefile | 3 |
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" |