4f0eba1efd
EXT_SUFFIX, according to PEP 3149, refers to the full tag and extension for compiled extension module objects, eg .cpython-311.so, .cpython-313t.so, etc. We do not use the correct semantic meaning, and this usage becomes ambiguous and confusing when tags do not match between bytecode and compiled extension module objects. Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's specification of a magic tag, which consists of implementation name and shorthand version only. This is meant for bytecode and other files containing this tag in their filename that do not depend on a specific Python ABI for the same version. Chase all existing consumers. Introduce PYTHON_SOABI to align with PEP 3149's specification of a tag, which consists of implementation name, shorthand version and any ABI flags present (this and PYTHON_TAG are identical without ABI flags). This is meant for compiled extension module objects and other files that depend on a specific Python ABI for the same version. Add documentation for these variables that our PYTHON_EXT_SUFFIX never had. PR: 274671 Event: Kitchener-Waterloo Hackathon 202506
80 lines
3.6 KiB
Plaintext
80 lines
3.6 KiB
Plaintext
bin/libpreludedb-config
|
|
bin/preludedb-admin
|
|
include/libpreludedb/preludedb.h
|
|
include/libpreludedb/preludedb.hxx
|
|
include/libpreludedb/preludedb-error.h
|
|
include/libpreludedb/preludedb-error.hxx
|
|
include/libpreludedb/preludedb-path-selection.h
|
|
include/libpreludedb/preludedb-plugin-format.h
|
|
include/libpreludedb/preludedb-plugin-sql.h
|
|
include/libpreludedb/preludedb-sql-settings.h
|
|
include/libpreludedb/preludedb-sql.h
|
|
include/libpreludedb/preludedb-sql.hxx
|
|
include/libpreludedb/preludedb-sql-select.h
|
|
include/libpreludedb/preludedb-version.h
|
|
lib/libpreludedb.so
|
|
lib/libpreludedb.so.7
|
|
lib/libpreludedb.so.7.4.1
|
|
lib/libpreludedbcpp.so
|
|
lib/libpreludedbcpp.so.2
|
|
lib/libpreludedbcpp.so.2.4.1
|
|
lib/libpreludedb/plugins/formats/classic.so
|
|
%%MYSQL%%lib/libpreludedb/plugins/sql/mysql.so
|
|
%%PGSQL%%lib/libpreludedb/plugins/sql/pgsql.so
|
|
%%SQLITE%%lib/libpreludedb/plugins/sql/sqlite3.so
|
|
share/man/man1/libpreludedb-config.1.gz
|
|
share/man/man1/preludedb-admin.1.gz
|
|
share/aclocal/libpreludedb.m4
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/api-index-full.html
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/ch01.html
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/deprecated-api-index.html
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/home.png
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/index.html
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/left.png
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/left-insensitive.png
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/libpreludedb-preludedb-error.html
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/libpreludedb-preludedb-path-selection.html
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/libpreludedb-preludedb-plugin-format.html
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/libpreludedb-preludedb-plugin-sql.html
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/libpreludedb-preludedb-sql-settings.html
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/libpreludedb-preludedb-sql.html
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/libpreludedb-preludedb-version.html
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/libpreludedb-preludedb.html
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/libpreludedb.devhelp2
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/object-tree.html
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/right.png
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/right-insensitive.png
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/style.css
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/up.png
|
|
%%PORTDOCS%%share/gtk-doc/html/libpreludedb/up-insensitive.png
|
|
%%PYTHON_SITELIBDIR%%/__pycache__/preludedb%%PYTHON_TAG%%.pyc
|
|
%%PYTHON_SITELIBDIR%%/_preludedb%%PYTHON_TAG%%.so
|
|
%%PYTHON_SITELIBDIR%%/preludedb-5.2.0-py%%PYTHON_VER%%.egg-info
|
|
%%PYTHON_SITELIBDIR%%/preludedb.py
|
|
%%DATADIR%%/classic/mysql-update-14-1.sql
|
|
%%DATADIR%%/classic/mysql-update-14-2.sql
|
|
%%DATADIR%%/classic/mysql-update-14-3.sql
|
|
%%DATADIR%%/classic/mysql-update-14-4.sql
|
|
%%DATADIR%%/classic/mysql-update-14-5.sql
|
|
%%DATADIR%%/classic/mysql-update-14-6.sql
|
|
%%DATADIR%%/classic/mysql-update-14-7.sql
|
|
%%DATADIR%%/classic/mysql-update-14-8.sql
|
|
%%DATADIR%%/classic/mysql.sql
|
|
%%DATADIR%%/classic/mysql2pgsql.sh
|
|
%%DATADIR%%/classic/mysql2sqlite.sh
|
|
%%DATADIR%%/classic/pgsql-update-14-1.sql
|
|
%%DATADIR%%/classic/pgsql-update-14-2.sql
|
|
%%DATADIR%%/classic/pgsql-update-14-3.sql
|
|
%%DATADIR%%/classic/pgsql-update-14-4.sql
|
|
%%DATADIR%%/classic/pgsql-update-14-5.sql
|
|
%%DATADIR%%/classic/pgsql-update-14-6.sql
|
|
%%DATADIR%%/classic/pgsql-update-14-7.sql
|
|
%%DATADIR%%/classic/pgsql-update-14-8.sql
|
|
%%DATADIR%%/classic/pgsql.sql
|
|
%%DATADIR%%/classic/sqlite-update-14-4.sql
|
|
%%DATADIR%%/classic/sqlite-update-14-5.sql
|
|
%%DATADIR%%/classic/sqlite-update-14-6.sql
|
|
%%DATADIR%%/classic/sqlite-update-14-7.sql
|
|
%%DATADIR%%/classic/sqlite-update-14-8.sql
|
|
%%DATADIR%%/classic/sqlite.sql
|