Source: python-multivolumefile Version: 0.2.3+ds-2 Severity: normal X-Debbugs-Cc: YOKOTA Hiroshi <[email protected]>
Hi, python3-setuptools-scm was actually usefull. Without this we end up with files named '/usr/lib/python3/dist-packages/<package>-0.0.0.dist-info/' Please see: https://packages.debian.org/forky/all/python3-multivolumefile/filelist Versus: https://packages.debian.org/sid/all/python3-multivolumefile/filelist This also breaks the importlib.metadata.version() API. It happens a few times that some package rely on this API to detect it's dependencies. Here I see that might be problematic, some trick could be used if need arise to only keep the '0.2.3' part; if the need ever show up. Greetings Alexandre https://codesearch.debian.net/search?q=path%3Arules+_SCM&literal=1 tchet@quieter:~/tracker$ python3 Python 3.14.7 (main, Aug 11 2026, 08:48:35) [GCC 16.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import i KeyboardInterrupt >>> from importlib.metadata import version >>> version('multivolumefile') '0.2.3+ds'

