From 6eeac895aea08da14f0588a3fc5ac50b428965ec Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 3 Feb 2022 23:43:24 +0000 Subject: py-click: move line higher so this package is really disabled for Python 2 --- devel/py-click/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/py-click') diff --git a/devel/py-click/Makefile b/devel/py-click/Makefile index 20f9a458f96..96eb0a48e01 100644 --- a/devel/py-click/Makefile +++ b/devel/py-click/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2022/01/31 09:52:04 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2022/02/03 23:43:24 wiz Exp $ DISTNAME= click-8.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= https://palletsprojects.com/p/click/ COMMENT= Simple wrapper around optparse for powerful command line utilities LICENSE= modified-bsd +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} < 38 @@ -18,8 +20,6 @@ DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-meta TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner -PYTHON_VERSIONS_INCOMPATIBLE= 27 - USE_LANGUAGES= # none PYSETUPTESTTARGET= pytest -- cgit v1.2.3