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
83 lines
2.3 KiB
Plaintext
83 lines
2.3 KiB
Plaintext
bin/ampctl
|
|
bin/ampctld
|
|
bin/rigctl
|
|
bin/rigctlcom
|
|
bin/rigctld
|
|
bin/rigctlsync
|
|
bin/rigctltcp
|
|
bin/rigfreqwalk
|
|
bin/rigmem
|
|
bin/rigsmtr
|
|
bin/rigswr
|
|
bin/rigtestmcast
|
|
bin/rigtestmcastrx
|
|
bin/rotctl
|
|
bin/rotctld
|
|
include/hamlib/ampclass.h
|
|
include/hamlib/amplifier.h
|
|
include/hamlib/amplist.h
|
|
include/hamlib/multicast.h
|
|
include/hamlib/rig.h
|
|
include/hamlib/rig_dll.h
|
|
include/hamlib/rigclass.h
|
|
include/hamlib/riglist.h
|
|
include/hamlib/rotator.h
|
|
include/hamlib/rotclass.h
|
|
include/hamlib/rotlist.h
|
|
lib/libhamlib++.la
|
|
lib/libhamlib++.so
|
|
lib/libhamlib++.so.4
|
|
lib/libhamlib++.so.4.0.6
|
|
lib/libhamlib.la
|
|
lib/libhamlib.so
|
|
lib/libhamlib.so.4
|
|
lib/libhamlib.so.4.0.6
|
|
%%SITE_ARCH%%/Hamlib.pm
|
|
%%SITE_ARCH%%/auto/Hamlib/Hamlib.so
|
|
%%SITE_ARCH%%/perltest.pl
|
|
%%PYTHON_SITELIBDIR%%/Hamlib.py
|
|
%%PYTHON_SITELIBDIR%%/_Hamlib.la
|
|
%%PYTHON_SITELIBDIR%%/_Hamlib.so
|
|
%%PYTHON_SITELIBDIR%%/__pycache__/Hamlib%%PYTHON_TAG%%.opt-1.pyc
|
|
%%PYTHON_SITELIBDIR%%/__pycache__/Hamlib%%PYTHON_TAG%%.opt-2.pyc
|
|
%%PYTHON_SITELIBDIR%%/__pycache__/Hamlib%%PYTHON_TAG%%.pyc
|
|
lib/tcl%%TCL_VER%%/Hamlib/hamlibtcl-4.6.so
|
|
lib/tcl%%TCL_VER%%/Hamlib/hamlibtcl.la
|
|
lib/tcl%%TCL_VER%%/Hamlib/hamlibtcl.so
|
|
lib/tcl%%TCL_VER%%/Hamlib/pkgIndex.tcl
|
|
libdata/pkgconfig/hamlib.pc
|
|
share/aclocal/hamlib.m4
|
|
share/man/man1/ampctl.1.gz
|
|
share/man/man1/ampctld.1.gz
|
|
share/man/man1/rigctl.1.gz
|
|
share/man/man1/rigctlcom.1.gz
|
|
share/man/man1/rigctld.1.gz
|
|
share/man/man1/rigctlsync.1.gz
|
|
share/man/man1/rigmem.1.gz
|
|
share/man/man1/rigsmtr.1.gz
|
|
share/man/man1/rigswr.1.gz
|
|
share/man/man1/rotctl.1.gz
|
|
share/man/man1/rotctld.1.gz
|
|
share/man/man7/hamlib-primer.7.gz
|
|
share/man/man7/hamlib-utilities.7.gz
|
|
share/man/man7/hamlib.7.gz
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING.LIB
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
|
%%PORTDOCS%%%%DOCSDIR%%/PLAN
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.betatester
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.developer
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.freqranges
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.multicast
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.osx
|
|
%%PORTDOCS%%%%DOCSDIR%%/THANKS
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/perltest.pl
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/py3test.py
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/tcltest.tcl
|