pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-click
Module Name: pkgsrc
Committed By: wiz
Date: Thu Feb 3 23:43:24 UTC 2022
Modified Files:
pkgsrc/devel/py-click: Makefile
Log Message:
py-click: move line higher so this package is really disabled for Python 2
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-click/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-click/Makefile
diff -u pkgsrc/devel/py-click/Makefile:1.18 pkgsrc/devel/py-click/Makefile:1.19
--- pkgsrc/devel/py-click/Makefile:1.18 Mon Jan 31 09:52:04 2022
+++ pkgsrc/devel/py-click/Makefile Thu Feb 3 23:43:24 2022
@@ -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/
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-metad
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