pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct  8 07:17:10 UTC 2025

Modified Files:
        pkgsrc/lang: Makefile
        pkgsrc/lang/python: pyversion.mk
Removed Files:
        pkgsrc/lang/py39-html-docs: DESCR Makefile PLIST distinfo
        pkgsrc/lang/python39: ALTERNATIVES DESCR Makefile PLIST PLIST.Darwin
            PLIST.FreeBSD PLIST.IRIX PLIST.Linux PLIST.SunOS buildlink3.mk
            dist.mk distinfo options.mk platname.mk
        pkgsrc/lang/python39/patches: patch-Lib_ctypes_util.py
            patch-Lib_distutils_sysconfig.py
            patch-Lib_distutils_unixccompiler.py
            patch-Lib_lib2to3_pgen2_driver.py patch-Lib_sysconfig.py
            patch-Lib_test_test__shutil.py patch-Makefile.pre.in
            patch-Modules___hashopenssl.c patch-Modules___ssl.c
            patch-Modules_clinic_posixmodule.c.h patch-Modules_makesetup
            patch-Modules_nismodule.c patch-Modules_posixmodule.c
            patch-Modules_socketmodule.c patch-Modules_socketmodule.h
            patch-Python_thread__pthread.h patch-configure patch-pyconfig.h.in
            patch-setup.py

Log Message:
python39: removed; end of life


To generate a diff of this commit:
cvs rdiff -u -r1.771 -r1.772 pkgsrc/lang/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/lang/py39-html-docs/DESCR
cvs rdiff -u -r1.24 -r0 pkgsrc/lang/py39-html-docs/Makefile
cvs rdiff -u -r1.7 -r0 pkgsrc/lang/py39-html-docs/PLIST
cvs rdiff -u -r1.26 -r0 pkgsrc/lang/py39-html-docs/distinfo
cvs rdiff -u -r1.175 -r1.176 pkgsrc/lang/python/pyversion.mk
cvs rdiff -u -r1.2 -r0 pkgsrc/lang/python39/ALTERNATIVES \
    pkgsrc/lang/python39/DESCR pkgsrc/lang/python39/buildlink3.mk
cvs rdiff -u -r1.46 -r0 pkgsrc/lang/python39/Makefile
cvs rdiff -u -r1.14 -r0 pkgsrc/lang/python39/PLIST
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/python39/PLIST.Darwin \
    pkgsrc/lang/python39/PLIST.FreeBSD pkgsrc/lang/python39/PLIST.IRIX \
    pkgsrc/lang/python39/PLIST.Linux pkgsrc/lang/python39/PLIST.SunOS \
    pkgsrc/lang/python39/options.mk pkgsrc/lang/python39/platname.mk
cvs rdiff -u -r1.24 -r0 pkgsrc/lang/python39/dist.mk
cvs rdiff -u -r1.44 -r0 pkgsrc/lang/python39/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/python39/patches/patch-Lib_ctypes_util.py \
    pkgsrc/lang/python39/patches/patch-Lib_distutils_sysconfig.py \
    pkgsrc/lang/python39/patches/patch-Lib_distutils_unixccompiler.py \
    pkgsrc/lang/python39/patches/patch-Lib_lib2to3_pgen2_driver.py \
    pkgsrc/lang/python39/patches/patch-Lib_sysconfig.py \
    pkgsrc/lang/python39/patches/patch-Lib_test_test__shutil.py \
    pkgsrc/lang/python39/patches/patch-Modules___hashopenssl.c \
    pkgsrc/lang/python39/patches/patch-Modules___ssl.c \
    pkgsrc/lang/python39/patches/patch-Modules_clinic_posixmodule.c.h \
    pkgsrc/lang/python39/patches/patch-Modules_makesetup \
    pkgsrc/lang/python39/patches/patch-Modules_nismodule.c
