pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-canonicaljson py-canonicaljson: limit to pyth...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f451a1b3e6e0
branches:  trunk
changeset: 372755:f451a1b3e6e0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 30 10:54:26 2022 +0000

description:
py-canonicaljson: limit to python 3.x

Packages using it are already limited to 3.x

diffstat:

 devel/py-canonicaljson/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8e33143195aa -r f451a1b3e6e0 devel/py-canonicaljson/Makefile
--- a/devel/py-canonicaljson/Makefile   Sun Jan 30 10:37:52 2022 +0000
+++ b/devel/py-canonicaljson/Makefile   Sun Jan 30 10:54:26 2022 +0000
@@ -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 @@
 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