aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-09-15 19:06:04 +0900
committerOphestra <cat@gensokyo.uk>2026-09-15 19:06:04 +0900
commitbbb6f349d3cf790fbd4f400201b816a2206b1769 (patch)
tree8fa6c9dc2b1622593d24faa822c4db4f7eb136bf
parent281618a5b449634f284e62aa1dec30316157485f (diff)
internal/rosa/package/python: reject new setuptools-scm releases
These have become slopware for a long while now. Even before then it was only acting as a stub to cope with the messy python ecosystem. Regardless, these updates do nothing and even occasionally break things, so reject them until the stub package is available for their removal. Signed-off-by: Ophestra <cat@gensokyo.uk>
-rw-r--r--internal/rosa/package/python/package.az2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/package/python/package.az b/internal/rosa/package/python/package.az
index d792a6e7..8711c82f 100644
--- a/internal/rosa/package/python/package.az
+++ b/internal/rosa/package/python/package.az
@@ -182,6 +182,7 @@ package python-vcs-versioning {
description = "core VCS versioning functionality extracted as a standalone library";
website = "https://setuptools-scm.readthedocs.io/en/latest";
anitya = 389421;
+ block = "frequent ineffectual updates; questionable maintainer decisions";
version# = "2.4.0";
source = remoteGitHub {
@@ -211,6 +212,7 @@ package python-setuptools-scm {
description = "extracts Python package versions from Git or Mercurial metadata";
website = "https://setuptools-scm.readthedocs.io/en/latest";
anitya = 7874;
+ block = "see package python-vcs-versioning";
version# = "10.3.2";
source = remoteGitHub {