pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-nose



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  9 11:11:16 UTC 2025

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

Log Message:
py-nose: not for Python 3.14 (uses 2to3)


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



Home | Main Index | Thread Index | Old Index