Help for #git wanted:

That single file gets copied to several projects, not a package, not a library.

I could let it have its git repo, build process, etc and pull it in with the dependency mechanism. 😮‍💨

Is there a better way, like an "include" mechanism for git repos or whatnot?

My second best approach currently is to let the build system copy the file if the single file repo is available and commit the copy whenever it shows up as changed. Better ideas?

#programming #buildsystem

@HaraldKi what type of build system do you have?
pythonbuilder

Build system written and specified in Python.

Codeberg.org
@HaraldKi I would just use Nix for it