From 77e07989540405e14ae0f3af5dc2d76d75532797 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 2 Sep 2019 13:19:35 +0000 Subject: Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 --- textproc/py-iniparse/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/py-iniparse') diff --git a/textproc/py-iniparse/Makefile b/textproc/py-iniparse/Makefile index b5eadeee581..215955fd2ea 100644 --- a/textproc/py-iniparse/Makefile +++ b/textproc/py-iniparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/04/26 13:14:17 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:20:13 adam Exp $ DISTNAME= iniparse-0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ LICENSE= mit AND python-software-foundation USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 post-install: ${CHMOD} -x ${DESTDIR}${PREFIX}/share/doc/iniparse-0.4/index.html -- cgit v1.2.3