pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  9 10:46:19 UTC 2025

Modified Files:
        pkgsrc/lang/python: batteries-included.mk

Log Message:
python/batteries-included.mk: remove references to python 3.8 and 3.9

PR 59698.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/python/batteries-included.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/python/batteries-included.mk
diff -u pkgsrc/lang/python/batteries-included.mk:1.2 pkgsrc/lang/python/batteries-included.mk:1.3
--- pkgsrc/lang/python/batteries-included.mk:1.2        Mon Oct 23 06:46:38 2023
+++ pkgsrc/lang/python/batteries-included.mk    Thu Oct  9 10:46:19 2025
@@ -1,11 +1,9 @@
-# $NetBSD: batteries-included.mk,v 1.2 2023/10/23 06:46:38 wiz Exp $
+# $NetBSD: batteries-included.mk,v 1.3 2025/10/09 10:46:19 wiz Exp $
 #
 # Makefile fragment that pulls in the required Python versions
 # that provide formerly separately packaged Python modules.
 
 BUILDLINK_API_DEPENDS.python27+=       python27>=2.7.18nb12
-BUILDLINK_API_DEPENDS.python38+=       python38>=3.8.18nb1
-BUILDLINK_API_DEPENDS.python39+=       python39>=3.9.18nb1
 BUILDLINK_API_DEPENDS.python310+=      python310>=3.10.13nb1
 BUILDLINK_API_DEPENDS.python311+=      python311>=3.11.6nb1
 BUILDLINK_API_DEPENDS.python312+=      python312>=3.12.0nb1



Home | Main Index | Thread Index | Old Index