summaryrefslogtreecommitdiff
path: root/converters/py-zbase32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/py-zbase32/Makefile')
-rw-r--r--converters/py-zbase32/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/converters/py-zbase32/Makefile b/converters/py-zbase32/Makefile
index a603c4a0cda..51f91666fcf 100644
--- a/converters/py-zbase32/Makefile
+++ b/converters/py-zbase32/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2012/10/03 00:20:16 asau Exp $
-#
+# $NetBSD: Makefile,v 1.6 2014/01/19 22:22:56 wiz Exp $
-DISTNAME= zbase32-1.1.3
+DISTNAME= zbase32-1.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= converters
MASTER_SITES= http://pypi.python.org/packages/source/z/zbase32/
@@ -16,5 +15,7 @@ REPLACE.python.old= /usr/bin/env python
REPLACE.python.new= ${PYTHONBIN}
REPLACE_FILES.python= zbase32/zbase32.py zbase32/test/test_zbase32.py
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.1.5
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"