pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python36 Update PLIST.{Linux, SunOS} to reflect re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f6fa597bcd9
branches:  trunk
changeset: 357398:4f6fa597bcd9
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Jan 19 11:15:52 2017 +0000

description:
Update PLIST.{Linux,SunOS} to reflect removed plat-* modules.

According to Python 3.6 changelog:

 The undocumented IN, CDROM, DLFCN, TYPES, CDIO, and STROPTS modules have been
 removed. They had been available in the platform specific Lib/plat-*/
 directories, but were chronically out of date, inconsistently available across
 platforms, and unmaintained. The script that created these modules is still
 available in the source distribution at Tools/scripts/h2py.py.

No PKGREVISION bump since they failed to install on these platforms.

TODO: PLIST.IRIX entries seems to still contains plat-* modules but the ones
TODO: contained are not explicitly documented in the changelog, so they can
TODO: maybe still installed.

Pointed out by Joyent's Linux and SmartOS bulk builds and thanks to <jperkin>
for testing it!

diffstat:

 lang/python36/PLIST.Linux |  11 +----------
 lang/python36/PLIST.SunOS |  13 -------------
 2 files changed, 1 insertions(+), 23 deletions(-)

diffs (33 lines):

diff -r d814acb7edd0 -r 4f6fa597bcd9 lang/python36/PLIST.Linux
--- a/lang/python36/PLIST.Linux Thu Jan 19 10:57:48 2017 +0000
+++ b/lang/python36/PLIST.Linux Thu Jan 19 11:15:52 2017 +0000
@@ -1,11 +1,2 @@
-@comment $NetBSD: PLIST.Linux,v 1.1 2017/01/01 14:34:27 adam Exp $
+@comment $NetBSD: PLIST.Linux,v 1.2 2017/01/19 11:15:52 leot Exp $
 lib/python${PY_VER_SUFFIX}/lib-dynload/ossaudiodev.so
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDROM.py
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDROM.pyc
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDROM.pyo
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/DLFCN.py
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/DLFCN.pyc
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/DLFCN.pyo
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/TYPES.py
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/TYPES.pyc
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/TYPES.pyo
diff -r d814acb7edd0 -r 4f6fa597bcd9 lang/python36/PLIST.SunOS
--- a/lang/python36/PLIST.SunOS Thu Jan 19 10:57:48 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-@comment $NetBSD: PLIST.SunOS,v 1.1 2017/01/01 14:34:27 adam Exp $
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDIO.py
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDIO.pyc
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/CDIO.pyo
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/DLFCN.py
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/DLFCN.pyc
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/DLFCN.pyo
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/STROPTS.py
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/STROPTS.pyc
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/STROPTS.pyo
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/TYPES.py
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/TYPES.pyc
-lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/TYPES.pyo



Home | Main Index | Thread Index | Old Index