pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Thu Oct 9 10:59:53 UTC 2025
Modified Files:
pkgsrc/audio/quodlibet: Makefile
pkgsrc/mail/newspipe: Makefile
pkgsrc/textproc/py-feedparser5: Makefile
Log Message:
py-feedparser5: only supports up to Python 3.12, mark dependencies too
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/audio/quodlibet/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/mail/newspipe/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-feedparser5/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/quodlibet/Makefile
diff -u pkgsrc/audio/quodlibet/Makefile:1.37 pkgsrc/audio/quodlibet/Makefile:1.38
--- pkgsrc/audio/quodlibet/Makefile:1.37 Sat Apr 19 07:57:30 2025
+++ pkgsrc/audio/quodlibet/Makefile Thu Oct 9 10:59:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2025/04/19 07:57:30 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2025/10/09 10:59:53 wiz Exp $
DISTNAME= quodlibet-4.6.0
PKGREVISION= 8
@@ -47,7 +47,7 @@ USE_TOOLS+= msgfmt
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
-PYTHON_VERSIONS_INCOMPATIBLE= 313
+PYTHON_VERSIONS_ACCEPTED= 312 311 310
post-install:
${MV} ${DESTDIR}${PREFIX}/share/man/man1/* ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 || ${TRUE}
Index: pkgsrc/mail/newspipe/Makefile
diff -u pkgsrc/mail/newspipe/Makefile:1.27 pkgsrc/mail/newspipe/Makefile:1.28
--- pkgsrc/mail/newspipe/Makefile:1.27 Mon Oct 14 07:29:32 2024
+++ pkgsrc/mail/newspipe/Makefile Thu Oct 9 10:59:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2024/10/14 07:29:32 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/10/09 10:59:53 wiz Exp $
DISTNAME= newspipe.1.1.9
PKGNAME= ${DISTNAME:S/./-/}
@@ -16,8 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-html2text-[0-9
WRKSRC= ${WRKDIR}
-PYTHON_VERSIONS_ACCEPTED= 27
-PYTHON_VERSIONS_INCOMPATIBLE= 313
+PYTHON_27_ACCEPTED= yes
+PYTHON_VERSIONS_ACCEPTED= 312 311 310 27
NO_BUILD= yes
REPLACE_PYTHON= *.py
Index: pkgsrc/textproc/py-feedparser5/Makefile
diff -u pkgsrc/textproc/py-feedparser5/Makefile:1.6 pkgsrc/textproc/py-feedparser5/Makefile:1.7
--- pkgsrc/textproc/py-feedparser5/Makefile:1.6 Mon Oct 14 07:29:32 2024
+++ pkgsrc/textproc/py-feedparser5/Makefile Thu Oct 9 10:59:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/10/14 07:29:32 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/10/09 10:59:53 wiz Exp $
DISTNAME= feedparser-5.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ PREV_PKGPATH= textproc/py-feedparser
USE_LANGUAGES= #none
PYTHON_27_ACCEPTED= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 313
+PYTHON_VERSIONS_ACCEPTED= 312 311 310 27
.include "../../lang/python/pyversion.mk"
Home |
Main Index |
Thread Index |
Old Index