Merge pull request #2141 from avsej/libcouchbase-2.6.1
[unleashed-userland.git] / transforms / python-3-soabi
blob02e464a4f37c6b95832134cdca35cabe471692ba
1 # Python 2's ABI for .so files is to simply append ".so".  But for Python
2 # 3, it appends ".cpython-3#[d][m][u].so", where # is the minor version,
3 # "d" is added if built --with-pydebug (we don't), "m" is added if built
4 # --with-pymalloc (we do) and "u" is added if built --with-wide-unicode
5 # (we don't).  See http://legacy.python.org/dev/peps/pep-3149/ for details.
6 <transform file -> edit path \
7     (usr/lib/python3.)([0-9])(/vendor-packages/.*)\.so \
8     \\1\\2\\3.cpython-3\\2m.so >