pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-idle



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 15 21:31:51 UTC 2025

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

Log Message:
py-idle: remove 3.10 from accepted python versions


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-idle/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-idle/Makefile
diff -u pkgsrc/devel/py-idle/Makefile:1.42 pkgsrc/devel/py-idle/Makefile:1.43
--- pkgsrc/devel/py-idle/Makefile:1.42  Thu Aug 15 22:04:25 2024
+++ pkgsrc/devel/py-idle/Makefile       Tue Jul 15 21:31:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2024/08/15 22:04:25 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2025/07/15 21:31:51 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-idle-${PY_DISTVERSION}
 CATEGORIES=    devel python
@@ -12,7 +12,7 @@ DEPENDS+=     ${PYPKGPREFIX}-Tk-[0-9]*:../..
 PY_PATCHPLIST= yes
 
 # srcdist.mk needs to be adapted for distutils removal in 3.12
-PYTHON_VERSIONS_ACCEPTED=      311 310 27
+PYTHON_VERSIONS_ACCEPTED=      311 27
 
 #
 # With Python-2.3 and up, the Idle code is part of the base library.



Home | Main Index | Thread Index | Old Index