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:           Fri Oct 10 11:25:16 UTC 2025

Modified Files:
        pkgsrc/devel/py-nose: Makefile
        pkgsrc/textproc/py-feedparser5: Makefile

Log Message:
*: do not support Python 3.10 due to their dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-nose/Makefile
cvs rdiff -u -r1.7 -r1.8 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/devel/py-nose/Makefile
diff -u pkgsrc/devel/py-nose/Makefile:1.28 pkgsrc/devel/py-nose/Makefile:1.29
--- pkgsrc/devel/py-nose/Makefile:1.28  Thu Oct  9 11:11:16 2025
+++ pkgsrc/devel/py-nose/Makefile       Fri Oct 10 11:25:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2025/10/09 11:11:16 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2025/10/10 11:25:16 wiz Exp $
 
 DISTNAME=      nose-1.3.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-coverage-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_ACCEPTED=      312 311 310
+PYTHON_VERSIONS_ACCEPTED=      312 311
 
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 

Index: pkgsrc/textproc/py-feedparser5/Makefile
diff -u pkgsrc/textproc/py-feedparser5/Makefile:1.7 pkgsrc/textproc/py-feedparser5/Makefile:1.8
--- pkgsrc/textproc/py-feedparser5/Makefile:1.7 Thu Oct  9 10:59:53 2025
+++ pkgsrc/textproc/py-feedparser5/Makefile     Fri Oct 10 11:25:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2025/10/09 10:59:53 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/10/10 11:25:16 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_ACCEPTED=      312 311 310 27
+PYTHON_VERSIONS_ACCEPTED=      312 311 27
 
 .include "../../lang/python/pyversion.mk"
 



Home | Main Index | Thread Index | Old Index