forked from rosa/hakurei
internal/rosa/package/python: vcs-versioning 1.1.1 to 2.1.1
The environment variable changed for this package only, did not appear to affect other packages. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -124,15 +124,15 @@ package python-vcs-versioning {
|
|||||||
website = "https://setuptools-scm.readthedocs.io/en/latest";
|
website = "https://setuptools-scm.readthedocs.io/en/latest";
|
||||||
anitya = 389421;
|
anitya = 389421;
|
||||||
|
|
||||||
version# = "1.1.1";
|
version# = "2.1.1";
|
||||||
source = remoteGitHub {
|
source = remoteGitHub {
|
||||||
suffix = "pypa/setuptools-scm";
|
suffix = "pypa/setuptools-scm";
|
||||||
tag = "vcs-versioning-v"+version;
|
tag = "vcs-versioning-v"+version;
|
||||||
checksum = "rXZixTsZcRcIoUC1LvWrjySsiXSv5uhW6ng2P-yXZrbdj7FrSrDeJLCfC2b-ladV";
|
checksum = "9QRY65iBhyohRC0xPJeq4KUalL-a7p3qTPeD7Y7l6O4qMfvq0psg0X-bb4WPqdGW";
|
||||||
};
|
};
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
"SETUPTOOLS_SCM_PRETEND_VERSION=" + version,
|
"VCS_VERSIONING_PRETEND_VERSION=" + version,
|
||||||
];
|
];
|
||||||
|
|
||||||
exec = pip {
|
exec = pip {
|
||||||
|
|||||||
Reference in New Issue
Block a user