summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleot <leot>2017-01-19 11:15:52 +0000
committerleot <leot>2017-01-19 11:15:52 +0000
commit8d3eeb327be47c759eb15df4db66245aad7e8cf9 (patch)
treef7b447a0326d973c82082ecbdacf3f0105c68bc9
parenta547b4d68b9403e2e51b40581b2b8ffd0923738b (diff)
downloadpkgsrc-8d3eeb327be47c759eb15df4db66245aad7e8cf9.tar.gz
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!
-rw-r--r--lang/python36/PLIST.Linux11
-rw-r--r--lang/python36/PLIST.SunOS13
2 files changed, 1 insertions, 23 deletions
diff --git a/lang/python36/PLIST.Linux b/lang/python36/PLIST.Linux
index 44b5d46a116..531748d7bdb 100644
--- a/lang/python36/PLIST.Linux
+++ b/lang/python36/PLIST.Linux
@@ -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 --git a/lang/python36/PLIST.SunOS b/lang/python36/PLIST.SunOS
deleted file mode 100644
index fd3474e0d2d..00000000000
--- a/lang/python36/PLIST.SunOS
+++ /dev/null
@@ -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