]> git.ipfire.org Git - thirdparty/automake.git/commit
python: properly uninstall __pycache__ in subdirectories
authorLukas Fleischer <lfleischer@lfos.de>
Thu, 30 Jan 2020 02:12:29 +0000 (18:12 -0800)
committerKarl Berry <karl@freefriends.org>
Thu, 30 Jan 2020 02:12:29 +0000 (18:12 -0800)
commit6207236f9bf29dc84b892e482439591b5cf9603b
tree5f95aaa9b8497daaf67840f12da78b79effc8bd2
parentb279a0d46dfeca1ca40057c3c910ab1657d60be5
python: properly uninstall __pycache__ in subdirectories

This change finishes fixing automake bug#32088:
https://debbugs.gnu.org/32088

* lib/am/python.am (uninstall-%DIR%PYTHON): Uninstall
byte-compiled files in a '__pycache__' subdirectory
from sub/__pycache__/, not __pycache__/sub/.
(am__pep3147_tweak): prefix __pycache__ here, for both .pyc and .pyo.
https://lists.gnu.org/archive/html/automake-patches/2018-05/msg00000.html
* t/instmany-python.sh (limit): increase to 4500, following
Andreas Huettel, https://debbugs.gnu.org/32088#11.
lib/am/python.am
t/instmany-python.sh