summaryrefslogtreecommitdiff
path: root/archivers/py-czipfile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/py-czipfile/Makefile')
-rw-r--r--archivers/py-czipfile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/py-czipfile/Makefile b/archivers/py-czipfile/Makefile
index db5e391f72a..4f7191ef55f 100644
--- a/archivers/py-czipfile/Makefile
+++ b/archivers/py-czipfile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/07/03 05:03:01 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/26 13:13:41 maya Exp $
DISTNAME= czipfile-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/czipfile
COMMENT= Replacement for builtin zipfile, with fast, C-based zipfile decryption
LICENSE= python-software-foundation
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # for 2.x only
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # for 2.x only
.include "../../lang/python/egg.mk"
.include "../../devel/py-cython/buildlink3.mk"