summaryrefslogtreecommitdiff
path: root/archivers/py-czipfile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-09-02 13:19:35 +0000
committeradam <adam@pkgsrc.org>2019-09-02 13:19:35 +0000
commit77e07989540405e14ae0f3af5dc2d76d75532797 (patch)
tree698d3960598fa1d41f5a80411323ce184dbefe95 /archivers/py-czipfile
parentf192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff)
downloadpkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
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 4f7191ef55f..be078443794 100644
--- a/archivers/py-czipfile/Makefile
+++ b/archivers/py-czipfile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/04/26 13:13:41 maya Exp $
+# $NetBSD: Makefile,v 1.6 2019/09/02 13:19:58 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= 36 37 # for 2.x only
+PYTHON_VERSIONS_ACCEPTED= 27 # for 2.x only
.include "../../lang/python/egg.mk"
.include "../../devel/py-cython/buildlink3.mk"