pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-canonicaljson



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 30 10:54:27 UTC 2022

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

Log Message:
py-canonicaljson: limit to python 3.x

Packages using it are already limited to 3.x


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-canonicaljson/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-canonicaljson/Makefile
diff -u pkgsrc/devel/py-canonicaljson/Makefile:1.5 pkgsrc/devel/py-canonicaljson/Makefile:1.6
--- pkgsrc/devel/py-canonicaljson/Makefile:1.5  Sat Jan  8 16:08:11 2022
+++ pkgsrc/devel/py-canonicaljson/Makefile      Sun Jan 30 10:54:26 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/08 16:08:11 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/30 10:54:26 wiz Exp $
 
 DISTNAME=      canonicaljson-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@ LICENSE=      apache-2.0
 DEPENDS+=      ${PYPKGPREFIX}-frozendict>=1.0:../../devel/py-frozendict
 DEPENDS+=      ${PYPKGPREFIX}-simplejson>=3.14.0:../../converters/py-simplejson
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-frozendict
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index