pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python36



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Jan 19 11:15:52 UTC 2017

Modified Files:
        pkgsrc/lang/python36: PLIST.Linux
Removed Files:
        pkgsrc/lang/python36: PLIST.SunOS

Log Message:
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!


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/python36/PLIST.Linux
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/python36/PLIST.SunOS

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

Modified files:

Index: pkgsrc/lang/python36/PLIST.Linux
diff -u pkgsrc/lang/python36/PLIST.Linux:1.1 pkgsrc/lang/python36/PLIST.Linux:1.2
--- pkgsrc/lang/python36/PLIST.Linux:1.1        Sun Jan  1 14:34:27 2017
+++ pkgsrc/lang/python36/PLIST.Linux    Thu Jan 19 11:15:52 2017
@@ -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



Home | Main Index | Thread Index | Old Index