From 3445d075bebfeeda915b20c358b79af5b9db8895 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 3 Jul 2018 05:03:01 +0000 Subject: extend PYTHON_VERSIONS_ for Python 3.7 --- databases/py-tokyocabinet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/py-tokyocabinet') 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" -- cgit v1.2.3