pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/py-objgraph py-objgraph: mark as incompatible...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3e136e7422c7
branches: trunk
changeset: 459418:3e136e7422c7
user: adam <adam%pkgsrc.org@localhost>
date: Wed Oct 06 19:20:20 2021 +0000
description:
py-objgraph: mark as incompatible with Python 2.7
diffstat:
graphics/py-objgraph/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 55e7a511a389 -r 3e136e7422c7 graphics/py-objgraph/Makefile
--- a/graphics/py-objgraph/Makefile Wed Oct 06 19:16:45 2021 +0000
+++ b/graphics/py-objgraph/Makefile Wed Oct 06 19:20:20 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/01/11 13:58:09 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/10/06 19:20:20 adam Exp $
DISTNAME= objgraph-3.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,7 @@
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-graphviz
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index