From a9d9d3a4272303bf226b9deb55c42303e4fcebdc Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 27 Feb 2023 22:01:32 +0100 Subject: lang/python: Revert "add bytecode trigger" This reverts commit c17ddfbf66e2801ec620d49979aca3d7077d7002. This causes breakage on several ports, and the next iteration requires a full exp-run. See: Differential Revision: https://reviews.freebsd.org/D34739 --- UPDATING | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 3f599f6b93bf..8b85cb1b5efc 100644 --- a/UPDATING +++ b/UPDATING @@ -48,23 +48,6 @@ you update your ports collection, before attempting any port upgrades. # pkg set -o databases/mysql57-server:databases/mysql80-server # pkg upgrade -20230215: - AFFECTS: users of python - AUTHOR: vishwin@FreeBSD.org - - A trigger has been added to the lang/python3* ports to compile, - write and remove bytecode files (.pyc) in site-packages after all - pkg transactions have been completed. pkg will no longer manage - such files directly, as they are meant to be generated after - installation. - - For those ports/packages that still package bytecode, some package - checksum mismatches on those files may occur. This is harmless - and will be rectified. - - Technical details available at: - https://wiki.freebsd.org/Python/CompiledPackages - 20230213: Affects: users of sysutils/nut* AUTHOR: cy@FreeBSD.org -- cgit v1.2.3