pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/libplist libplist: mark as Python 2.7 only
details: https://anonhg.NetBSD.org/pkgsrc/rev/4fb77856ae3b
branches: trunk
changeset: 387091:4fb77856ae3b
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Fri Oct 21 19:12:04 2022 +0000
description:
libplist: mark as Python 2.7 only
This fails to build with Python 3 but works on 2.7. There is no indication
that I can find of which versions are supported upstream.
Perhaps the Python bindings should be optional.
diffstat:
textproc/libplist/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 92354377e9dc -r 4fb77856ae3b textproc/libplist/Makefile
--- a/textproc/libplist/Makefile Fri Oct 21 17:55:02 2022 +0000
+++ b/textproc/libplist/Makefile Fri Oct 21 19:12:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2022/07/03 10:13:27 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2022/10/21 19:12:04 bsiegert Exp $
DISTNAME= libplist-2.2.0
CATEGORIES= textproc
@@ -20,6 +20,7 @@
PKGCONFIG_OVERRIDE+= libplist++.pc.in
PKGCONFIG_OVERRIDE+= libplist.pc.in
PY_PATCHPLIST= yes
+PYTHON_VERSIONS_ACCEPTED= 27
.include "../../devel/py-cython/buildlink3.mk"
.include "../../devel/py-cython/tool.mk"
Home |
Main Index |
Thread Index |
Old Index