Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A516D7A111 for ; Thu, 19 Jan 2017 11:15:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5612285641; Thu, 19 Jan 2017 11:15:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB5BF855E0 for ; Thu, 19 Jan 2017 11:15:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NbRS5tHmvAn3 for ; Thu, 19 Jan 2017 11:15:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 60DD38556D for ; Thu, 19 Jan 2017 11:15:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B746FBA6; Thu, 19 Jan 2017 11:15:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484824552266170" MIME-Version: 1.0 Date: Thu, 19 Jan 2017 11:15:52 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/lang/python36 To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170119111552.5B746FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1484824552266170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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 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. --_----------=_1484824552266170 Content-Disposition: inline Content-Length: 995 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1484824552266170--