Henry Schreiner
Henry Schreiner
The easiest way to do it is to `SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}`, that will fix your issue when using `pip`. Agree, I'll add some notes!
I've added it to the [release notes](https://github.com/tomerfiliba/plumbum/releases/tag/v1.7.0) on the GitHub page , any other places you think it might be helpful?
You should be able to set the version with the env variable. That means setuptools_scm is installed but no git info was present.
Ahh, no, that might be it ignoring the toml file. I should mention it needs toml too. Pip gets it for you.
The exact build requirements are in pyproject.toml
Those would be makedepends. And the toml extra of setuptools_scm is really just the toml package.
Great! I'll add mention of toml being required at build time tomorrowish.
Any example piece of code where this bug (it does look like a bug) gets triggered?
I'd take a PR to fix the problem.
So would it make sense to implicitly call bgrun? Is there a use for not calling it in the contact manager? Are there useful arguments, for example? And using this...