pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/libplist
Module Name: pkgsrc
Committed By: bsiegert
Date: Fri Oct 21 19:12:04 UTC 2022
Modified Files:
pkgsrc/textproc/libplist: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/libplist/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/libplist/Makefile
diff -u pkgsrc/textproc/libplist/Makefile:1.32 pkgsrc/textproc/libplist/Makefile:1.33
--- pkgsrc/textproc/libplist/Makefile:1.32 Sun Jul 3 10:13:27 2022
+++ pkgsrc/textproc/libplist/Makefile Fri Oct 21 19:12:04 2022
@@ -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 @@ USE_LANGUAGES= c c++
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