Thu Dec 30 11:52:48 2021 UTC ()
python36: removed


(adam)
diff -r1.618 -r1.619 pkgsrc/lang/Makefile
diff -r1.1 -r0 pkgsrc/lang/py36-html-docs/DESCR
diff -r1.16 -r0 pkgsrc/lang/py36-html-docs/Makefile
diff -r1.8 -r0 pkgsrc/lang/py36-html-docs/PLIST
diff -r1.17 -r0 pkgsrc/lang/py36-html-docs/distinfo
diff -r1.139 -r1.140 pkgsrc/lang/python/pyversion.mk
diff -r1.2 -r0 pkgsrc/lang/python36/ALTERNATIVES
diff -r1.1 -r0 pkgsrc/lang/python36/DESCR
diff -r1.1 -r0 pkgsrc/lang/python36/PLIST.Darwin
diff -r1.1 -r0 pkgsrc/lang/python36/PLIST.FreeBSD
diff -r1.1 -r0 pkgsrc/lang/python36/PLIST.IRIX
diff -r1.1 -r0 pkgsrc/lang/python36/buildlink3.mk
diff -r1.33 -r0 pkgsrc/lang/python36/Makefile
diff -r1.16 -r0 pkgsrc/lang/python36/PLIST
diff -r1.16 -r0 pkgsrc/lang/python36/dist.mk
diff -r1.3 -r0 pkgsrc/lang/python36/PLIST.Linux
diff -r1.3 -r0 pkgsrc/lang/python36/PLIST.SunOS
diff -r1.40 -r0 pkgsrc/lang/python36/distinfo
diff -r1.5 -r0 pkgsrc/lang/python36/options.mk
diff -r1.1 -r0 pkgsrc/lang/python36/patches/patch-Lib_ctypes_____init____.py
diff -r1.1 -r0 pkgsrc/lang/python36/patches/patch-Lib_distutils_unixccompiler.py
diff -r1.1 -r0 pkgsrc/lang/python36/patches/patch-Modules_makesetup
diff -r1.1 -r0 pkgsrc/lang/python36/patches/patch-Modules_nismodule.c
diff -r1.1 -r0 pkgsrc/lang/python36/patches/patch-Modules_socketmodule.h
diff -r1.1 -r0 pkgsrc/lang/python36/patches/patch-Python_thread__pthread.h
diff -r1.1 -r0 pkgsrc/lang/python36/patches/patch-pyconfig.h.in
diff -r1.2 -r0 pkgsrc/lang/python36/patches/patch-Lib_ctypes_util.py
diff -r1.2 -r0 pkgsrc/lang/python36/patches/patch-Lib_distutils_command_install.py
diff -r1.2 -r0 pkgsrc/lang/python36/patches/patch-Lib_distutils_sysconfig.py
diff -r1.2 -r0 pkgsrc/lang/python36/patches/patch-Lib_lib2to3_pgen2_driver.py
diff -r1.2 -r0 pkgsrc/lang/python36/patches/patch-Lib_sysconfig.py
diff -r1.2 -r0 pkgsrc/lang/python36/patches/patch-Modules_socketmodule.c
diff -r1.2 -r0 pkgsrc/lang/python36/patches/patch-Python_pylifecycle.c
diff -r1.6 -r0 pkgsrc/lang/python36/patches/patch-Makefile.pre.in
diff -r1.6 -r0 pkgsrc/lang/python36/patches/patch-setup.py
diff -r1.13 -r0 pkgsrc/lang/python36/patches/patch-configure

cvs diff -r1.618 -r1.619 pkgsrc/lang/Makefile (expand / switch to context diff)
--- pkgsrc/lang/Makefile 2021/12/29 06:06:51 1.618
+++ pkgsrc/lang/Makefile 2021/12/30 11:52:47 1.619
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.618 2021/12/29 06:06:51 taca Exp $
+# $NetBSD: Makefile,v 1.619 2021/12/30 11:52:47 adam Exp $
 #
 
 COMMENT=	Programming languages
@@ -222,13 +222,11 @@
 SUBDIR+=	py-uncompyle6
 SUBDIR+=	py27-html-docs
 SUBDIR+=	py310-html-docs