cvs rdiff -u -r1.2 -r0 pkgsrc/lang/python39/patches/patch-Makefile.pre.in \
    pkgsrc/lang/python39/patches/patch-Modules_socketmodule.h \
    pkgsrc/lang/python39/patches/patch-Python_thread__pthread.h
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/lang/python39/patches/patch-Modules_posixmodule.c \
    pkgsrc/lang/python39/patches/patch-Modules_socketmodule.c \
    pkgsrc/lang/python39/patches/patch-pyconfig.h.in
cvs rdiff -u -r1.7 -r0 pkgsrc/lang/python39/patches/patch-configure
cvs rdiff -u -r1.12 -r0 pkgsrc/lang/python39/patches/patch-setup.py

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

Modified files:

Index: pkgsrc/lang/Makefile
diff -u pkgsrc/lang/Makefile:1.771 pkgsrc/lang/Makefile:1.772
--- pkgsrc/lang/Makefile:1.771  Mon Sep 29 14:13:40 2025
+++ pkgsrc/lang/Makefile        Wed Oct  8 07:17:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.771 2025/09/29 14:13:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.772 2025/10/08 07:17:07 adam Exp $
 #
 
 COMMENT=       Programming languages
@@ -294,13 +294,13 @@ SUBDIR+=  py310-html-docs
 SUBDIR+=       py311-html-docs
 SUBDIR+=       py312-html-docs
 SUBDIR+=       py313-html-docs
-SUBDIR+=       py39-html-docs
+SUBDIR+=       py314-html-docs
 SUBDIR+=       python27
 SUBDIR+=       python310
 SUBDIR+=       python311
 SUBDIR+=       python312
 SUBDIR+=       python313
-SUBDIR+=       python39
+SUBDIR+=       python314
 SUBDIR+=       qbe
 SUBDIR+=       qore
 SUBDIR+=       qt6-qtdeclarative

Index: pkgsrc/lang/python/pyversion.mk
diff -u pkgsrc/lang/python/pyversion.mk:1.175 pkgsrc/lang/python/pyversion.mk:1.176
--- pkgsrc/lang/python/pyversion.mk:1.175       Sun Oct  5 22:43:14 2025
+++ pkgsrc/lang/python/pyversion.mk     Wed Oct  8 07:17:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.175 2025/10/05 22:43:14 wiz Exp $
+# $NetBSD: pyversion.mk,v 1.176 2025/10/08 07:17:07 adam Exp $
 
 # This file provides an interface to decide which version of python
 # should be used in building a package.  It should be directly
@@ -79,8 +79,8 @@
 #      normal practice is to list all feasible versions in decreasing
 #      order.
 #
-#      Possible values: 313 312 311
-#      Default: 313 312 311
+#      Possible values: 314 313 312 311
+#      Default: 314 313 312 311
 #
 # PYTHON_27_ACCEPTED
 #       Set if the package can build with 2.7.  (27 should not be
@@ -96,7 +96,7 @@
 #      (27 should not be listed as incompatible, as that's true
 #      unless PYTHON_27_ACCEPTED is set.)
 #
-#      Possible values: 39 310 311 312 313
+#      Possible values: 310 311 312 313 314
 #      Default: (empty)
 #
 # PYTHON_FOR_BUILD_ONLY
@@ -121,7 +121,7 @@
 #      Version of python that will be used in this build, as
 #      a three-digit number of major_version * 100 + minor_version.
 #
-#      Examples: 207, 309, 310, 311, 312, 313
+#      Examples: 207, 310, 311, 312, 313, 314
 #
 # PYPKGPREFIX
 #      The prefix to use in PKGNAME for extensions which are meant
@@ -163,7 +163,7 @@ BUILD_DEFS+=                PYTHON_VERSION_DEFAULT
 BUILD_DEFS_EFFECTS+=   PYPACKAGE
 
 PYTHON_VERSION_DEFAULT?=               313
-PYTHON_VERSIONS_ACCEPTED?=             313 312 311
+PYTHON_VERSIONS_ACCEPTED?=             314 313 312 311
 .if defined(PYTHON_27_ACCEPTED)
 PYTHON_VERSIONS_ACCEPTED+=             27
 .endif



Home | Main Index | Thread Index | Old Index