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:   wiz
Date:           Wed Jan  4 13:21:04 UTC 2023

Modified Files:
        pkgsrc/textproc/libplist: Makefile

Log Message:
libplist: remove python2 restriction

Builds fine for me with python 3.11.1 on NetBSD 10.99.2/amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 pkgsrc/textproc/libplist/Makefile:1.35
--- pkgsrc/textproc/libplist/Makefile:1.34      Wed Nov 23 16:19:03 2022
+++ pkgsrc/textproc/libplist/Makefile   Wed Jan  4 13:21:03 2023
@@ -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 @@ 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