pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 23 02:09:54 UTC 2023

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-rich-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-rich-click/Makefile
diff -u pkgsrc/devel/py-rich-click/Makefile:1.2 pkgsrc/devel/py-rich-click/Makefile:1.3
--- pkgsrc/devel/py-rich-click/Makefile:1.2     Sun Jul 23 02:09:36 2023
+++ pkgsrc/devel/py-rich-click/Makefile Sun Jul 23 02:09:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/07/23 02:09:36 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/07/23 02:09:54 wiz Exp $
 
 DISTNAME=      rich-click-1.6.1
 PKGNAME=       ${PYPKGPREFIX}-rich-click-1.6.1
@@ -13,5 +13,7 @@ LICENSE=      mit
 DEPENDS+=      ${PYPKGPREFIX}-click>0:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-rich>0:../../comms/py-rich
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index