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 9 20:00:30 UTC 2024
Modified Files:
pkgsrc/lang: Makefile
pkgsrc/lang/python: pyversion.mk
Removed Files:
pkgsrc/lang/py38-html-docs: DESCR Makefile PLIST distinfo
pkgsrc/lang/python38: 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/python38/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-Makefile.pre.in patch-Modules_makesetup
patch-Modules_nismodule.c patch-Modules_posixmodule.c
patch-Modules_socketmodule.c patch-Modules_socketmodule.h
patch-Modules_timemodule.c patch-Python_bootstrap__hash.c
patch-Python_pytime.c patch-Python_thread__pthread.h
patch-configure patch-pyconfig.h.in patch-setup.py
Log Message:
python38 py38-html-docs: removed; end of life as of 2024-10-07
To generate a diff of this commit:
cvs rdiff -u -r1.734 -r1.735 pkgsrc/lang/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/py38-html-docs/DESCR
cvs rdiff -u -r1.21 -r0 pkgsrc/lang/py38-html-docs/Makefile
cvs rdiff -u -r1.11 -r0 pkgsrc/lang/py38-html-docs/PLIST
cvs rdiff -u -r1.23 -r0 pkgsrc/lang/py38-html-docs/distinfo
cvs rdiff -u -r1.165 -r1.166 pkgsrc/lang/python/pyversion.mk
cvs rdiff -u -r1.2 -r0 pkgsrc/lang/python38/ALTERNATIVES \
pkgsrc/lang/python38/buildlink3.mk pkgsrc/lang/python38/options.mk
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/python38/DESCR \
pkgsrc/lang/python38/PLIST.Darwin pkgsrc/lang/python38/PLIST.FreeBSD \
pkgsrc/lang/python38/PLIST.IRIX pkgsrc/lang/python38/PLIST.Linux \
pkgsrc/lang/python38/PLIST.SunOS pkgsrc/lang/python38/platname.mk
cvs rdiff -u -r1.41 -r0 pkgsrc/lang/python38/Makefile
cvs rdiff -u -r1.16 -r0 pkgsrc/lang/python38/PLIST
cvs rdiff -u -r1.21 -r0 pkgsrc/lang/python38/dist.mk
cvs rdiff -u -r1.35 -r0 pkgsrc/lang/python38/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/python38/patches/patch-Lib_ctypes_util.py \
pkgsrc/lang/python38/patches/patch-Lib_distutils_sysconfig.py \
pkgsrc/lang/python38/patches/patch-Lib_distutils_unixccompiler.py \
pkgsrc/lang/python38/patches/patch-Lib_sysconfig.py \
pkgsrc/lang/python38/patches/patch-Makefile.pre.in \
pkgsrc/lang/python38/patches/patch-Modules_makesetup \
pkgsrc/lang/python38/patches/patch-Modules_nismodule.c \
pkgsrc/lang/python38/patches/patch-Python_bootstrap__hash.c \
pkgsrc/lang/python38/patches/patch-Python_pytime.c \
pkgsrc/lang/python38/patches/patch-Python_thread__pthread.h
cvs rdiff -u -r1.2 -r0 \
pkgsrc/lang/python38/patches/patch-Lib_lib2to3_pgen2_driver.py \
pkgsrc/lang/python38/patches/patch-Modules_posixmodule.c \
pkgsrc/lang/python38/patches/patch-Modules_socketmodule.c \
pkgsrc/lang/python38/patches/patch-Modules_socketmodule.h \
pkgsrc/lang/python38/patches/patch-Modules_timemodule.c
cvs rdiff -u -r1.9 -r0 pkgsrc/lang/python38/patches/patch-configure
cvs rdiff -u -r1.3 -r0 pkgsrc/lang/python38/patches/patch-pyconfig.h.in
cvs rdiff -u -r1.7 -r0 pkgsrc/lang/python38/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.734 pkgsrc/lang/Makefile:1.735
--- pkgsrc/lang/Makefile:1.734 Wed Oct 9 19:53:19 2024
+++ pkgsrc/lang/Makefile Wed Oct 9 20:00:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.734 2024/10/09 19:53:19 adam Exp $
+# $NetBSD: Makefile,v 1.735 2024/10/09 20:00:28 adam Exp $
#
COMMENT= Programming languages
@@ -283,14 +283,12 @@ SUBDIR+= py310-html-docs
SUBDIR+= py311-html-docs
SUBDIR+= py312-html-docs
SUBDIR+= py313-html-docs
-SUBDIR+= py38-html-docs
SUBDIR+= py39-html-docs
SUBDIR+= python27
SUBDIR+= python310
SUBDIR+= python311
SUBDIR+= python312
SUBDIR+= python313
-SUBDIR+= python38
SUBDIR+= python39
SUBDIR+= qbe
SUBDIR+= qore
Index: pkgsrc/lang/python/pyversion.mk
diff -u pkgsrc/lang/python/pyversion.mk:1.165 pkgsrc/lang/python/pyversion.mk:1.166
--- pkgsrc/lang/python/pyversion.mk:1.165 Wed Oct 9 19:57:19 2024
+++ pkgsrc/lang/python/pyversion.mk Wed Oct 9 20:00:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.165 2024/10/09 19:57:19 adam Exp $
+# $NetBSD: pyversion.mk,v 1.166 2024/10/09 20:00:28 adam Exp $
# This file should be included by packages as a way to depend on
# python when none of the other methods are appropriate, e.g. a
@@ -36,7 +36,7 @@
# PYTHON_VERSIONS_INCOMPATIBLE
# The Python versions that are NOT acceptable for the package.
#
-# Possible values: 27 38 39 310 311 312 313
+# Possible values: 27 39 310 311 312 313
# Default: (empty)
#
# PYTHON_FOR_BUILD_ONLY
@@ -61,7 +61,7 @@
# Version of python that will be used in this build, as
# a three-digit number of major_version * 100 + minor_version.
#
-# Examples: 207, 308, 309, 310, 311, 312, 313
+# Examples: 207, 309, 310, 311, 312, 313
#
# PYPKGPREFIX
# The prefix to use in PKGNAME for extensions which are meant
Home |
Main Index |
Thread Index |
Old Index