Skip to content

Commit

Permalink
Update PLIST.{Linux,SunOS} to reflect removed plat-* modules.
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
leot committed Jan 19, 2017
1 parent 2e755bb commit 6ea1a7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
11 changes: 1 addition & 10 deletions lang/python36/PLIST.Linux
Original file line number Diff line number Diff line change
@@ -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
13 changes: 0 additions & 13 deletions lang/python36/PLIST.SunOS

This file was deleted.

0 comments on commit 6ea1a7a

Please sign in to comment.