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:           Sun Oct 20 14:17:25 UTC 2024

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

Log Message:
py-nose: does not support Python 3.13


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/devel/py-nose/Makefile:1.25
--- pkgsrc/devel/py-nose/Makefile:1.24  Tue Apr 30 14:45:54 2024
+++ pkgsrc/devel/py-nose/Makefile       Sun Oct 20 14:17:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2024/04/30 14:45:54 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2024/10/20 14:17:25 wiz Exp $
 
 DISTNAME=      nose-1.3.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-coverage-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  313
 
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index