pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/libplist libplist: remove python2 restriction
details: https://anonhg.NetBSD.org/pkgsrc/rev/2375ce13cf67
branches: trunk
changeset: 391162:2375ce13cf67
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jan 04 13:21:03 2023 +0000
description:
libplist: remove python2 restriction
Builds fine for me with python 3.11.1 on NetBSD 10.99.2/amd64.
diffstat:
textproc/libplist/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 6e94318cd629 -r 2375ce13cf67 textproc/libplist/Makefile
--- a/textproc/libplist/Makefile Wed Jan 04 10:50:17 2023 +0000
+++ b/textproc/libplist/Makefile Wed Jan 04 13:21:03 2023 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2022/11/23 16:19:03 adam Exp $
+# $NetBSD: Makefile,v 1.35 2023/01/04 13:21:03 wiz Exp $
DISTNAME= libplist-2.2.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=libimobiledevice/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
@@ -21,7 +21,6 @@
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