pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-click py-click: move line higher so this pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/450422b482a4
branches:  trunk
changeset: 372979:450422b482a4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 03 23:43:24 2022 +0000

description:
py-click: move line higher so this package is really disabled for Python 2

diffstat:

 devel/py-click/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ee3613ee1849 -r 450422b482a4 devel/py-click/Makefile
--- a/devel/py-click/Makefile   Thu Feb 03 23:37:35 2022 +0000
+++ b/devel/py-click/Makefile   Thu Feb 03 23:43:24 2022 +0000
@@ -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 @@
 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 @@
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 USE_LANGUAGES= # none
 
 PYSETUPTESTTARGET=     pytest



Home | Main Index | Thread Index | Old Index