Re: help on package pycorrfit
Andreas Tille <[email protected]> Mon, 27 Apr 2026 16:09:46 +0200
| Newsgroups | gmane.linux.debian.devel.medical |
|---|---|
| Message-ID | <[email protected]> |
Hi Karsten, Am Mon, Apr 27, 2026 at 08:47:28AM +0000 schrieb Schöke, Karsten: > I'm currently trying to modernize pycorrfit a bit after the upstream update. Cool, thanks a lot. > Can anyone tell me why the Python files in the current package are located under /usr/lib/pycorrfit > and not under /usr/lib/python3/dist-packages/pycorrfit as in the Debian standard? Most probably no specific reason. > After modernizing with pybuild-plugin-pyproject, they would end up in the dist-packages directory, > the tests run, and the binary /usr/bin/pycorrfit also works as expected... I'd say just go with the default location (as long as the autopkgtest passes). Thank you for working on this Andreas.