FS#64615 - [python] detect old python modules
Attached to Project:
Arch Linux
Opened by Simon Legner (simon04) - Friday, 22 November 2019, 18:30 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:24 GMT
Opened by Simon Legner (simon04) - Friday, 22 November 2019, 18:30 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:24 GMT
|
Details
Description:
After an upgrade from 3.7 to 3.8 many/all python packages from AUR need to be repackaged/reinstalled. I would like to propose adding a hook to `python` which checks for old python modules as is done for core/perl. This is the relevant shell script, https://git.archlinux.org/svntogit/packages.git/tree/trunk/detect-old-perl-modules.sh?h=packages/perl |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:24 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/python/issues/7
Saturday, 25 November 2023, 20:24 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/python/issues/7
FS#79504With this rationale then there should be an issue opened for `core/perl` to _remove_ that functionality from there, since `rebuild-detector` also is for checking perl: -->
FS#79515Anyway, `checkrebuild` from `rebuild-detector` takes _much much longer_ than the specifically targeted pacman hooks, since it also checks dynamic linking of binaries, so I also second the feature request to add a specific check to `core/python`.