From b7829f857ea252280b9790bdc225ac9ab384a5d5 Mon Sep 17 00:00:00 2001
From: Aurelien Larcher <aurelien.larcher@gmail.com>
Date: Sun, 10 Jan 2021 23:31:56 +0100
Subject: [PATCH] transforms: fixup python-3-soabi (solaris-userland)

---
 transforms/python-3-soabi |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/transforms/python-3-soabi b/transforms/python-3-soabi
index 24c59ef..1c31cbd 100644
--- a/transforms/python-3-soabi
+++ b/transforms/python-3-soabi
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2020, Oracle and/or its affiliates. All rights reserved.
 #
 
 # Python 2's ABI for .so files is to simply append ".so".  But for Python
@@ -28,9 +28,13 @@
 # "d" is added if built --with-pydebug (we don't), "m" is added if built
 # --with-pymalloc (we do) and "u" is added if built --with-wide-unicode
 # (we don't).  See http://legacy.python.org/dev/peps/pep-3149/ for details.
-$(PY3_CYTHON_NAMING)<transform file -> edit path \
-$(PY3_CYTHON_NAMING)      (usr/lib/python3.)([4-9])(/vendor-packages/(.*/)?(64/)?.*)\.so$ \
-$(PY3_CYTHON_NAMING)      \\1\\2\\3.cpython-3\\2m.so >
+$(PY3_CPYTHON_NAMING)<transform file -> edit path \
+$(PY3_CPYTHON_NAMING)      (usr/lib/python3.)([4-7])(/vendor-packages/(.*/)?(64/)?.*)\.so$ \
+$(PY3_CPYTHON_NAMING)      \\1\\2\\3.cpython-3\\2m.so >
+
+$(PY3_CPYTHON_NAMING)<transform file -> edit path \
+$(PY3_CPYTHON_NAMING)      (usr/lib/python3.)([8-9])(/vendor-packages/(.*/)?(64/)?.*)\.so$ \
+$(PY3_CPYTHON_NAMING)      \\1\\2\\3.cpython-3\\2.so >
 
 # A newer version of python setup tools enables to create ABI3 compliant
 # extensions that should support all python3.X versions where X >= 2.

--
Gitblit v1.9.3