summaryrefslogtreecommitdiff
path: root/archivers/py-czipfile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
committeradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
commit3445d075bebfeeda915b20c358b79af5b9db8895 (patch)
treef5adf48498a05775bea8c492276fdbad87e6ff60 /archivers/py-czipfile
parent03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff)
downloadpkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz
extend PYTHON_VERSIONS_ for Python 3.7
Diffstat (limited to 'archivers/py-czipfile')
-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 9d18a48c536..db5e391f72a 100644
--- a/archivers/py-czipfile/Makefile
+++ b/archivers/py-czipfile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/09/03 08:53:04 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/07/03 05:03:01 adam 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 # for 2.x only
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # for 2.x only
.include "../../lang/python/egg.mk"
.include "../../devel/py-cython/buildlink3.mk"