-SUBDIR+=	py36-html-docs
 SUBDIR+=	py37-html-docs
 SUBDIR+=	py38-html-docs
 SUBDIR+=	py39-html-docs
 SUBDIR+=	python27
 SUBDIR+=	python310
-SUBDIR+=	python36
 SUBDIR+=	python37
 SUBDIR+=	python38
 SUBDIR+=	python39

File Deleted: pkgsrc/lang/py36-html-docs/Attic/DESCR

File Deleted: pkgsrc/lang/py36-html-docs/Attic/Makefile

File Deleted: pkgsrc/lang/py36-html-docs/Attic/PLIST

File Deleted: pkgsrc/lang/py36-html-docs/Attic/distinfo

cvs diff -r1.139 -r1.140 pkgsrc/lang/python/pyversion.mk (expand / switch to context diff)
--- pkgsrc/lang/python/pyversion.mk 2021/10/10 19:10:41 1.139
+++ pkgsrc/lang/python/pyversion.mk 2021/12/30 11:52:48 1.140
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.139 2021/10/10 19:10:41 adam Exp $
+# $NetBSD: pyversion.mk,v 1.140 2021/12/30 11:52:48 adam Exp $
 
 # This file determines which Python version is used as a dependency for
 # a package.
@@ -8,7 +8,7 @@
 # PYTHON_VERSION_DEFAULT
 #	The preferred Python version to use.
 #
-#	Possible values: 27 36 37 38 39 310
+#	Possible values: 27 37 38 39 310
 #	Default: 39
 #
 # === Infrastructure variables ===
@@ -27,13 +27,13 @@
 #	order of the entries matters, since earlier entries are
 #	preferred over later ones.
 #
-#	Possible values: 310 39 38 37 36 27
-#	Default: 310 39 38 37 36 27
+#	Possible values: 310 39 38 37 27
+#	Default: 310 39 38 37 27
 #
 # PYTHON_VERSIONS_INCOMPATIBLE
 #	The Python versions that are NOT acceptable for the package.
 #
-#	Possible values: 27 36 37 38 39 310
+#	Possible values: 27 37 38 39 310
 #	Default: (empty)
 #
 # PYTHON_FOR_BUILD_ONLY
@@ -85,7 +85,7 @@
 BUILD_DEFS_EFFECTS+=	PYPACKAGE
 
 PYTHON_VERSION_DEFAULT?=		39
-PYTHON_VERSIONS_ACCEPTED?=		310 39 38 37 36 27
+PYTHON_VERSIONS_ACCEPTED?=		310 39 38 37 27
 PYTHON_VERSIONS_INCOMPATIBLE?=		# empty by default
 
 # transform the list into individual variables

File Deleted: pkgsrc/lang/python36/Attic/ALTERNATIVES

File Deleted: pkgsrc/lang/python36/Attic/DESCR

File Deleted: pkgsrc/lang/python36/Attic/PLIST.Darwin

File Deleted: pkgsrc/lang/python36/Attic/PLIST.FreeBSD

File Deleted: pkgsrc/lang/python36/Attic/PLIST.IRIX

File Deleted: pkgsrc/lang/python36/Attic/buildlink3.mk

File Deleted: pkgsrc/lang/python36/Attic/Makefile

File Deleted: pkgsrc/lang/python36/Attic/PLIST

File Deleted: pkgsrc/lang/python36/Attic/dist.mk

File Deleted: pkgsrc/lang/python36/Attic/PLIST.Linux

File Deleted: pkgsrc/lang/python36/Attic/PLIST.SunOS

File Deleted: pkgsrc/lang/python36/Attic/distinfo

File Deleted: pkgsrc/lang/python36/Attic/options.mk

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-Lib_ctypes_____init____.py

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-Lib_distutils_unixccompiler.py

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-Modules_makesetup

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-Modules_nismodule.c

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-Modules_socketmodule.h

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-Python_thread__pthread.h

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-pyconfig.h.in

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-Lib_ctypes_util.py

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-Lib_distutils_command_install.py

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-Lib_distutils_sysconfig.py

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-Lib_lib2to3_pgen2_driver.py

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-Lib_sysconfig.py

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-Modules_socketmodule.c

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-Python_pylifecycle.c

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-Makefile.pre.in

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-setup.py

File Deleted: pkgsrc/lang/python36/patches/Attic/patch-configure