pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-yapf



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Apr 23 00:04:35 UTC 2023

Modified Files:
        pkgsrc/devel/py-yapf: Makefile

Log Message:
py-yapf: now Python 3 only due to py-tomli


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-yapf/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-yapf/Makefile
diff -u pkgsrc/devel/py-yapf/Makefile:1.7 pkgsrc/devel/py-yapf/Makefile:1.8
--- pkgsrc/devel/py-yapf/Makefile:1.7   Fri Apr 21 09:26:30 2023
+++ pkgsrc/devel/py-yapf/Makefile       Sun Apr 23 00:04:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/04/21 09:26:30 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/04/23 00:04:35 gutteridge Exp $
 
 DISTNAME=      yapf-0.33.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ DEPENDS+=     ${PYPKGPREFIX}-tomli>=2.0.1:..
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-tomli
+
 USE_PKG_RESOURCES=     yes
 
 post-install:



Home | Main Index | Thread Index | Old Index