-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.1.0: missing functionality to allow build module without git repo #82
Comments
Regarding support for fetching the version from an environment variable, see #45. Do you have any remaining questions or specific feature requests, or can this issue be closed now? |
Closing due to lack of response from OP. |
Why not use more often used |
|
Trying to package
pg8000
I fond that one functionality is missing.In case of building package which uses
versioningit
from sdist tar ball and from autogenerated tar ball from git tag all other modules likesetuptools-scm
,pdm-backend
orhatch-vcs
is possible to inject module version over env variable.setuptools-scm
uses $SETUPTOOLS_SCM_PRETEND_VERSION,pdm-backend
uses $PDM_BUILD_SCM_VERSION andhatch-vcs
uses $PBR_VERSION.Looking on
versioningit
code I cannot find similar functionality 🤔It causes that for example on building
pg8000
using pep517 based build procedure it fails withThe text was updated successfully, but these errors were encountered: