The patch is applied upstream.
+++ /dev/null
-Description: Add patch to return proper sysconf so for current python
-Author: Nilesh Patra <nilesh@debian.org>
-Last-Update: 2022-12-30
---- a/pysam/__init__.py
-+++ b/pysam/__init__.py
-@@ -96,5 +96,7 @@
- if pysam.config.HTSLIB == "builtin":
- pysam_libs.append('libchtslib')
-
-- so = sysconfig.get_config_var('SO')
-+ so = sysconfig.get_config_var('EXT_SUFFIX')
-+ if not so:
-+ so = sysconfig.get_config_var('SO')
- return [os.path.join(dirname, x + so) for x in pysam_libs]
skip_test_remote.patch
clean_less
skip-test-on-32-bit.patch
-python3.11.patch