Skip to content

Commit

Permalink
Fix recognition of target triple for illumos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Sommerfeld committed Feb 21, 2024
1 parent a6d172e commit 16a665b
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 194 deletions.
4 changes: 2 additions & 2 deletions components/python/python-312/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ COMPONENT_INSTALL_ARGS += -e
COMPONENT_POST_INSTALL_ACTION= \
(cd $(PROTOUSRLIBDIR)/python$(PYTHON_VERSION) ; \
$(GSED) -i -e 's|$(SOURCE_DIR)|.|g' -e 's|$(COMPONENT_DIR)|..|g' \
-e 's|$(SPRO_VROOT)/bin/||g' _sysconfigdata__sunos5_.py config-$(PYTHON_VERSION)/Makefile; \
LD_LIBRARY_PATH=$(PROTOUSRLIBDIR64) $(PROTO_DIR)$(PYTHON) -m py_compile _sysconfigdata__sunos5_.py) ;
-e 's|$(SPRO_VROOT)/bin/||g' _sysconfigdata__sunos5_$(GCC_GNU_SHORT_TRIPLET).py config-$(PYTHON_VERSION)-$(GCC_GNU_SHORT_TRIPLET)/Makefile; \
LD_LIBRARY_PATH=$(PROTOUSRLIBDIR64) $(PROTO_DIR)$(PYTHON) -m py_compile _sysconfigdata__sunos5_$(GCC_GNU_SHORT_TRIPLET).py) ;

