fritzkink
2023-12-25 851cd5721904afd5369055381778e81a271b5bde
transforms/python-3-soabi
@@ -27,7 +27,7 @@
# See http://legacy.python.org/dev/peps/pep-3149/ and
# https://github.com/python/cpython/issues/80888 for details.
$(PY3_CPYTHON_NAMING)<transform file -> edit path \
$(PY3_CPYTHON_NAMING)      (usr/lib/python3\.)(\d+)(/vendor-packages/(.*/)?(64/)?.*)\.so$ \
$(PY3_CPYTHON_NAMING)      "(usr/lib/python3\.)(\d+)(/vendor-packages/(.*/)?(64/)?.*)\.so$" \
$(PY3_CPYTHON_NAMING)      \\1\\2\\3.cpython-3\\2.so >
# It is also possible to create ABI3 compliant extensions that should support
@@ -35,5 +35,5 @@
# indicate the usage of the limited API.
# See https://www.python.org/dev/peps/pep-0384/ for more information.
$(PY3_ABI3_NAMING)<transform file -> edit path \
$(PY3_ABI3_NAMING)      (usr/lib/python3\.\d+/vendor-packages/(.*/)?(64/)?.*)\.so$ \
$(PY3_ABI3_NAMING)      "(usr/lib/python3\.\d+/vendor-packages/(.*/)?(64/)?.*)\.so$" \
$(PY3_ABI3_NAMING)      \\1.abi3.so >