@pabs3 and @matthieucan suggested to me on the OFTC #debian-qa IRC channel that ScanCode could be packaged as a Debian Linux package.
@dvc94ch in #288 looks for help on packaging ScanCode for the Guix Linux distro.
Packaging in a distro should be a non-event but it would be a tad involved today.
ScanCode is already buildable as a wheel which is a first good step towards this.
As a second step, any pre-built binaries that are vendored as a user convenience in the src/*/bin directories should be de-vendored from main source tree and provided instead either:
- as another Python package (which can be vendored again such that the current user experience to be able to just download or clone and run without any other install required still works fine)
- as distro-provided dependent packages such that a distro packaging of ScanCode can use proper deps on other distro packages in this case
This way a distro packaging would be vastly simplified
@pabs3 and @matthieucan suggested to me on the OFTC #debian-qa IRC channel that ScanCode could be packaged as a Debian Linux package.
@dvc94ch in #288 looks for help on packaging ScanCode for the Guix Linux distro.
Packaging in a distro should be a non-event but it would be a tad involved today.
ScanCode is already buildable as a wheel which is a first good step towards this.
As a second step, any pre-built binaries that are vendored as a user convenience in the
src/*/bindirectories should be de-vendored from main source tree and provided instead either:This way a distro packaging would be vastly simplified