Aurelien Larcher
2021-01-10 5d12750f585374aad56c615bcd6d44cdd07c7bed
transforms: python-3-no-32bit should apply rule for >= 5
1 files modified
6 ■■■■ changed files
transforms/python-3-no-32bit 6 ●●●● patch | view | raw | blame | history
transforms/python-3-no-32bit
@@ -24,10 +24,10 @@
#
#
# For Python 3.5: drop the path with /64/ in it (i.e., we put the 64-bit
# For Python >= 3.5: drop the path with /64/ in it (i.e., we put the 64-bit
# library in the 32-bit path for simplicity), and tell pkglint that
# doing so is OK.
#
<transform file path=usr/lib/python3.5/vendor-packages(.*/64/).+\.so$ -> drop>
<transform file path=usr/lib/python3.5/vendor-packages(?!.*/64/).+\.so$ -> \
<transform file path=usr/lib/python3.([5-9])/vendor-packages(.*/64/).+\.so$ -> drop>
<transform file path=usr/lib/python3.([5-9])/vendor-packages(?!.*/64/).+\.so$ -> \
    add pkg.linted.userland.action001.2 true>