Is your feature request related to a problem? Please describe
Currently apt.repo only supports the one-line style format for repo declarations.
It would be nice to also write in deb822 style, which is easier to manage and read.
This requires creating .sources files instead of .list with the deb822 format content.
Describe the solution you'd like
Could possibly be detected automatically, but a boolean to force deb822 would be fine I think?
Reference:
https://repolib.readthedocs.io/en/latest/deb822-format.html
Is your feature request related to a problem? Please describe
Currently apt.repo only supports the one-line style format for repo declarations.
It would be nice to also write in deb822 style, which is easier to manage and read.
This requires creating
.sourcesfiles instead of.listwith the deb822 format content.Describe the solution you'd like
Could possibly be detected automatically, but a boolean to force deb822 would be fine I think?
Reference:
https://repolib.readthedocs.io/en/latest/deb822-format.html