pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-click-aliases



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 29 23:27:25 UTC 2023

Modified Files:
        pkgsrc/devel/py-click-aliases: Makefile

Log Message:
py-click-aliases: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-click-aliases/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-aliases/Makefile
diff -u pkgsrc/devel/py-click-aliases/Makefile:1.1 pkgsrc/devel/py-click-aliases/Makefile:1.2
--- pkgsrc/devel/py-click-aliases/Makefile:1.1  Sun Oct 29 22:43:45 2023
+++ pkgsrc/devel/py-click-aliases/Makefile      Sun Oct 29 23:27:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/10/29 22:43:45 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/10/29 23:27:25 wiz Exp $
 
 DISTNAME=      click_aliases-1.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,8 @@ LICENSE=      mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-[0-9]*:../../devel/py-poetry
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_LANGUAGES= # none
 
 # no tests included



Home | Main Index | Thread Index | Old Index