summaryrefslogtreecommitdiff
path: root/databases/py-tokyocabinet/Makefile
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 /databases/py-tokyocabinet/Makefile
parent03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff)
downloadpkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz
extend PYTHON_VERSIONS_ for Python 3.7
Diffstat (limited to 'databases/py-tokyocabinet/Makefile')
-rw-r--r--databases/py-tokyocabinet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-tokyocabinet/Makefile b/databases/py-tokyocabinet/Makefile
index 5c14f1b648a..4bbf1585c2a 100644
--- a/databases/py-tokyocabinet/Makefile
+++ b/databases/py-tokyocabinet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/09/04 18:55:07 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:07 adam Exp $
VERSION= 0.5
DISTNAME= tokyocabinet-${VERSION}
@@ -11,7 +11,7 @@ HOMEPAGE= https://pypi.python.org/pypi/tokyocabinet/
COMMENT= Python wrapper to tokyocabinet database
LICENSE= mit
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.5
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.5
.include "../../databases/tokyocabinet/buildlink3.mk"
.include "../../lang/python/egg.mk"