# Create symlinks without ending '3' for binaries
COMPONENT_POST_INSTALL_ACTION += \
Expand Down
190 changes: 95 additions & 95 deletions components/python/python-312/Python.p5m
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ file path=usr/lib/python$(PYVER)/_pyio.py
file path=usr/lib/python$(PYVER)/_pylong.py
file path=usr/lib/python$(PYVER)/_sitebuiltins.py
file path=usr/lib/python$(PYVER)/_strptime.py
file path=usr/lib/python$(PYVER)/_sysconfigdata__sunos5_.py
file path=usr/lib/python$(PYVER)/_sysconfigdata__sunos5_$(GCC_GNU_SHORT_TRIPLET).py
file path=usr/lib/python$(PYVER)/_threading_local.py
file path=usr/lib/python$(PYVER)/_weakrefset.py
file path=usr/lib/python$(PYVER)/abc.py
Expand Down Expand Up @@ -376,18 +376,18 @@ file path=usr/lib/python$(PYVER)/concurrent/futures/__init__.py
file path=usr/lib/python$(PYVER)/concurrent/futures/_base.py
file path=usr/lib/python$(PYVER)/concurrent/futures/process.py
file path=usr/lib/python$(PYVER)/concurrent/futures/thread.py
file path=usr/lib/python$(PYVER)/config-3.12/Makefile
file path=usr/lib/python$(PYVER)/config-3.12/Setup
file path=usr/lib/python$(PYVER)/config-3.12/Setup.bootstrap
file path=usr/lib/python$(PYVER)/config-3.12/Setup.local
file path=usr/lib/python$(PYVER)/config-3.12/Setup.stdlib
file path=usr/lib/python$(PYVER)/config-3.12/config.c
file path=usr/lib/python$(PYVER)/config-3.12/config.c.in
file path=usr/lib/python$(PYVER)/config-3.12/install-sh
file path=usr/lib/python$(PYVER)/config-3.12/libpython3.12.a
file path=usr/lib/python$(PYVER)/config-3.12/makesetup
file path=usr/lib/python$(PYVER)/config-3.12/python-config.py
file path=usr/lib/python$(PYVER)/config-3.12/python.o
file path=usr/lib/python$(PYVER)/config-3.12-$(GCC_GNU_SHORT_TRIPLET)/Makefile
file path=usr/lib/python$(PYVER)/config-3.12-$(GCC_GNU_SHORT_TRIPLET)/Setup
file path=usr/lib/python$(PYVER)/config-3.12-$(GCC_GNU_SHORT_TRIPLET)/Setup.bootstrap
file path=usr/lib/python$(PYVER)/config-3.12-$(GCC_GNU_SHORT_TRIPLET)/Setup.local
file path=usr/lib/python$(PYVER)/config-3.12-$(GCC_GNU_SHORT_TRIPLET)/Setup.stdlib
file path=usr/lib/python$(PYVER)/config-3.12-$(GCC_GNU_SHORT_TRIPLET)/config.c
file path=usr/lib/python$(PYVER)/config-3.12-$(GCC_GNU_SHORT_TRIPLET)/config.c.in
file path=usr/lib/python$(PYVER)/config-3.12-$(GCC_GNU_SHORT_TRIPLET)/install-sh
file path=usr/lib/python$(PYVER)/config-3.12-$(GCC_GNU_SHORT_TRIPLET)/libpython3.12.a
file path=usr/lib/python$(PYVER)/config-3.12-$(GCC_GNU_SHORT_TRIPLET)/makesetup
file path=usr/lib/python$(PYVER)/config-3.12-$(GCC_GNU_SHORT_TRIPLET)/python-config.py
file path=usr/lib/python$(PYVER)/config-3.12-$(GCC_GNU_SHORT_TRIPLET)/python.o
file path=usr/lib/python$(PYVER)/configparser.py
file path=usr/lib/python$(PYVER)/contextlib.py
file path=usr/lib/python$(PYVER)/contextvars.py
Expand Down Expand Up @@ -638,88 +638,88 @@ file path=usr/lib/python$(PYVER)/json/encoder.py
file path=usr/lib/python$(PYVER)/json/scanner.py
file path=usr/lib/python$(PYVER)/json/tool.py
file path=usr/lib/python$(PYVER)/keyword.py
file path=usr/lib/python$(PYVER)/lib-dynload/_asyncio.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_bisect.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_blake2.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_bz2.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_codecs_cn.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_codecs_hk.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_codecs_iso2022.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_codecs_jp.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_codecs_kr.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_codecs_tw.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_contextvars.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_crypt.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_csv.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_ctypes.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_ctypes_test.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_curses.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_curses_panel.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_datetime.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_dbm.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_decimal.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_elementtree.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_gdbm.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_hashlib.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_heapq.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_json.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_lsprof.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_lzma.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_md5.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_multibytecodec.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_multiprocessing.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_opcode.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_pickle.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_posixshmem.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_posixsubprocess.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_queue.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_random.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_sha1.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_sha2.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_sha3.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_socket.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_sqlite3.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_ssl.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_statistics.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_struct.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_testbuffer.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_testcapi.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_testclinic.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_testimportmultiple.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_testinternalcapi.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_testmultiphase.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_testsinglephase.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_uuid.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_xxinterpchannels.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_xxsubinterpreters.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_xxtestfuzz.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_zoneinfo.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/array.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/audioop.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/binascii.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/cmath.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/dlpi.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/fcntl.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/grp.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/math.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/mmap.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/nis.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/ossaudiodev.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/privileges.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/pyexpat.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/rbac.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/readline.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/resource.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/select.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/spwd.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/syslog.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/termios.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/ucred.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/unicodedata.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/xxlimited.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/xxlimited_35.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/xxsubtype.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/zlib.cpython-312.so
file path=usr/lib/python$(PYVER)/lib-dynload/_asyncio.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_bisect.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_blake2.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_bz2.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_codecs_cn.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_codecs_hk.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_codecs_iso2022.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_codecs_jp.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_codecs_kr.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_codecs_tw.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_contextvars.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_crypt.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_csv.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_ctypes.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_ctypes_test.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_curses.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_curses_panel.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_datetime.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_dbm.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_decimal.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_elementtree.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_gdbm.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_hashlib.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_heapq.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_json.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_lsprof.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_lzma.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_md5.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_multibytecodec.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_multiprocessing.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_opcode.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_pickle.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_posixshmem.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_posixsubprocess.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_queue.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_random.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_sha1.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_sha2.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_sha3.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_socket.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_sqlite3.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_ssl.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_statistics.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_struct.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_testbuffer.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_testcapi.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_testclinic.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_testimportmultiple.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_testinternalcapi.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_testmultiphase.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_testsinglephase.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_uuid.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_xxinterpchannels.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_xxsubinterpreters.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_xxtestfuzz.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/_zoneinfo.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/array.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/audioop.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/binascii.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/cmath.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/dlpi.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/fcntl.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/grp.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/math.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/mmap.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/nis.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/ossaudiodev.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/privileges.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/pyexpat.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/rbac.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/readline.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/resource.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/select.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/spwd.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/syslog.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/termios.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/ucred.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/unicodedata.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/xxlimited.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/xxlimited_35.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/xxsubtype.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib-dynload/zlib.cpython-312-$(GCC_GNU_SHORT_TRIPLET).so
file path=usr/lib/python$(PYVER)/lib2to3/Grammar$(HUMAN_VERSION).final.0.pickle
file path=usr/lib/python$(PYVER)/lib2to3/Grammar.txt
file path=usr/lib/python$(PYVER)/lib2to3/PatternGrammar$(HUMAN_VERSION).final.0.pickle
Expand Down
Loading

0 comments on commit 16a665b

Please sign in to comment.